{"allowContribute":false,"item":{"artifactHtml":"\u003cstyle\u003e\n  :root { --paper:#FCFCF9; --ink:#0E1411; --ink-2:#5B6767; --accent:#115E3E; --accent-2:#0D3B2A; --soft:#E7F0EB; --hair:#DCE6E0; --card:#FFFFFF; --muted:#F2F5F3; }\n  :root[data-theme=\"dark\"] { --paper:#0E1411; --ink:#E9EFED; --ink-2:#9AA8A6; --accent:#5ED0A0; --accent-2:#8CE6BF; --soft:#13201B; --hair:#1F2E29; --card:#131C19; --muted:#16201C; }\n  .doc { background:var(--paper); color:var(--ink); padding:0; font:16px/1.7 -apple-system,BlinkMacSystemFont,\"Inter\",\"Helvetica Neue\",Helvetica,Arial,sans-serif; -webkit-font-smoothing:antialiased; }\n  .wrap { max-width:860px; margin:0 auto; padding:42px 28px 48px; }\n  .eyebrow { font:600 11px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); margin-bottom:14px; }\n  header h1 { font-size:38px; line-height:1.08; letter-spacing:-.03em; font-weight:700; margin:0; max-width:18ch; color:var(--ink); }\n  header .lede { color:var(--ink-2); font-size:17px; line-height:1.6; margin:14px 0 0; max-width:58ch; }\n  .mono { font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; }\n  .divider { height:1px; background:var(--hair); margin:36px 0; }\n  h2 { font-size:22px; line-height:1.25; letter-spacing:-.02em; font-weight:700; margin:0 0 8px; color:var(--ink); }\n  h3 { font-size:15px; line-height:1.4; letter-spacing:-.01em; font-weight:650; margin:0 0 6px; color:var(--ink); }\n  p { color:var(--ink-2); font-size:15px; line-height:1.7; margin:0 0 12px; max-width:68ch; }\n  p strong { color:var(--ink); font-weight:600; }\n  .kicker { font:600 11px ui-monospace,SFMono-Regular,monospace; letter-spacing:.12em; text-transform:uppercase; color:var(--accent); margin-bottom:6px; }\n  .embed-shell { margin:16px 0 6px; }\n  .embed-shell item-embed { display:block; }\n  .caption { font-size:12.5px; line-height:1.55; color:var(--ink-2); margin-top:10px; max-width:68ch; }\n  .caption code { font:500 12px ui-monospace,monospace; background:var(--muted); padding:2px 6px; border-radius:4px; color:var(--ink); }\n  .loop { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:18px 0 6px; }\n  .loop-step { background:var(--card); border:1px solid var(--hair); border-radius:12px; padding:16px 14px; }\n  .loop-step .num { font:700 11px ui-monospace,monospace; letter-spacing:.1em; color:var(--accent); margin-bottom:8px; }\n  .loop-step .title { font-size:14px; font-weight:650; color:var(--ink); line-height:1.3; }\n  .loop-step .desc { font-size:13px; color:var(--ink-2); line-height:1.55; margin-top:6px; }\n  .tool-block { margin:28px 0 0; background:var(--card); border:1px solid var(--hair); border-radius:16px; overflow:hidden; }\n  .tool-head { padding:18px 20px 16px; border-bottom:1px solid var(--hair); }\n  .tool-head .req { font-size:13px; line-height:1.5; color:var(--ink-2); margin:6px 0 0; font-style:italic; }\n  .tool-head .req span { color:var(--ink); font-style:normal; font-weight:550; }\n  .tool-body { padding:16px; background:var(--muted); }\n  .hint { font-size:12.5px; line-height:1.5; color:var(--ink-2); margin:0 0 12px; }\n  .hint strong { color:var(--ink); }\n  section[data-cube=\"stats\"] { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:18px 0 6px; }\n  section[data-cube=\"stats\"] .stat { background:var(--card); border:1px solid var(--hair); border-radius:12px; padding:18px 16px; }\n  section[data-cube=\"stats\"] .k { font:600 11px ui-monospace,monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); }\n  section[data-cube=\"stats\"] .v { font-size:30px; font-weight:750; letter-spacing:-.03em; line-height:1; margin-top:10px; color:var(--ink); }\n  section[data-cube=\"stats\"] .n { font-size:13px; line-height:1.5; color:var(--ink-2); margin-top:6px; }\n  .tbl-wrap { overflow-x:auto; margin:14px 0 0; border:1px solid var(--hair); border-radius:12px; background:var(--card); }\n  table { border-collapse:collapse; width:100%; font-size:14px; min-width:560px; }\n  th,td { text-align:left; padding:11px 14px; border-bottom:1px solid var(--hair); }\n  th { font:600 11px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-2); background:var(--muted); }\n  td { color:var(--ink-2); line-height:1.5; }\n  td:first-child { color:var(--ink); font-weight:600; white-space:nowrap; }\n  tr:last-child td { border-bottom:none; }\n  .row-cap { background:var(--soft); }\n  .row-cap td { color:var(--ink); }\n  .row-cap td:first-child { color:var(--accent-2); }\n  :root[data-theme=\"dark\"] .row-cap td:first-child { color:var(--accent); }\n  .badge { display:inline-flex; align-items:center; font:700 10px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; background:var(--accent); color:white; padding:3px 7px; border-radius:999px; margin-left:8px; vertical-align:middle; }\n  :root[data-theme=\"dark\"] .badge { color:var(--paper); }\n  .callout { display:flex; gap:12px; padding:14px 16px; background:var(--soft); border:1px solid var(--hair); border-radius:10px; margin:16px 0 0; }\n  .callout .tag { flex:none; font:700 11px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; color:var(--accent); padding-top:2px; }\n  .callout .body { font-size:13.5px; line-height:1.6; color:var(--ink); }\n  .callout .body em { font-style:normal; font-weight:600; }\n  .int-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:16px 0 0; }\n  .int-card { background:var(--card); border:1px solid var(--hair); border-radius:12px; padding:16px; }\n  .int-card .ic { width:28px; height:28px; border-radius:8px; background:var(--soft); display:flex; align-items:center; justify-content:center; margin-bottom:10px; color:var(--accent); }\n  .int-card .ic svg { width:16px; height:16px; }\n  .int-card h4 { font-size:14px; font-weight:650; margin:0 0 6px; color:var(--ink); }\n  .int-card p { font-size:13px; line-height:1.6; margin:0; }\n  .not-list { list-style:none; padding:0; margin:14px 0 0; display:flex; flex-direction:column; gap:10px; }\n  .not-list li { display:flex; gap:12px; padding:14px 16px; background:var(--card); border:1px solid var(--hair); border-radius:12px; font-size:14px; line-height:1.6; color:var(--ink-2); }\n  .not-list li span.dash { color:var(--accent); font-weight:700; flex:none; }\n  .not-list li em { color:var(--ink); font-style:normal; }\n  .start-box { background:var(--accent-2); color:white; border-radius:16px; padding:24px; margin:18px 0 0; }\n  :root[data-theme=\"dark\"] .start-box { background:#0F2A1F; border:1px solid var(--hair); }\n  .start-box h3 { color:white; font-size:18px; margin:0 0 8px; }\n  :root[data-theme=\"dark\"] .start-box h3 { color:var(--ink); }\n  .start-box p { color:rgba(255,255,255,.82); margin:0 0 14px; }\n  :root[data-theme=\"dark\"] .start-box p { color:var(--ink-2); }\n  .platforms { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 0; }\n  .plat { display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); color:white; padding:7px 11px; border-radius:999px; font-size:13px; font-weight:550; }\n  :root[data-theme=\"dark\"] .plat { background:var(--card); border-color:var(--hair); color:var(--ink); }\n  .plat svg { width:14px; height:14px; opacity:.9; }\n  .foot { margin-top:36px; padding-top:18px; border-top:1px solid var(--hair); font-size:12.5px; line-height:1.6; color:var(--ink-2); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }\n  .foot a { color:var(--accent); text-decoration:none; font-weight:600; }\n  @media (max-width:720px) { .wrap { padding:28px 18px 36px; } header h1 { font-size:30px; } .loop { grid-template-columns:1fr 1fr; } section[data-cube=\"stats\"] { grid-template-columns:1fr; } .int-grid { grid-template-columns:1fr; } }\n  @media (max-width:420px) { .loop { grid-template-columns:1fr; } }\n\u003c/style\u003e\u003cdiv class=\"doc\"\u003e\u003cdiv class=\"wrap\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003ePublic note · published from CubeLV\u003c/div\u003e\n    \u003ch1\u003eThis Page Was Published from CubeLV\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003eYou are looking at a CubeLV Note, published to a public link. The cards below are not screenshots — they are live components running in your browser. The first one proves it.\u003c/p\u003e\n  \u003c/header\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e01 — This page is itself the output\u003c/div\u003e\n    \u003ch2\u003eThe card below is rendering right now.\u003c/h2\u003e\n    \u003cp\u003eIt shows the time ticking every second, your own timezone, and your current window size. Resize the window — the numbers inside the card update with it. That change is yours, not ours.\u003c/p\u003e\n    \u003cdiv class=\"embed-shell\"\u003e\n      \u003citem-embed item-id=\"6a993493b7d965a08a303524\" view=\"card\"\u003e\u003c/item-embed\u003e\n    \u003c/div\u003e\n    \u003cp class=\"caption\"\u003eIf the seconds are moving and the dimensions follow your drag, you are already looking at a live CubeLV embed — the same mechanism that powers everything else on this page.\u003c/p\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e02 — The core loop\u003c/div\u003e\n    \u003ch2\u003eDescribe → Design → Build → Run.\u003c/h2\u003e\n    \u003cdiv class=\"loop\"\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e01\u003c/div\u003e\u003cdiv class=\"title\"\u003eDescribe\u003c/div\u003e\u003cdiv class=\"desc\"\u003ePlain language. One sentence is enough.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e02\u003c/div\u003e\u003cdiv class=\"title\"\u003eDesign\u003c/div\u003e\u003cdiv class=\"desc\"\u003eThe AI drafts the structure before building.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e03\u003c/div\u003e\u003cdiv class=\"title\"\u003eBuild\u003c/div\u003e\u003cdiv class=\"desc\"\u003eIt creates the tool here, in your workspace.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e04\u003c/div\u003e\u003cdiv class=\"title\"\u003eRun\u003c/div\u003e\u003cdiv class=\"desc\"\u003eAI employees keep it going on a schedule you set.\u003c/div\u003e\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e03 — Three tools the AI built\u003c/div\u003e\n    \u003ch2\u003eNot mockups. Working tools you can check.\u003c/h2\u003e\n    \u003cp\u003eEach was created from a single request. Each is still running.\u003c/p\u003e\n    \u003cdiv class=\"tool-block\"\u003e\n      \u003cdiv class=\"tool-head\"\u003e\n        \u003ch3\u003eRenewals and spend, in one place\u003c/h3\u003e\n        \u003cp class=\"hint\"\u003e\u003cstrong\u003eTry it:\u003c/strong\u003e edit a row, pause one, or add your own — changes persist. This is the editable card.\u003c/p\u003e\n        \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“I keep losing track of what I'm subscribed to and when things renew. Can you make me something for that?”\u003c/span\u003e\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"tool-body\"\u003e\n        \u003citem-embed item-id=\"cc2d4252f436a4a224abb423\" view=\"editable\"\u003e\u003c/item-embed\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"tool-block\"\u003e\n      \u003cdiv class=\"tool-head\"\u003e\n        \u003ch3\u003e35 sites, Tuscany to the Rhine\u003c/h3\u003e\n        \u003cp class=\"hint\"\u003eWhat you are seeing is the UNESCO World Heritage corridor from Tuscany, through the Alps, to the Rhine — pins and density bars together.\u003c/p\u003e\n        \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Put the UNESCO World Heritage sites between Tuscany and the Rhine on a map. I want to see how densely they cluster.”\u003c/span\u003e\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"tool-body\"\u003e\n        \u003citem-embed item-id=\"6a99835881158f48424e6ae4\" view=\"corridorMap\"\u003e\u003c/item-embed\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"tool-block\"\u003e\n      \u003cdiv class=\"tool-head\"\u003e\n        \u003ch3\u003eOne symbol, two kinds of data\u003c/h3\u003e\n        \u003cp class=\"hint\"\u003eThe AI built one card per symbol — NVDA, AAPL and MSFT. This is the NVDA card. The price is loaded live; the table below it is a daily record tracked daily since 2 September 2026 — the history is the proof that something has been running without being asked.\u003c/p\u003e\n        \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Track NVDA, AAPL and MSFT — show me the current price, and keep a daily record so I can see the trend.”\u003c/span\u003e\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"tool-body\"\u003e\n        \u003citem-embed item-id=\"2c15dbc4517bebe37bf8bb99\" view=\"overview\"\u003e\u003c/item-embed\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e04 — Numbers\u003c/div\u003e\n    \u003ch2\u003eThree numbers worth checking.\u003c/h2\u003e\n    \u003csection data-cube=\"stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003ePlatforms\u003c/div\u003e\u003cdiv class=\"v\"\u003e5\u003c/div\u003e\u003cdiv class=\"n\"\u003eWeb, macOS, Windows, iOS and Android\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003eFree credits\u003c/div\u003e\u003cdiv class=\"v\"\u003e500\u003c/div\u003e\u003cdiv class=\"n\"\u003eTo start — no card required\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003eTYPICAL TOOL\u003c/div\u003e\u003cdiv class=\"v\"\u003e~130\u003c/div\u003e\u003cdiv class=\"n\"\u003eCredits to build one — the free tier covers two or three\u003c/div\u003e\u003c/div\u003e\n    \u003c/section\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e05 — How AI employees are configured\u003c/div\u003e\n    \u003ch2\u003eYou set the limits before it runs.\u003c/h2\u003e\n    \u003cp\u003eEvery employee is configured before it runs — and you keep the budget cap in sight.\u003c/p\u003e\n    \u003cdiv class=\"tbl-wrap\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\u003cth\u003eSetting\u003c/th\u003e\u003cth\u003eWhat it does\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\u003ctd\u003eRole\u003c/td\u003e\u003ctd\u003eThe job description — what the employee is responsible for.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eModel\u003c/td\u003e\u003ctd\u003eWhich language model this employee uses.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr class=\"row-cap\"\u003e\u003ctd\u003eMonthly budget cap \u003cspan class=\"badge\"\u003eCost control\u003c/span\u003e\u003c/td\u003e\u003ctd\u003eThe maximum this employee can spend per month. It stops when it hits the cap.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eMemory\u003c/td\u003e\u003ctd\u003eWhat it carries between runs — so it does not start from scratch.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eSchedule\u003c/td\u003e\u003ctd\u003eOnce, daily, weekly, monthly or loop — with custom intervals.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eEvent triggers\u003c/td\u003e\u003ctd\u003eWhat kicks it off outside the schedule — new items, updates, or other events.\u003c/td\u003e\u003c/tr\u003e\n        \u003c/tbody\u003e\n      \u003c/table\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e06 — Integrations\u003c/div\u003e\n    \u003ch2\u003eWhere CubeLV meets what you already use.\u003c/h2\u003e\n    \u003cdiv class=\"int-grid\"\u003e\n      \u003cdiv class=\"int-card\"\u003e\n        \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"13\" height=\"10\" rx=\"1.5\"/\u003e\u003cpath d=\"M2 4l6 5 6-5\"/\u003e\u003c/svg\u003e\u003c/div\u003e\n        \u003ch4\u003eGmail\u003c/h4\u003e\n        \u003cp\u003eForward messages in. The AI reads them, judges by your instructions, and replies on your behalf when you tell it to.\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"int-card\"\u003e\n        \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"2\" y=\"2\" width=\"11\" height=\"11\" rx=\"1\"/\u003e\u003cpath d=\"M5 8h6M8 5v6\"/\u003e\u003c/svg\u003e\u003c/div\u003e\n        \u003ch4\u003eCharts and Google Sheets\u003c/h4\u003e\n        \u003cp\u003eSync runs both directions. Data in Charts flows to Sheets; edits in Sheets flow back. No copy-paste, no second source of truth. Authorization is per file — CubeLV only touches the files you pick yourself in Google's own file picker.\u003c/p\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003ePermission\u003c/span\u003e\u003cdiv class=\"body\"\u003eWe only ever get send permission — we cannot read your mailbox. You forward messages in. For Sheets, we only ever get the files you pick in Google's own file picker — never your Drive.\u003c/div\u003e\u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e07 — What it does not do yet\u003c/div\u003e\n    \u003ch2\u003eHonest gaps.\u003c/h2\u003e\n    \u003cul class=\"not-list\"\u003e\n      \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo data export yet. Internally every item is already stored as a flat JSON file, so the path exists — the user-facing button does not. It is first up next.\u003c/span\u003e\u003c/li\u003e\n      \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo self-hosting. The sandbox tier is welded to AWS.\u003c/span\u003e\u003c/li\u003e\n      \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eSign-in is Google or Apple only for now.\u003c/span\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e08 — How to start\u003c/div\u003e\n    \u003cdiv class=\"start-box\"\u003e\n      \u003ch3\u003eStart with 500 credits. No card. No expiry games.\u003c/h3\u003e\n      \u003cp\u003eThis is not a timed trial. Credits are yours until you use them. When you are ready, the same workspace runs on five platforms.\u003c/p\u003e\n      \u003cdiv class=\"cta\"\u003e\u003ca href=\"https://app.cubelv.com/login?ref=0ae820c6c198a17217fd88dc\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#fff;color:#0D3B2A;font-weight:700;font-size:16px;padding:13px 34px;border-radius:999px;text-decoration:none;\"\u003eCreate your workspace\u003c/a\u003e\u003cdiv style=\"margin-top:10px;font-size:13px;color:rgba(255,255,255,.75);\"\u003eFree — 500 credits, no card.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"platforms\"\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"5.5\"/\u003e\u003cpath d=\"M2.5 8h11M8 2.5A8 8 0 0 1 8 13.5\"/\u003e\u003c/svg\u003e Web\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1.5\"/\u003e\u003cpath d=\"M6 7h4M6 10h4\"/\u003e\u003c/svg\u003e macOS\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1\"/\u003e\u003cpath d=\"M5 6h6M5 9h6\"/\u003e\u003c/svg\u003e Windows\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"/\u003e\u003ccircle cx=\"8\" cy=\"11.5\" r=\".9\" fill=\"currentColor\" stroke=\"none\"/\u003e\u003c/svg\u003e iOS\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"/\u003e\u003cpath d=\"M6 6h4\"/\u003e\u003c/svg\u003e Android\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"foot\"\u003e\u003cspan\u003eCubeLV — describe what you need, get a working tool.\u003c/span\u003e\u003cspan class=\"mono\" style=\"font-size:11px; letter-spacing:.06em; text-transform:uppercase; opacity:.7;\"\u003ePublished as a CubeLV Note\u003c/span\u003e\u003c/div\u003e\n\u003c/div\u003e\u003c/div\u003e","artifactSourceHash":"i6osbrtyjhic","content":"\u003cdiv class=\"doc\"\u003e\u003cdiv class=\"wrap\"\u003e  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e01 — This page is itself the output\u003c/div\u003e \u003ch2\u003eThe card below is rendering right now.\u003c/h2\u003e \u003cp\u003eIt shows the time ticking every second, your own timezone, and your current window size. Resize the window — the numbers inside the card update with it. That change is yours, not ours.\u003c/p\u003e \u003cdiv class=\"embed-shell\"\u003e \u003citem-embed item-id=\"6a993493b7d965a08a303524\" view=\"card\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003cp class=\"caption\"\u003eIf the seconds are moving and the dimensions follow your drag, you are already looking at a live CubeLV embed — the same mechanism that powers everything else on this page.\u003c/p\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e02 — The core loop\u003c/div\u003e \u003ch2\u003eDescribe → Design → Build → Run.\u003c/h2\u003e \u003cdiv class=\"loop\"\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e01\u003c/div\u003e\u003cdiv class=\"title\"\u003eDescribe\u003c/div\u003e\u003cdiv class=\"desc\"\u003ePlain language. One sentence is enough.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e02\u003c/div\u003e\u003cdiv class=\"title\"\u003eDesign\u003c/div\u003e\u003cdiv class=\"desc\"\u003eThe AI drafts the structure before building.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e03\u003c/div\u003e\u003cdiv class=\"title\"\u003eBuild\u003c/div\u003e\u003cdiv class=\"desc\"\u003eIt creates the tool here, in your workspace.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e04\u003c/div\u003e\u003cdiv class=\"title\"\u003eRun\u003c/div\u003e\u003cdiv class=\"desc\"\u003eAI employees keep it going on a schedule you set.\u003c/div\u003e\u003c/div\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e03 — Three tools the AI built\u003c/div\u003e \u003ch2\u003eNot mockups. Working tools you can check.\u003c/h2\u003e \u003cp\u003eEach was created from a single request. Each is still running.\u003c/p\u003e \u003cdiv class=\"tool-block\"\u003e \u003cdiv class=\"tool-head\"\u003e \u003ch3\u003eRenewals and spend, in one place\u003c/h3\u003e \u003cp class=\"hint\"\u003e\u003cstrong\u003eTry it:\u003c/strong\u003e edit a row, pause one, or add your own — changes persist. This is the editable card.\u003c/p\u003e \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“I keep losing track of what I'm subscribed to and when things renew. Can you make me something for that?”\u003c/span\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"tool-body\"\u003e \u003citem-embed item-id=\"cc2d4252f436a4a224abb423\" view=\"editable\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"tool-block\"\u003e \u003cdiv class=\"tool-head\"\u003e \u003ch3\u003e35 sites, Tuscany to the Rhine\u003c/h3\u003e \u003cp class=\"hint\"\u003eWhat you are seeing is the UNESCO World Heritage corridor from Tuscany, through the Alps, to the Rhine — pins and density bars together.\u003c/p\u003e \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Put the UNESCO World Heritage sites between Tuscany and the Rhine on a map. I want to see how densely they cluster.”\u003c/span\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"tool-body\"\u003e \u003citem-embed item-id=\"6a99835881158f48424e6ae4\" view=\"corridorMap\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"tool-block\"\u003e \u003cdiv class=\"tool-head\"\u003e \u003ch3\u003eOne symbol, two kinds of data\u003c/h3\u003e \u003cp class=\"hint\"\u003eThe AI built one card per symbol — NVDA, AAPL and MSFT. This is the NVDA card. The price is loaded live; the table below it is a daily record tracked daily since 2 September 2026 — the history is the proof that something has been running without being asked.\u003c/p\u003e \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Track NVDA, AAPL and MSFT — show me the current price, and keep a daily record so I can see the trend.”\u003c/span\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"tool-body\"\u003e \u003citem-embed item-id=\"2c15dbc4517bebe37bf8bb99\" view=\"overview\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e04 — Numbers\u003c/div\u003e \u003ch2\u003eThree numbers worth checking.\u003c/h2\u003e \u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003ePlatforms\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e5\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003eWeb, macOS, Windows, iOS and Android\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003eFree credits\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e500\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003eTo start — no card required\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003eTYPICAL TOOL\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e~130\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003eCredits to build one — the free tier covers two or three\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e05 — How AI employees are configured\u003c/div\u003e \u003ch2\u003eYou set the limits before it runs.\u003c/h2\u003e \u003cp\u003eEvery employee is configured before it runs — and you keep the budget cap in sight.\u003c/p\u003e \u003cdiv class=\"tbl-wrap\"\u003e \u003ctable\u003e \u003cthead\u003e\u003ctr\u003e\u003cth\u003eSetting\u003c/th\u003e\u003cth\u003eWhat it does\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e\u003ctd\u003eRole\u003c/td\u003e\u003ctd\u003eThe job description — what the employee is responsible for.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eModel\u003c/td\u003e\u003ctd\u003eWhich language model this employee uses.\u003c/td\u003e\u003c/tr\u003e \u003ctr class=\"row-cap\"\u003e\u003ctd\u003eMonthly budget cap \u003cspan class=\"badge\"\u003eCost control\u003c/span\u003e\u003c/td\u003e\u003ctd\u003eThe maximum this employee can spend per month. It stops when it hits the cap.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eMemory\u003c/td\u003e\u003ctd\u003eWhat it carries between runs — so it does not start from scratch.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eSchedule\u003c/td\u003e\u003ctd\u003eOnce, daily, weekly, monthly or loop — with custom intervals.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eEvent triggers\u003c/td\u003e\u003ctd\u003eWhat kicks it off outside the schedule — new items, updates, or other events.\u003c/td\u003e\u003c/tr\u003e \u003c/tbody\u003e \u003c/table\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e06 — Integrations\u003c/div\u003e \u003ch2\u003eWhere CubeLV meets what you already use.\u003c/h2\u003e \u003cdiv class=\"int-grid\"\u003e \u003cdiv class=\"int-card\"\u003e \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"13\" height=\"10\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003cpath d=\"M2 4l6 5 6-5\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/div\u003e \u003ch4\u003eGmail\u003c/h4\u003e \u003cp\u003eForward messages in. The AI reads them, judges by your instructions, and replies on your behalf when you tell it to.\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"int-card\"\u003e \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"2\" y=\"2\" width=\"11\" height=\"11\" rx=\"1\"\u003e\u003c/rect\u003e\u003cpath d=\"M5 8h6M8 5v6\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/div\u003e \u003ch4\u003eCharts and Google Sheets\u003c/h4\u003e \u003cp\u003eSync runs both directions. Data in Charts flows to Sheets; edits in Sheets flow back. No copy-paste, no second source of truth. Authorization is per file — CubeLV only touches the files you pick yourself in Google's own file picker.\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003ePermission\u003c/span\u003e\u003cdiv class=\"body\"\u003eWe only ever get send permission — we cannot read your mailbox. You forward messages in. For Sheets, we only ever get the files you pick in Google's own file picker — never your Drive.\u003c/div\u003e\u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e07 — What it does not do yet\u003c/div\u003e \u003ch2\u003eHonest gaps.\u003c/h2\u003e \u003cul class=\"not-list\"\u003e \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo data export yet. Internally every item is already stored as a flat JSON file, so the path exists — the user-facing button does not. It is first up next.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo self-hosting. The sandbox tier is welded to AWS.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eSign-in is Google or Apple only for now.\u003c/span\u003e\u003c/li\u003e \u003c/ul\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e08 — How to start\u003c/div\u003e \u003cdiv class=\"start-box\"\u003e \u003ch3\u003eStart with 500 credits. No card. No expiry games.\u003c/h3\u003e \u003cp\u003eThis is not a timed trial. Credits are yours until you use them. When you are ready, the same workspace runs on five platforms.\u003c/p\u003e \u003cdiv class=\"cta\"\u003e\u003ca href=\"https://app.cubelv.com/login?ref=0ae820c6c198a17217fd88dc\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#fff;color:#0D3B2A;font-weight:700;font-size:16px;padding:13px 34px;border-radius:999px;text-decoration:none;\"\u003eCreate your workspace\u003c/a\u003e\u003cdiv style=\"margin-top:10px;font-size:13px;color:rgba(255,255,255,.75);\"\u003eFree — 500 credits, no card.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"platforms\"\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"5.5\"\u003e\u003c/circle\u003e\u003cpath d=\"M2.5 8h11M8 2.5A8 8 0 0 1 8 13.5\"\u003e\u003c/path\u003e\u003c/svg\u003e Web\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003cpath d=\"M6 7h4M6 10h4\"\u003e\u003c/path\u003e\u003c/svg\u003e macOS\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1\"\u003e\u003c/rect\u003e\u003cpath d=\"M5 6h6M5 9h6\"\u003e\u003c/path\u003e\u003c/svg\u003e Windows\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003ccircle cx=\"8\" cy=\"11.5\" r=\".9\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c/circle\u003e\u003c/svg\u003e iOS\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003cpath d=\"M6 6h4\"\u003e\u003c/path\u003e\u003c/svg\u003e Android\u003c/span\u003e \u003c/div\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"foot\"\u003e\u003cspan\u003eCubeLV — describe what you need, get a working tool.\u003c/span\u003e\u003cspan class=\"mono\" style=\"font-size:11px; letter-spacing:.06em; text-transform:uppercase; opacity:.7;\"\u003ePublished as a CubeLV Note\u003c/span\u003e\u003c/div\u003e \u003c/div\u003e\u003c/div\u003e","createdAt":1788460371380,"deletedAt":null,"displayMode":"artifact","embedRenders":{"2c15dbc4517bebe37bf8bb99:overview":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 277px; height: 436.5px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 275px; height: 142.5px; padding: 12px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 251px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003eNASDAQ · NVDA · Last close · 2026-09-04\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 17.5px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 17.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eNVIDIA Corporation - Common Stock\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 28px; margin-top: 4px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 600; line-height: 28px;\"\u003e230.36\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003e+1.91 · +0.84% · Vol 150.57M\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 32px; margin-top: 4px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003eMarket closed — showing close price for 2026-09-04.\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 275px; height: 292px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 275px; height: 292px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: auto;\"\u003e\u003ctable style=\"width: 337.7px; height: 292px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;\"\u003e\u003cthead style=\"width: 337.7px; height: 32.5px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;\"\u003e\u003ctr style=\"width: 337.7px; height: 32.5px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; vertical-align: middle;\"\u003e\u003cth style=\"width: 106.233px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: left; vertical-align: middle;\"\u003eDate (ET)\u003c/th\u003e\u003cth style=\"width: 72.5833px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: right; vertical-align: middle;\"\u003eClose\u003c/th\u003e\u003cth style=\"width: 75.4667px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: right; vertical-align: middle;\"\u003eChange\u003c/th\u003e\u003cth style=\"width: 83.4167px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: right; vertical-align: middle;\"\u003eVolume\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody style=\"width: 337.7px; height: 259px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;\"\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-04\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e229.90\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+0.63%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e150.02M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-03\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e228.65\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+1.89%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e150.22M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-02\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e224.41\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+3.21%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e156.68M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-01\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e217.44\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(0, 179, 119); color: rgb(0, 179, 119); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e-1.51%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e109.76M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-08-31\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e220.78\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+1.48%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e124.70M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-08-28\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e217.55\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(0, 179, 119); color: rgb(0, 179, 119); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e-4.57%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e195.12M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-08-27\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e227.98\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+8.74%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e298.91M\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6a993493b7d965a08a303524:card":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 311px; height: 236.3px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 20px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 309px; height: 1px; border-color: rgb(14, 20, 17); background-image: linear-gradient(to right in oklab, rgba(0, 0, 0, 0) 0%, rgba(20, 25, 26, 0.12) 50%, rgba(0, 0, 0, 0) 100%); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.8;\"\u003e\u003c/div\u003e\u003cdiv style=\"width: 309px; height: 233.3px; padding: 24px 28px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 253px; height: 85.3px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 253px; height: 85.3px; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cp style=\"width: 253px; height: 55.8px; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003eIt's \u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 27.9px; letter-spacing: -0.27px;\"\u003eSaturday\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e night\u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e, \u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 600; line-height: 27.9px; letter-spacing: -0.45px;\"\u003e21:53:21\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e — \u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 27.9px; letter-spacing: -0.27px;\"\u003eAsia/Taipei\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e.\u003c/span\u003e\u003c/p\u003e\u003cp style=\"width: 253px; height: 19.5px; margin-top: 10px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px;\"\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px;\"\u003eYour screen is 1200 × 791\u003c/span\u003e\u003cspan style=\"margin-right: 6px; margin-left: 6px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px; opacity: 0.3;\"\u003e·\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px;\"\u003eUTC+08:00\u003c/span\u003e\u003c/p\u003e\u003c/div\u003e\u003cspan style=\"display: none; flex-shrink: 0; align-items: center; gap: 6px; padding: 4px 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 3.40282e38px; background-color: oklab(0.967315 -0.00380626 0.0016017 / 0.5); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u003cspan aria-hidden=\"true\" style=\"width: 6px; height: 6px; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; background-color: oklch(0.696 0.17 162.48); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u003c/span\u003eLive\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: inline-flex; align-items: center; gap: 6px; width: 223px; height: 27px; margin-top: 12px; padding: 4px 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 3.40282e38px; background-color: oklab(0.967315 -0.00380626 0.0016017 / 0.5); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u003cspan aria-hidden=\"true\" style=\"display: block; width: 6px; height: 6px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; background-color: oklch(0.696 0.17 162.48); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.519114;\"\u003e\u003c/span\u003eLive — ticking every second\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 6px; width: 253px; height: 37px; margin-top: 24px; padding-top: 16px; border-top-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px;\"\u003e\u003csvg width=\"20\" height=\"20\" viewBox=\"0 0 695 695\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" style=\"flex-shrink: 0; width: 20px; height: 20px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; overflow: hidden; fill: none;\"\u003e\u003cpath d=\"M587.149 193.925V499.032L355.197 631.77L120.637 499.073V193.884L355.197 63.8701L587.149 193.925ZM354.938 92.6221C354.191 92.6895 353.485 93.7993 352.73 93.8105L145.624 208.606V484.505L355.125 603.02L531.985 499.037L532.026 498.788L562.162 481.037L562.16 208.564C522.328 186.231 490.562 168.422 458.797 150.611L357.165 93.627C356.432 93.5326 355.664 92.5568 354.938 92.6221Z\" fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M443.416 544.069L356.186 598.636V536.171L356.593 535.966L423.52 502.352L443.416 544.069Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M273.684 420.534L206.727 448.589C205.974 448.905 205.62 449.771 205.936 450.523C206.251 451.276 207.117 451.63 207.87 451.314L274.54 423.38L416.2 498.987L353.406 531.675L353.064 531.492L203.047 451.697V251.148L273.684 212.412V420.534Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M355.901 324.153L419.867 494.722L364.094 464.464L296.982 292.444L355.901 324.153Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M557.938 478.628L533.236 493.179L557.938 351.356V478.628Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M514.716 235.438L488.641 476.434L444.068 342.718L457.683 207.186L514.716 235.438Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M412.24 287.561L355.672 318.228L295.546 286.1L354.737 257.436L412.24 287.561Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M270.029 208.562L201.828 246.768L149.849 209.98L210.949 176.565L270.029 208.562Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M556.458 210.227L515.531 229.423L459.44 201.023L503.093 180.605L556.458 210.227Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"display: block; width: 213.083px; height: 16.5px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eA CubeLV plugin running in your browser\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6a99835881158f48424e6ae4:corridorMap":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 277px; height: 691.4px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 14px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; width: 275px; height: 57px; padding: 8px 12px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 213.083px; height: 40px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px;\"\u003eHeritage Corridor — Tuscany to Rhine\u003c/div\u003e\u003cdiv style=\"width: 37.9167px; height: 32px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003e35 sites\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 275px; height: 340px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"height: 340px; width: 275px; display: flex; flex-direction: column; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 14px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"touch-action: none; cursor: default; background-color: rgb(219, 234, 254); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 273px; height: 234.2px; min-width: auto; border-color: rgb(14, 20, 17); border-top-left-radius: 14px; border-top-right-radius: 14px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003csvg viewBox=\"0 0 1000 700\" preserveAspectRatio=\"xMidYMid slice\" role=\"img\" aria-label=\"Tuscany to Rhine heritage corridor — conic conformal basemap\" style=\"width: 273px; height: 234.2px; display: block; background-color: rgb(219, 234, 254); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003crect x=\"-2000\" y=\"-1400\" width=\"5000\" height=\"3500\" fill=\"var(--heritage-sea)\" style=\"width: 5000px; height: 3500px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(219, 234, 254);\"\u003e\u003c/rect\u003e\u003cg style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cpath d=\"M613.107,623.193L612.727,623.289L612.721,623.124L612.712,622.877L613.094,622.862Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M151.286,135.977L148.878,137.604L141.632,138.456L138.36,140.017L132.353,143.718L131.338,143.969L123.631,141.513L118.741,134.657L115.491,131.586L113.976,130.989L112.278,131.448L108.692,131.575L105.249,130.883L107.518,128.435L110.195,127.314L105.051,125.315L103.629,124.224L102.293,122.056L98.179,120.979L96.109,121.106L92.206,122.994L86.385,124.688L80.616,119.743L79.673,117.884L80.272,114.721L79.814,112.029L78.203,110.882L81.103,108.071L84.213,106.391L90.631,105.324L100.767,101.979L106.229,100.698L111.647,97.803L114.009,95.871L116.01,92.951L118.018,89.36L120.627,86.543L118.804,85.47L118.294,82.947L119.015,80.639L120.205,78.665L119.959,75.852L119.015,72.832L119.489,70.732L120.21,68.423L116.616,67.957L112.819,68.037L109.266,69.08L105.708,70.704L102.881,70.609L103.208,68.819L104.832,66.846L108.549,64.327L112.474,62.345L114.057,60.528L115.378,58.411L117.435,56.844L122.51,54.127L131.586,51.671L132.942,51.651L136.196,52.709L139.529,52.684L142.607,51.688L145.593,51.848L151.288,57.059L150.402,50.373L153.47,49.362L156.696,55.751L158.124,56.566L161.496,56.262L160.334,55.073L158.93,54.766L157.137,53.642L155.921,51.519L154.132,45.275L154.889,41.874L157.179,38.552L159.726,35.521L158.226,34.609L157.02,33.156L157.261,29.753L158.224,26.97L162.141,24.913L163.766,21.143L164.955,16.882L164.671,14.821L161.14,14.592L159.317,15.138L157.613,16.206L156.035,15.865L152.558,10.335L150.677,6.323L147.604,-2.016L147.786,-6.699L152.873,-15.948L159.303,-21.366L165.917,-22.56L164.812,-23.16L155.258,-24.815L151.901,-24.535L148.542,-22.49L146.742,-21.954L145.039,-21.992L143.152,-20.967L141.375,-19.419L139.513,-18.562L136.341,-19.452L134.704,-19.318L133.815,-20.571L133.239,-22.444L132.042,-23.078L130.587,-22.831L127.344,-21.048L124.16,-20.188L120.909,-22.298L116.719,-25.856L115.66,-25.038L114.116,-22.706L112.815,-18.978L110.215,-22.928L108.247,-28.032L107.799,-30.992L108.403,-34.176L110.108,-35.207L111.543,-33.752L115.393,-40.895L122.063,-49.891L124.325,-52.435L126.17,-55.988L126.443,-58.561L125.763,-60.802L122.233,-66.365L122.964,-70.295L124.248,-74.547L125.972,-76.938L126.539,-77.342L132.426,-76.178L130.396,-77.988L126.559,-82.763L126.912,-84.138L128.637,-87.635L128.088,-87.312L126.837,-85.848L124.178,-82.103L122.854,-81.333L119.44,-80.956L118.499,-79.099L117.82,-78.633L116.172,-78.776L115.339,-76.984L114.927,-76.893L114.841,-79.03L115.481,-82.386L116.737,-85.371L118.42,-87.512L124.091,-92.128L121.499,-90.833L115.33,-86.742L112.047,-83.977L111.162,-82.959L110.688,-82.032L110.483,-80.968L110.585,-74.84L109.684,-72.214L101.717,-55.189L100.5,-53.562L99.555,-52.814L98.736,-52.72L96.586,-53.482L95.801,-55.078L96.092,-56.547L97.023,-58.738L100.516,-66.872L101.841,-69.072L103.515,-71.035L106.838,-74.376L106.886,-74.621L104.932,-74.238L104.217,-74.632L103.885,-75.461L106.392,-86.772L108.547,-90.259L110.181,-95.633L112.312,-100.063L114.388,-103.23L116.352,-107.357L118.324,-109.018L119.358,-111.88L121.746,-114.74L123.787,-117.838L122.978,-117.652L112.331,-110.687L109.669,-109.506L106.659,-110.524L104.42,-111.989L102.974,-114.491L102.92,-118.589L100.698,-119.121L98.889,-120.253L98.989,-120.744L101.949,-122.448L106.193,-122.366L110.689,-125.053L107.722,-128.111L108.147,-128.793L111.505,-130.174L116.529,-136.176L118.561,-142.172L117.28,-145.407L117.007,-147.422L113.936,-150.245L113.831,-153.083L114.582,-154.471L115.973,-155.733L117.939,-156.541L120.91,-157.154L118.666,-158.788L118.027,-160.366L117.685,-162.483L117.929,-163.716L120.224,-168.646L121.371,-170.643L123.356,-173.074L129.862,-171.643L130.825,-172.74L131.567,-172.683L134.708,-170.89L134.397,-172.229L130.204,-179.78L129.991,-181.103L132.192,-184.27L132.583,-185.819L132.736,-187.586L133.423,-188.736L135.26,-189.069L140.468,-187.996L141.837,-188.337L141.623,-190.173L140.783,-192.639L140.946,-194.49L141.527,-196.091L142.254,-199.461L142.698,-200.832L144.369,-202.828L145.476,-203.305L146.894,-203.468L149.617,-202.193L150.522,-201.085L151.38,-198.704L152.321,-198.788L156.31,-200.369L157.444,-200.506L158.4,-197.599L164.877,-198.665L173.189,-198.154L178.358,-198.72L183.639,-198.343L188.737,-199.118L193.723,-197.538L193.754,-196.595L193.284,-195.393L191.461,-192.11L191.008,-188.181L190.535,-186.98L189.675,-185.673L187.332,-183.246L181.719,-180.171L171.058,-172.775L164.836,-169.251L163.733,-167.229L162.85,-164.318L165.941,-163.185L167.047,-161.972L166.06,-160.611L160.309,-156.251L158.002,-151.721L161.793,-151.228L164.978,-151.612L171.631,-153.535L177.687,-154.814L180.449,-154.441L185.574,-151.819L186.753,-151.544L189.18,-152.002L191.486,-151.718L207.017,-148.799L211.485,-149.146L214.241,-147.467L216.183,-144.048L217.668,-138.074L217.443,-137.176L215.683,-134.809L212.617,-131.958L209.731,-127.815L208.724,-125.512L207.958,-122.919L206.856,-120.63L200.751,-109.881L195.385,-104.275L192.805,-100.025L189.806,-96.857L187.194,-94.983L184.507,-93.886L177.067,-93.385L174.91,-92.635L172.225,-91.044L169.51,-90.476L172.469,-90.159L175.574,-90.752L180.936,-90.312L186.491,-85.549L185.444,-82.589L182.586,-80.506L176.915,-80.987L170.817,-76.486L168.167,-75.231L165.554,-74.818L162.451,-75.588L156.975,-77.949L154.755,-79.85L156.631,-77.077L158.884,-75.343L173.261,-69.84L174.173,-70.03L179.364,-72.491L185.661,-71.5L196.814,-63.809L199.591,-58.763L203.648,-51.601L205.977,-48.655L207.673,-46.057L208.349,-42.513L209.158,-30.801L210.235,-19.399L212.189,-6.878L213.309,-3.369L215.162,-0.768L225.306,6.124L227.456,8.164L231.051,13.902L234.426,19.937L237.688,24.611L241.368,28.494L239.143,30.057L237.392,32.68L238.025,36.601L239.185,40.419L241.793,46.667L244.057,53.366L243.063,52.245L242.011,51.617L240.383,51.502L238.897,51.069L236.313,48.747L233.896,45.94L228.427,46.249L225.555,45.462L222.934,45.122L227.695,47.158L233.022,48.002L243.559,60.063L246.879,66.796L248.246,75.374L246.164,78.962L243.322,81.041L240.629,83.551L237.994,86.398L244.126,91.798L245.587,91.804L247.208,91.328L248.728,89.923L251.632,86.43L253.015,85.256L257.177,85.23L260.64,85.868L264.041,87.076L267.15,87.165L273.141,89.469L276.072,91.273L283.337,98.667L284.628,102.453L284.989,107.224L284.578,112.416L282.751,117.05L280.759,121.169L279.264,126.581L278.428,128.572L277.336,129.955L272.584,133.95L269.571,135.379L268.495,134.519L267.227,134.468L267.009,135.524L268.035,137.874L267.854,140.595L265.12,142.298L262.4,142.837L258.305,141.312L251.894,144.339L256.006,146.706L256.625,148.851L255.179,152.262L252.353,153.609L249.212,153.92L246.125,153.736L243.482,154.346L240.857,155.703L244.032,155.157L246.056,156.219L247.097,159.327L248.162,160.361L254.074,162.267L257.685,162.663L264.986,162.7L268.376,163.138L269.6,163.763L269.345,166.225L268.174,172.323L267.086,173.454L257.041,177.528L254.615,180.914L253.847,182.986L248.313,182.042L245.493,183.965L240.705,184.995L237.083,186.235L233.409,187.88L230.442,188.109L218.618,184.175L211.192,183.487L200.948,184.317L198.43,183.567L194.944,181.103L191.173,179.176L186.761,177.986L183.069,175.557L185.025,179.493L179.084,182.155L176.528,182.458L173.969,182.008L168.472,182.21L163.619,180.995L164.006,183.552L164.979,185.863L163.881,186.617L162.665,186.687L153.58,183.652L152.137,183.765L150.84,185.067L147.523,183.805L144.596,180.762L141.335,178.497L137.829,177.105L134.785,176.951L122.172,178.895L119.046,182.468L116.926,187.878L114.372,192.546L110.818,195.872L107.382,195.87L104.613,192.634L99.103,188.663L97.313,186.257L96.684,186.062L95.911,186.678L93.391,187.151L90.923,186.71L87.021,186.845L79.937,187.983L76.953,189.108L70.426,192.502L69.015,193.494L66.129,197.561L62.741,197.757L60.373,194.369L57.239,192.676L53.592,193.059L51.156,194.095L50.425,192.692L50.808,190.165L53.987,187.597L61.294,186.66L68.331,181.794L72.015,178.715L73.464,176.891L75.202,175.875L77.109,175.727L78.491,173.637L88.362,166.064L89.475,164.171L90.577,160.516L91.86,157.062L98.956,155.906L103.468,148.917L104.412,148.497L113.942,148.734L120.792,149.986L127.416,152.601L130.879,153.341L134.463,153.342L137.542,151.753L143.469,145.184L146.62,142.343L150.134,139.89L153.494,136.99L159.068,131.505L155.597,133.141ZM120.932,48.89L121.884,49.983L124.944,50.352L123.591,52.132L119.966,53.763L117.363,55.486L114.409,56.808L113.458,54.536L111.925,54.344L110.422,49.951L111.083,44.013L114.285,42.994L118.399,43.816ZM210.722,-224.18L207.968,-224.524L209.824,-227.137L211.618,-227.626L214.744,-226.803L214.022,-225.634ZM256.212,-280.729L255.532,-280.222L253.894,-285.499L256.374,-290.901L258.399,-290.455L258.537,-288.894L258.184,-287.571L257.05,-287.553L256.907,-287.144L256.896,-284.49L256.486,-281.463ZM250.015,-282.693L250.064,-279.261L251.382,-279.934L252.822,-276.398L253.768,-276.268L255.499,-277.402L254.744,-274.424L252.035,-266.154L251.321,-264.799L250.705,-262.233L250.289,-261.777L249.065,-256.733L247.779,-255.116L246.265,-251.226L245.858,-250.856L244.685,-252.642L246.94,-258.65L247.96,-262.184L247.87,-264.077L247.324,-265.863L245.26,-266.237L243.424,-265.726L243.22,-266.781L243.324,-268.136L242.951,-268.616L240.607,-268.864L240.051,-269.286L239.714,-270.618L239.772,-271.637L242.035,-272.084L243.885,-271.479L247.099,-273.081L246.211,-279.884L243.891,-280.812L243.472,-281.557L244.056,-282.588L245.425,-282.994L247.954,-286.066L249.223,-286.402L250.666,-286.116ZM264.475,-294.357L264.397,-293.768L262.657,-289.8L262.456,-288.284L260.513,-288.715L260.228,-289.181L260.202,-291.584L260.796,-294.075L261.142,-294.715L261.772,-294.888L262.301,-294.303L263.491,-295.43L264.002,-295.363ZM192.192,-205.63L190.668,-205.282L189.329,-205.502L187.552,-208.612L187.095,-210.822L187.494,-212.121L188.453,-212.389L190.478,-211.371L191.165,-208.869L191.009,-207.359L191.181,-206.734L192.424,-205.933ZM197.685,-202.184L197.39,-202.061L196.643,-203.118L195.634,-206.521L198.136,-206.715L199.141,-206.128L198.482,-204.869ZM196.7,-216.502L196.245,-215.38L198.11,-215.079L200.616,-213.654L202.279,-213.219L203.415,-211.759L202.335,-209.542L201.338,-209.018L200.434,-209.077L197.601,-211.919L193.168,-211.613L192.333,-212.091L191.895,-212.761L191.853,-213.621L192.126,-215.284L191.941,-215.826L190.171,-214.495L189.488,-214.779L189.256,-215.586L189.34,-217.195L189.876,-219.327L191.284,-222.34L192.898,-222.758L195.131,-221.965L197.415,-219.801L198.038,-218.59L197.891,-217.675ZM205.961,-222.705L203.652,-221.875L202.926,-223.015L203.24,-226.125L200.893,-227.867L199.792,-228.898L199.152,-230.54L199.409,-231.011L201.19,-231.408L203.558,-228.124L204.335,-225.609L206.262,-224.621L206.475,-224.246ZM85.401,-117.058L83.839,-117.043L83.9,-117.798L87.177,-120.441L88.863,-120.602L89.354,-120.159L87.862,-118.592ZM114.271,-55.662L110.906,-56.3L109.83,-56.929L108.608,-58.349L108.219,-65.119L109.234,-67.298L110.107,-68.232L110.949,-69.003L112.842,-69.065L114.329,-67.511L114.781,-66.239L115.383,-61.55L114.961,-57.733ZM104.736,-101.291L93.769,-100.765L90.245,-101.739L90.137,-103.124L91.056,-103.787L94.135,-104.011L96.631,-110.061L92.833,-113.901L92.72,-114.777L93.379,-116.091L93.963,-116.568L96.97,-117.489L98.156,-117.589L99.056,-117.237L100.671,-115.123L102.116,-111.171L104.811,-110.039L106.471,-108.093ZM91.586,-83.684L91.315,-77.449L91.51,-73.502L91.247,-72.196L90.026,-70.573L85.248,-69.079L83.815,-69.372L83.932,-69.943L85.387,-72.195L85.079,-75.062L85.894,-77.106L85.58,-77.51L84.674,-77.441L80.843,-74.744L79.727,-74.634L79.767,-75.306L81.103,-77.921L81.569,-79.696L82.28,-80.74L83.354,-81.624L84.566,-82.225L85.343,-82.15L86.03,-81.159L89.06,-82.921ZM94.666,-77.37L93.996,-76.995L92.68,-77.344L92.369,-78.256L92.314,-79.457L92.742,-81.58L93.814,-82.979L97.688,-84.583L96.334,-85.703L96.354,-86.294L97.694,-88.066L101.969,-90.276L103.028,-90.661L103.958,-90.393L101.014,-85.451ZM113.131,-198.911L108.22,-191.34L107.001,-191.333L105.408,-189.518L101.599,-187.906L104.572,-187.29L105.214,-186.301L104.892,-184.739L104.147,-183.864L99.479,-180.89L96.548,-179.96L92.913,-176.611L91.463,-176.918L89.473,-174.683L88.067,-173.868L87.432,-174.004L86.721,-174.671L85.526,-177.499L89.222,-179.281L89.863,-180.516L92.347,-181.532L92.253,-181.98L89.152,-184.7L88.098,-186.385L88.419,-187.003L90.375,-188.214L89.599,-188.552L89.235,-189.488L88.405,-190.01L88.222,-190.908L88.556,-192.897L89.195,-194.993L90.466,-195.665L91.036,-196.573L91.537,-196.723L92.957,-195.905L94.223,-193.918L96.158,-194.195L98.244,-193.411L98.42,-193.803L97.654,-198.171L98.096,-198.936L99.2,-199.734L104.724,-201.583L111.82,-205.269L113.489,-205.7L113.801,-204.95L113.907,-202.27ZM97.545,-133.147L96.687,-132.725L95.778,-132.997L94.928,-134.025L94.181,-136.484L97.274,-137.47L98.291,-136.323L98.443,-135.182L98.209,-134.035ZM106.248,-158.019L105.724,-155.904L104.767,-153.534L104.877,-150.779L104.603,-148.955L105.573,-148.076L106.051,-147.125L110.638,-145.183L115.214,-144.618L115.881,-143.634L115.732,-142.384L114.736,-141.216L111.759,-139.245L107.927,-135.913L106.839,-135.277L105.805,-135.399L105.24,-135.939L106.103,-143.103L102.696,-142.852L100.041,-143.478L98.735,-144.599L98.059,-146.446L96.915,-151.125L91.313,-154.086L90.146,-156.727L89.908,-158.317L90.338,-158.997L91.888,-160.468L93.321,-159.569L94.394,-159.687L95.114,-160.393L95.25,-161.049L94.737,-162.696L94.84,-163.188L101.25,-163.827L102.33,-166.771L103.746,-166.737L105.002,-165.454L106.465,-161.907ZM81.116,-172.019L83.368,-168.789L80.137,-164.858L76.674,-165.611L72.46,-169.881L72.605,-170.536L73.185,-171.437L74.092,-172.095L74.946,-172.079L76,-171.247L77.923,-171.77L79.215,-171.146ZM74.213,-145.501L73.055,-145.496L71.729,-146.042L70.97,-146.979L70.77,-150.02L70.981,-151.859L72.065,-155.048L72.817,-158.911L75.779,-158.435L76.385,-157.703L74.32,-145.991ZM68.346,-139.421L65.987,-139.256L65.228,-139.766L65.188,-140.46L66.103,-141.97L67.98,-142.155L68.982,-140.994L68.987,-140.136ZM71.626,2.245L69.403,1.537L67.557,2.005L66.319,2.512L65.348,2.227L62.333,1.856L59.468,1.259L59.327,-0.041L60.602,-3.672L60.215,-4.77L57.659,-5.815L56.863,-6.916L55.822,-9.765L55.785,-11.044L55.934,-12.709L54.813,-15.153L53.183,-17.113L52.025,-17.446L49.231,-15.416L46.824,-13.305L47.248,-11.941L47.486,-10.192L46.142,-9.209L42.495,-7.116L41.773,-6.171L40.763,-5.797L39.464,-6.931L35.788,-7.571L34.205,-8.346L32.69,-10.807L28.188,-13.262L28.018,-16.616L27.265,-17.382L23.042,-24.13L22.785,-26.147L23.709,-27.042L26.143,-28.273L33.584,-29.483L34.891,-30.296L35.303,-31.225L33.515,-32.817L32.04,-34.427L31.64,-35.368L31.708,-36.119L32.977,-36.769L35.033,-36.391L36.495,-35.638L37.938,-36.166L40.448,-36.458L42.137,-37.19L44.086,-39.566L45.978,-41.701L46.361,-42.978L48.633,-47.328L49.461,-48.338L54.36,-50.418L55.052,-48.482L57.087,-47.617L59.349,-48.747L62.591,-53.069L64.184,-52.986L65.848,-52.293L69.339,-52.152L75.768,-53.105L78.481,-52.63L82.005,-50.721L84.801,-50.153L86.62,-46.224L86.894,-40.573L88.924,-34.575L92.187,-29.102L91.739,-26.312L89.97,-25.052L86.476,-23.798L86.168,-21.743L88.332,-22.413L90.171,-22.473L94.391,-21.222L95.446,-18.818L95.839,-15.612L95.938,-12.972L95.009,-10.278L94.102,-11.384L93.4,-14.057L92.349,-15.446L90.892,-16.324L90.924,-12.85L89.735,-8.347L90.344,-7.805L92.394,-7.32L90.125,-3.029L87.109,-2.268L83.758,-2.423L82.646,-0.953L81.633,1.045L79.337,3.8L76.802,5.152L74.097,4.269ZM192.218,186.724L189.42,188.006L188.41,189.781L187.665,190.427L185.985,190.695L184.361,190.553L178.671,185.843L177.146,185.793L178.795,184.196L182.956,183.366L185.36,181.787L190.148,184.278Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L510.718,358.872L513.026,361.008L512.57,364.546L509.915,370.307L508.525,374.914L508.409,378.533L508.641,380.179L509.105,380.179L511.662,380.424L512.941,380.422L516.895,381.318L520.156,382.704L520.862,384.264L521.219,386.072L525.079,388.519L529.522,390.05L531.034,389.543L536.453,383.65L538.675,384.612L539.994,387.722L539.897,389.287L538.452,395.474L538.257,398.849L539.57,400.973L539.708,402.699L539.375,404.266L537.148,404.456L534.206,403.582L531.719,400.972L529.73,401.318L528.095,401.989L527.292,404.545L526.609,407.512L526.856,409.238L528.04,410.463L529.003,413.253L529.62,416.786L530.223,418.426L529.638,419.089L528.108,419.595L526.807,419.193L524.421,414.93L523.352,413.291L521.585,413.053L518.41,414.054L513.586,416.453L511.582,416.456L509.931,415.963L508.4,413.989L507.107,410.122L506.639,407.653L505.699,407.735L502.647,406.988L501.235,407.972L501.223,411.921L500.854,416.938L499.309,420.059L494.911,425.633L493.358,428.01L492.637,429.733L492.509,431.213L493.204,433.851L494.021,436.324L493.299,437.801L491.035,438.526L489.383,436.951L488.809,434.313L485.283,430.581L486.85,427.551L486.62,426.726L480.838,425.106L478.382,422.774L474.892,418.616L474.207,416.879L474.52,411.206L474.303,409.804L473.842,409.14L472.197,409.117L469.816,411.056L467.533,413.982L462.997,417.278L462.514,417.928L463.989,421.245L463.85,422.477L460.207,427.594L459.463,429.308L454.776,432.423L452.614,433.611L446.264,431.078L444.494,430.705L441.488,432.274L437.414,433.646L430.84,435.019L428.383,433.791L427.349,432.688L426.806,431.107L425.234,428.34L423.394,426.633L422.154,424.78L420.566,422.75L419.557,421.151L421.155,415.938L420.157,414.093L419.66,411.441L420.076,409.645L419.502,409.213L413.662,408.014L408.715,408.154L405.238,409.744L402.178,412.5L401.798,413.143L402.013,413.646L403.317,416.335L400.838,419.113L396.969,421.088L394.36,421.22L393.198,420.756L393.335,417.715L395.505,416.742L397.595,414.857L398.305,412.088L398.622,410.208L396.728,407.737L397.024,406.35L398.437,403.612L399.243,401.259L400.386,399.25L404.509,395.964L408.735,392.759L409.464,389.083L409.987,384.658L410.611,383.612L416.177,381.189L417.494,380.166L418.245,378.712L422.711,373.93L427.161,369.14L428.024,367.522L428.749,366.557L428.775,365.735L428.332,365.145L426.266,364.666L425.625,363.081L427.908,360.357L430.729,358.719L433.38,358.8L434.395,359.571L434.252,360.472L435.376,361.493L437.443,361.882L439.875,361.621L442.441,360.621L444.004,358.193L444.859,356.323L448.824,354.282L451.445,355.413L458.688,355.898L464.108,355.426L467.47,354.003L471.61,354.068L474.359,354.931L474.82,354.855L475.628,354.619L476.328,353.887L478.98,353.345L479.333,352.691L479.226,352.031L478.77,351.697L475.549,351.985L474.292,351.474L474.079,350.237L475.14,348.195L477.456,346.58L479.525,346.194L480.896,346.621L484.42,349.784L485.222,349.957L485.801,349.386L486.493,349.064L487.751,349.651L488.998,351.635L489.225,351.966L497.157,351.276L498.88,351.284L504.273,354.755Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M754.648,-148.602L752.676,-147.178L751.884,-143.703L750.204,-142.909L748.777,-141.556L749.401,-130.83L752.952,-127.123L751.35,-126.34L749.91,-124.987L749.104,-123.037L748.448,-118.998L744.502,-116.346L743.097,-114.584L741.177,-110.659L740.553,-105.286L738.458,-102.778L735.787,-101.976L736.903,-106.474L738.574,-110.196L736.347,-112.302L734.706,-115.992L732.899,-118.654L733.751,-122.033L732.519,-127.203L732.133,-132.385L733.596,-135.245L735.396,-137.555L737.976,-142.825L740.98,-146.716L745.483,-148.848L747.765,-147.684L748.305,-150.958L749.774,-151.895L751.241,-151.312ZM696.239,-67.541L695.02,-65.003L693.857,-65.066L692.709,-68.231L691.791,-76.443L691.907,-80.559L696.349,-95.888L698.788,-97.287L701.513,-106.695L702.072,-110.781L703.313,-114.597L703.936,-117.936L704.561,-119.258L706.203,-118.828L707.006,-118.317L705.512,-116.238L705.933,-113.841L705.944,-112.749L702.462,-101.661L701.983,-94.647L700.542,-92.75ZM556.194,-192.3L558.416,-186.203L560.242,-185.408L562.723,-187.075L564.309,-191.586L565.102,-198.438L566.078,-204.879L564.543,-211.672L562.86,-217.706L562.722,-219.477L566.382,-224.654L567.405,-228.828L568.516,-232.839L569.882,-234.236L571.893,-234.639L574.241,-235.48L577.136,-238.205L579.637,-241.853L581.617,-245.147L582.069,-251.606L581.941,-254.908L582.719,-257.314L583.404,-262.008L582.442,-266.639L579.497,-273.577L576.038,-283.396L575.419,-288.734L576.748,-289.803L579.445,-290.84L584.556,-291.296L585.043,-291.912L585.457,-294.313L586.429,-297.591L587.603,-300.026L588.31,-303.381L588.516,-306.459L585.448,-310.935L581.463,-315.467L578.878,-316.903L574.194,-320.657L570.89,-323.873L572.292,-336.573L573.292,-345.938L573.457,-348.257L573.332,-351.765L568.532,-366.78L568.584,-370.13L568.891,-373.147L568.226,-378.367L567.828,-382.997L568.511,-384.396L570.123,-387.033L568.368,-391.018L568.195,-391.357L564.806,-401.326L569.198,-411.392L568.143,-416.537L570.871,-420.434L575.62,-429.173L578.268,-434.125L578.788,-434.926L580.98,-437.182L585.113,-439.874L589.765,-441.302L591.882,-441.403L600.051,-440.085L606.403,-439.135L607.271,-440.486L608.443,-443.329L609.935,-447.323L609.756,-451.654L608.837,-457.943L607.682,-461.701L603.124,-463.963L598.146,-467.085L603.407,-478.173L607.032,-485.884L611.376,-497.416L612.672,-502.22L613.685,-504.209L614.003,-521.583L614.656,-526.541L615.309,-529.132L615.136,-531.757L614.33,-536.1L612.278,-546.001L619.847,-547.741L622.304,-548.53L624.567,-549.927L628.815,-553.327L630.878,-556.22L628.928,-565.436L631.373,-568.807L637.076,-580.331L643.23,-591.409L646.161,-595.753L646.345,-597.726L646.356,-600.841L644.428,-605.656L642.6,-608.614L639.07,-614.105L640.06,-618.293L642.169,-619.278L644.977,-621.133L646.909,-624.79L647.149,-625.259L649.721,-639.278L656.464,-646.83L659.046,-650.947L663.948,-648.572L671.09,-645.016L673.435,-651.651L674.142,-654.068L674.785,-657.649L673.712,-663.564L672.648,-671.292L672.651,-674.361L675.13,-676.084L676.509,-676.602L684.19,-674.244L686.075,-674.56L689.582,-674.534L693.619,-673.588L702.234,-670.895L705.828,-669.833L707.778,-669.733L709.167,-671.729L712.012,-676.644L706.43,-679.233L709.342,-683.072L710.624,-686.694L711.532,-690.995L711.383,-695.971L710.823,-698.529L709.51,-700.166L705.84,-704.21L712.715,-705.803L715.074,-706.32L720.539,-704.105L720.83,-703.51L721.052,-701.995L721.487,-700.42L727.01,-697.144L728.72,-695.309L732.228,-692.478L733.29,-690.913L736.42,-689.307L738.766,-687.492L741.397,-686.09L744.592,-683.783L748.654,-682.17L751.869,-681.973L760.382,-679.589L761.929,-678.673L764.617,-676.41L767.51,-673.825L770.141,-668.02L772.787,-668.126L773.845,-666.136L776.742,-662.934L780.458,-660.342L780.514,-659.263L778.59,-655.83L779.029,-651.832L780.155,-646.783L781.729,-642.816L781.813,-641.565L781.444,-640.051L781.161,-637.651L781.23,-635.676L781.473,-634.726L781.776,-634.239L783.167,-634.49L785.611,-634.484L787.163,-633.865L788.884,-629.215L788.765,-628.29L787.139,-625.736L786.812,-623.963L787.204,-621.42L788.118,-618.793L789.325,-615.772L791.538,-612.847L794.37,-609.77L796.303,-607.251L797.314,-605.371L797.858,-604.033L797.189,-602.11L796.983,-598.478L797.495,-594.532L797.621,-591.863L796.346,-587.95L795.206,-586.486L795.197,-584.513L795.553,-581.353L796.683,-577.622L797.288,-575.138L798.071,-573.314L798.873,-572.209L802.388,-570.624L805.009,-566.644L806.764,-563.309L810.607,-554.569L805.469,-552.445L800.951,-553.929L799.177,-552.447L795.673,-551.724L791.791,-550.14L790.715,-548.081L789.807,-547.209L785.621,-549.06L781.37,-552.689L779.346,-549.053L777.757,-548.163L775.81,-550.771L774.402,-551.07L773.841,-549.909L773.668,-547.303L772.981,-545.057L772.959,-543.81L773.665,-538.6L773.568,-537.342L770.051,-537.477L770.423,-536.119L771.276,-535.548L771.788,-534.745L770.71,-533.417L767.194,-533.028L767.091,-531.771L768.361,-530.025L767.88,-528.265L767.246,-527.456L763.312,-525.771L760.886,-525.658L760.376,-524.517L760.366,-523.101L761.028,-521.789L762.195,-521.174L762.704,-520.37L762.911,-518.546L762.066,-518.061L759.09,-520.959L758.369,-520.671L759.158,-519.025L760.873,-517.346L761.992,-515.575L763.091,-513.45L763.222,-511.616L760.999,-505.537L758.742,-501.578L757.179,-498.083L756.469,-494.543L758.171,-493.038L760.071,-490.774L761.933,-486.219L763.875,-482.208L767.165,-478.672L766.986,-476.273L766.649,-474.376L762.798,-469.664L758.596,-462.898L755.307,-446.842L753.726,-444.517L749.233,-441.258L747.788,-438.437L744.586,-434.941L738.54,-431.593L736.096,-427.611L735.314,-423.766L733.842,-423.313L732.227,-424.581L730.194,-425.363L730.264,-422.937L730.574,-421.15L727.143,-423.408L725.939,-420.822L725.33,-416.662L721.534,-410.723L716.551,-411.074L716.184,-410.076L717.544,-409.545L717.806,-408.709L716.978,-408.176L715.619,-408.014L713.741,-406.752L712.37,-406.678L712.029,-404.038L711.354,-400.754L708.77,-399.157L707.352,-398.736L706.822,-396.945L711.136,-397.005L710.981,-395.515L711.068,-394.054L710.771,-392.376L706.188,-389.52L705.662,-387.645L704.814,-386.427L702.628,-386.186L702.587,-387.304L702.789,-388.45L699.644,-388.02L698.388,-390.564L697.815,-389.811L698.368,-387.71L699.489,-385.67L700.732,-382.523L700.224,-380.395L699.513,-379.368L700.183,-378.491L701.965,-377.994L702.837,-376.795L700.923,-375.464L698.717,-371.431L696.113,-371.069L694.729,-368.51L693.012,-368.331L691.464,-369.723L689.128,-370.777L688.625,-368.4L688.634,-366.677L690.403,-362.292L693.142,-359.042L695.604,-357.748L694.064,-356.555L693.056,-354.214L692.374,-347.007L691.832,-344.115L691.492,-339.185L692.412,-335.071L693.119,-333.082L694.481,-330.475L691.439,-330.51L688.023,-331.8L688.851,-328.537L687.234,-324.348L687.902,-320.986L688.547,-318.736L688.324,-314.946L689.367,-313.85L690.091,-311.695L689.413,-309.917L689.977,-308.517L690.554,-303.527L692.002,-295.805L691.914,-294.087L694.378,-287.499L694.194,-285.005L694.239,-281.937L697.187,-279.33L699.506,-279.565L701.815,-279.888L702.752,-279.217L703.908,-277.289L704.852,-274.913L706.814,-275.29L709.695,-277.645L711.617,-278.365L713.415,-274.634L717.583,-270.059L719.91,-268.015L723.673,-267.247L727.858,-263.634L727.905,-258.693L729.664,-257.193L734.402,-255.876L736.28,-253.458L737.337,-251.284L738.771,-249.667L740.842,-244.295L740.735,-240.79L739.036,-239.392L735.175,-235.186L733.555,-232.273L732.254,-230.42L728.357,-226.23L726.843,-225.378L725.549,-223.363L724.228,-222.365L722.844,-222.721L718.351,-218.746L718.869,-217.274L722.661,-217.096L724.528,-218.068L725.848,-219.914L727.395,-220.514L728.85,-220.339L730.291,-221.864L731.462,-222.593L732.779,-222.066L734.577,-218.963L731.845,-216.946L729.813,-216.628L729.359,-211.143L728.369,-208.74L727.6,-207.55L723.212,-204.771L720.404,-201.497L717.067,-198.85L715.402,-199.181L713.327,-196.506L708.317,-193.194L705.911,-189.143L700.115,-185.186L697.305,-182.209L688.736,-181.238L680.638,-181.105L678.132,-179.537L680.785,-179.429L682.712,-178.247L684.923,-179.035L690.142,-178.832L692.829,-178.406L696.698,-174.209L694.307,-172.379L690.056,-170.803L692.28,-164.594L694.044,-160.455L692.456,-157.694L693.443,-145.985L690.974,-145.591L690.308,-140.646L691.365,-138.216L691.796,-132.448L692.671,-128.994L694.175,-125.85L693.93,-122.38L690.634,-114.097L691.055,-110.438L692.006,-108.256L692.884,-104.808L691.607,-97.894L690.796,-92.032L689.7,-87.155L686.689,-81.11L685.341,-76.721L682.354,-63.073L680.56,-60.247L678.227,-58.049L675.295,-59.653L672.619,-60.529L669.562,-60.124L664.779,-58.257L657.312,-58.717L650.239,-57.725L648.502,-56.271L649.884,-51.518L647.23,-50.673L644.632,-51.923L642.426,-50.111L640.612,-48.159L637.107,-43.685L636.01,-40.948L636.014,-36.025L638.23,-31.655L640.299,-26.612L636.192,-20.026L633.658,-19.709L626.132,-20.948L613.123,-16.357L601.131,-18.969L602.452,-22.358L602.342,-24.852L602.762,-28.62L602.978,-32.546L602.763,-35.204L601.768,-37.911L598.799,-41.452L591.732,-53.423L589.703,-58.518L588.276,-60.634L589.232,-60.754L594.621,-58.213L595.856,-58.598L597.058,-59.734L595.36,-63.587L593.944,-65.366L592.88,-67.995L596.003,-68.875L598.208,-68.802L599.697,-71.957L598.534,-76.754L596.087,-78.237L594.066,-78.738L589.956,-86.349L585.827,-90.205L578.212,-105.331L575.331,-115.872L572.934,-114.79L571.67,-119.359L570.696,-123.772L570.413,-126.949L566.645,-128.683L566.488,-130.943L565.463,-140.982L561.554,-142.219L558.83,-147.859L558.106,-158.595L555.5,-160.465L553.413,-159.829L553.444,-162.52L553.843,-165.052L552.442,-174.863L551.88,-183.944L550.83,-186.617L550.222,-189.805L550.613,-192.595L551.297,-194.211L553.801,-194.689ZM756.245,-153.025L756.158,-149.971L754.749,-150.051L753.291,-152.069L755.345,-155.788L759.027,-156.078L760.404,-155.49ZM731.251,-204.063L730.236,-203.439L729.681,-203.545L730.049,-205.877L730.479,-206.859L732.068,-207.974L732.533,-207.858ZM733.233,-225.858L732.8,-224.193L731.958,-226.05L732.174,-226.5L732.303,-228.47L733.42,-229.621L735.34,-229.251L735.4,-228.748L733.822,-226.947Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M214.003,764.207L213.141,764.705L210.79,763.88L207.042,763.494L207.106,761.579L207.778,760.312L208.592,758.976L210.583,761.937L214.145,762.802ZM276.089,716.207L279.519,718.064L283.318,716.952L285.262,717.521L287.18,718.418L287.339,721.507L285.36,724.764L282.716,727.967L280.305,731.521L278.24,735.684L274.718,737.98L271.545,739.22L265.44,735.546L261.8,734.404L260.84,733.155L260.327,728.281L258.87,726.656L256.418,725.776L254.202,726.746L251.197,729.059L249.841,726.356L247.633,725.739L246.851,724.085L247.025,722.186L263.188,712.05L267.744,709.859L277.313,707.658L278.724,708.188L277.395,709.91L277.335,710.653L278.451,711.575L278.075,712.958L276.797,714.019ZM318.278,716.835L317.581,717.37L306.779,711.06L303.141,710.219L302.281,709.326L302.621,706.443L302.973,705.222L310.49,705.174L316.39,707.572L319.304,713.331L319.507,714.258ZM209.726,751.911L208.093,754.664L202.595,753.086L201.393,751.706L202.942,748.529L204.716,748.299L204.959,745.987L206.939,743.773L215.109,742.696L216.802,744.537L216.968,746.89L211.66,751.442ZM120.796,525.397L120.682,527.046L121.581,529.508L122.94,530.538L125.732,532.105L127.926,532.584L130.926,533.592L132.838,535.193L132.687,537.17L131.749,539.369L130.226,541.237L129.253,542.765L129.869,543.768L130.879,544.659L131.97,544.979L132.871,544.855L133.661,543.717L134.991,542.32L135.632,542.243L135.518,543.059L135.866,544.19L139.444,546.598L147.296,551.075L150.511,551.587L153.187,552.358L153.749,553.846L158.412,559.778L159.678,559.775L162.032,560.161L164.947,560.118L167.063,559.388L168.412,559.725L169.772,560.976L171.413,562.012L173.568,564.025L175.3,566.4L176.583,567.306L185.123,566.843L186.839,568.376L188.837,568.613L191.123,568.549L195.918,569.77L199.935,570.064L200.375,569.533L201.28,564.904L202.098,563.254L203.017,562.943L205.348,563.537L213.521,567.261L216.831,569.362L220.056,571.117L223.038,571.598L224.819,572.697L227.103,577.497L226.498,579.674L226.538,580.508L226.753,582.106L226.449,583.817L227.084,585.044L228.324,585.337L230.125,585.107L231.95,584.629L235.406,583.07L236.317,582.83L241.498,585.581L243.75,587.21L244.471,588.938L245.453,590.608L247.066,591.012L249.481,589.667L253.284,588.367L259.187,590.404L265.796,593.154L268.672,593.656L268.892,592.598L269.525,591.163L270.716,590.604L272.374,590.499L274.829,589.965L277.583,588.874L280.266,588.603L283.085,589.748L286.542,590.859L288.682,591.032L289.326,594.065L290.999,595.357L291.428,597.958L288.286,599.115L286.379,599.126L285.512,603.528L286.165,604.906L287.844,606.201L288.245,607.559L288.098,614.174L284.221,617.838L278.767,621.865L252.892,633.945L246.358,640.309L244.031,641.666L225.256,644.222L211.797,647.561L205.451,648.542L196.842,655.749L192.863,658.633L195.729,659.871L198.659,664.109L197.304,665.707L192.093,667.79L189.8,668.363L188.681,667.82L187.479,668.016L177.557,681.035L168.803,690.256L164.099,694.112L159.12,700.099L147.819,715.904L147.074,720.743L149.597,738.124L151.567,742.887L154.834,747.055L161.512,751.044L162.737,754.37L159.979,757.052L152.388,761.489L139.321,767.064L133.373,772.005L131.597,777.312L127.644,779.317L125.305,786.734L122.484,791.486L121.726,793.066L118.913,796.643L118.281,799.332L121.565,803.715L119.448,805.118L117.448,805.61L113.049,805.443L98.322,803.935L85.338,810.52L78.287,817.002L70.967,829.847L63.188,836.967L60.083,838.022L56.094,833.786L50.563,832.349L44.891,832.738L41.724,835.033L36.952,835.888L32.774,833.87L23.576,831.624L19.303,831.094L12.36,832.23L6.994,829.806L-2.321,827.457L-23.134,825.585L-25.757,826.048L-28.964,828.951L-36.585,833.511L-46.496,831.934L-56.235,833.93L-58.882,835.896L-63.967,841.651L-66.119,846.18L-66.823,846.13L-67.565,844.794L-69.142,844.83L-70.545,848.395L-74.308,849.37L-77.176,849.407L-83.616,845.068L-88.507,839.486L-91.479,838.634L-95.023,830.749L-96.313,825.879L-96.863,820.904L-96.222,819.158L-96.314,817.518L-100.288,814.742L-100.484,810.18L-96.079,805.288L-92.999,803.361L-91.237,803.038L-95.221,802.48L-98.81,805.494L-101.272,798.932L-113.637,784.57L-112.157,782.241L-111.98,780.743L-115.046,783.247L-116.972,783.689L-124.411,781.578L-133.331,781.086L-133.037,768.854L-133.122,764.141L-132.761,761.233L-129.02,755.061L-126.012,752.822L-121.588,747.906L-116.572,744.054L-112.223,743.885L-110.205,743.552L-107.977,740.284L-106.388,737.39L-106.981,736.923L-111.895,736.55L-117.82,721.731L-117.095,719.677L-115.367,716.82L-113.745,713.175L-112.942,710.118L-110.145,708.005L-106.17,706.145L-102.482,703.029L-100.241,699.603L-99.136,696.357L-100.33,693.639L-104.751,691.328L-107.51,680.792L-107.258,674.647L-108.154,673.772L-110.549,670.444L-112.289,664.795L-112.498,663.9L-109.329,663.665L-97.286,666.203L-94.473,665.705L-93.998,665.383L-90.95,661.881L-87.245,655.891L-85.885,652.029L-86.313,650.244L-89.449,645.423L-89.316,644.181L-88.276,642.455L-85.535,640.924L-81.848,639.337L-79.626,637.692L-79.685,636.071L-80.365,634.234L-80.184,632.749L-79.15,631.022L-77.668,624.652L-76.816,623.14L-76.236,617.258L-76.003,612.402L-77.248,605.795L-76.449,604.528L-75.07,603.637L-70.957,602.31L-66.87,597.932L-61.592,594.728L-55.234,592.583L-50.566,589.66L-48.353,587.16L-47.056,586.581L-47.17,585.209L-47.527,583.112L-49.406,580.789L-52.074,579.145L-55.333,578.472L-57.27,577.732L-57.452,576.091L-56.502,572.154L-55.803,568.166L-56.057,566.258L-57.267,564.571L-60.344,564.348L-62.598,562.692L-64.541,562.029L-65.833,562.599L-71.387,561.161L-73.614,560.007L-75.199,558.905L-76.282,559.093L-77.079,559.766L-77.466,560.949L-78.172,562.402L-80.605,563.395L-85.534,563.839L-89.238,562.855L-92.512,561.115L-93.453,560.06L-94.927,559.054L-102.2,558.267L-102.943,557.506L-105.635,558.42L-109.647,559.369L-111.657,558.994L-112.329,558.501L-112.393,557.638L-113.255,554.559L-112.549,553.196L-108.715,549.586L-108.742,548.563L-109.667,546.911L-110.195,544.672L-110.344,543.621L-112.163,543.032L-114.26,543.648L-122.172,544.008L-124.074,544.324L-127.785,545.655L-131.873,547.995L-134.505,548.047L-135.266,546.846L-133.765,539.479L-128.665,535.603L-125.248,533.275L-126.347,532.421L-129.323,531.798L-128.645,529.499L-126.92,528.807L-124.976,526.639L-126.306,525.136L-127.153,523.238L-126.139,518.984L-125.351,517.305L-125.278,515.372L-131.893,516.503L-133.389,515.718L-132.614,512.51L-128.157,508.492L-127.444,507.136L-131.175,505.475L-133.519,502.362L-134.717,499.864L-135.922,496.345L-135.257,493.621L-131.774,487.766L-128.522,486.519L-125.829,485.982L-119.688,482.794L-112.983,485.235L-108.418,485.379L-104.02,484.037L-101.59,484.009L-97.636,482.894L-97.146,480.216L-97.89,477.929L-96.377,476.333L-91.862,474.92L-86.724,472.965L-81.536,473.549L-75.743,471.977L-72.642,474.525L-69.504,474.628L-66.449,477.41L-62.878,483.082L-56.519,486.48L-50.742,486.113L-41.244,487.862L-36.514,489.435L-27.794,490.047L-23.025,491.434L-14.792,490.644L-9.176,494.777L2.349,498.438L8.947,502.21L27.976,509.836L35.172,511.213L45.595,510.708L50.167,509.745L53.896,511.473L59.972,510.5L62.729,511.299L65.8,514.737L77.929,520.57L81.751,517.929L84.318,517.588L93.083,520.973L101.678,526.385L106.436,527.355L113.604,527.342L119.642,525.562ZM-601.587,1095.391L-608.696,1104.922L-613.452,1108.042L-615.878,1108.761L-621.065,1108.246L-624.413,1099.569L-624.878,1091.805L-625.773,1089.111L-622.644,1088.284L-619.009,1089.828L-610.488,1091.232L-608.652,1091.226L-598.11,1087.182L-589.649,1089.155L-590.249,1091.412ZM-484.7,1105.425L-488.501,1107.685L-491.315,1105.65L-487.72,1099.275L-485.745,1097.629L-479.022,1096.444L-473.873,1096.659L-471.584,1093.937L-469.571,1093.197L-468.503,1095.586L-470.492,1097.323L-473.479,1103.974L-477.418,1105.121ZM-515.736,1134.5L-523.154,1138.068L-528.502,1135.022L-529.12,1133.828L-522.97,1134.317L-516.548,1131.801L-510.401,1123.762L-502.043,1115.422L-499.667,1111.462L-497.21,1110.417L-494.312,1111.13L-493.215,1111.829L-492.55,1114.469L-494.095,1119.5L-498.186,1127.454L-503.163,1133.968ZM-566.338,1119.358L-567.856,1122.957L-568.144,1126.871L-570.162,1132.496L-573.099,1134.811L-579.388,1136.108L-583.149,1134.311L-585,1132.324L-587.42,1126.035L-585.892,1120.977L-581.011,1118.868L-578.114,1115.184L-568.753,1119.109L-567.608,1118.667L-566.926,1118.618ZM-642.663,1099.932L-644.45,1099.757L-646.105,1097.791L-646.885,1093.38L-644.408,1091.141L-642.753,1090.262L-640.905,1091.194L-638.201,1094.447L-637.729,1096.907L-638.19,1098.212ZM-675.353,1099.397L-682.185,1105.574L-686.22,1100.86L-687.056,1099.444L-687.531,1097.514L-682.486,1099.001L-676.162,1096.981ZM-661.456,1068.196L-662.638,1068.224L-662.312,1064.117L-663.889,1053.345L-659.465,1050.375L-653.994,1052.278L-652.786,1055.834L-653.108,1059.019L-654.758,1060.347L-655.698,1063.86L-657.084,1065.836Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M912.153,251.25L912.039,253.272L911.191,255.668L910.037,258.28L909.169,261.262L908.391,267.564L907.749,270.59L903.855,276.815L904.763,284.504L904.185,285.182L893.967,289.486L892.447,289.309L890.761,288.075L889.799,287.06L889.125,286.415L887.9,284.441L886.431,283.088L884.454,282.145L882.566,281.021L880.432,281.265L874.931,284.18L870.93,284.945L868.261,284.676L864.504,283.98L857.549,284.821L852.89,286.565L852.649,288.095L849.587,298.079L843.656,302.469L838.495,306.739L837.013,307.684L834.04,306.918L830.613,305.295L827.87,304.491L826.017,305.23L824.178,307.872L823.589,310.436L817.485,313.034L806.515,315.38L802.947,318.211L802.049,321.301L802.188,323.438L803.434,325.196L802.445,327.55L802.096,328.503L794.297,329.91L783.889,331.749L777.601,332.273L771.655,332.745L767.467,331.282L762.19,328.106L756.584,323.794L755.999,323.687L755.269,323.264L751.942,323.263L751.171,323.587L749.089,322.219L748.322,320.227L744.741,315.117L740.502,306.511L740.255,303.889L741.222,300.905L742.242,298.493L742.19,296.762L742.368,296.249L743.025,292.466L744.905,287.324L746.863,284.24L748.451,283.174L751.885,283.66L757.771,283.809L762.062,282.705L765.962,280.061L767.992,277.941L769.779,275.68L770.195,274.31L771.024,273.641L774.348,272.12L775.196,270.619L775.361,268.034L775.378,265.133L775.808,262.932L776.522,261.279L782.414,256.889L782.818,255.517L783.662,254.095L785.379,252.489L786.907,250.24L788.638,248.796L791.071,248.593L793.355,248.074L795.029,247.129L795.79,246.955L799.061,247.224L799.89,249.446L800.518,251.858L806.123,251.004L808.555,245.391L810.013,244.544L812.424,242.413L813.863,240.57L815.097,241.491L817.286,244.614L819.395,247.081L820.524,248.013L820.74,248.816L821.906,249.162L823.932,249.228L825.362,249.871L826.137,252.342L826.439,254.628L825.992,256.348L825.854,257.86L827.367,258.242L829.392,257.391L830.72,256.384L835.284,257.679L836.265,253.308L837.619,250.88L839.799,249.583L841.601,248.003L843.348,246.846L844.559,246.676L845.063,246.273L846.725,246.122L848.544,246.281L851.005,245.431L854.568,246L857.041,247.555L859.228,247.902L861.638,247.465L863.133,246.163L865.008,242.139L866.766,241.876L869.316,240.91L873.171,240.408L882.065,239.784L884.6,240.887L890.265,241.823L893.008,243.468L894.403,245.829L895.228,247.447L901.268,249.134L910.099,251.177Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M737.56,396.585L734.651,395.688L731.1,395.506L730.565,396.13L729.219,396.908L728.616,398.116L729.474,402.583L728.717,403.392L724.694,403.322L723.446,403.923L721.594,407.215L719.47,408.712L716.84,409.835L714.816,411.154L712.306,412.345L710.115,413.096L709.283,414.564L708.927,416.077L709.16,417.544L711.627,420.239L712.221,423.246L712.283,427.038L711.846,429.053L711.119,430.43L705.561,432.593L699.979,436.148L699.909,436.813L702.732,439.408L702.9,440.056L700.874,441.775L700.751,443.352L701.123,445.139L702.45,446.856L702.936,448.553L699.798,449.941L695.47,449.842L690.174,447.907L688.287,448.368L686.701,449.715L684.871,449.262L682.748,448.003L679.808,445.229L678.255,443.434L677.655,441.577L676.801,441.303L675.766,441.947L674.967,444.389L672.609,448.744L670.771,450.014L667.89,449.944L663.834,450.272L661.35,450.831L658.154,449.45L657.457,449.82L657.513,450.806L656.407,452.435L654.669,453.522L645.699,451.701L644.405,449.874L646.387,448.863L648.999,446.251L650.806,446.483L653.04,445.783L654.058,444.737L652.336,441.701L648.556,438.035L646.58,436.74L643.914,435.892L643.384,434.848L644.493,428.776L643.972,427.897L641.028,428.379L640.284,427.758L639.993,426.702L640.159,425.293L642.046,422.807L644.183,420.636L644.712,419.454L644.547,418.557L641.664,417.719L639.849,416.906L638.536,416.643L637.617,417.184L636.881,416.644L636.088,414.953L636.664,412.289L639.01,409.7L641.72,407.419L644.1,405.646L645.356,404.92L645.915,402.172L647.335,402.342L650.274,402.346L653.476,402.826L656.45,403.397L659.088,404.232L664.662,404.887L669.626,405.156L671.188,405.635L672.357,405.478L673.936,406.2L674.837,405.565L675.355,404.46L677.966,402.969L680.43,401.073L681.925,398.828L682.861,397.033L684.419,395.771L686.261,395.231L687.857,394.542L694.809,393.219L702.1,393.335L705.515,391.918L708.15,389.567L712.186,388.669L712.419,388.651L718.727,389.705L719.119,388.765L719.318,388.335L718.827,383.836L720.634,381.622L722.418,380.564L728.606,380.364L729.541,381.686L729.96,383.797L730.793,386.614L731.913,387.341L732.597,388.437L732.654,390.414L733.951,391.786L737.113,395.551Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M955.697,476.311L954.629,477.328L953.507,478.771L953.019,481.026L953.474,484.457L949.566,487.871L947.964,488.723L947.521,490.55L947.265,495.77L948.02,499.57L948.939,501.339L949.453,502.924L951.227,504.55L952.949,507.353L954.457,511.112L956.919,513.79L962.202,515.989L964.943,517.277L967.091,519.502L968.817,521.463L973.403,523.849L973.401,526.025L972.907,528.286L972.215,529.411L970.708,532.432L969.001,534.315L966.612,539.66L961.587,540.762L960.419,541.377L958.659,543.01L958.187,545.514L959.366,547.24L959.569,549.213L959.325,553.102L961.247,556.963L963.302,558.543L963.729,559.559L963.794,561.472L961.692,565.757L961.174,567.266L958.55,568.455L957.622,568.273L956.02,567.116L954.594,567.016L951.601,569.094L948.498,570.518L945.756,570.207L943.244,570.527L941.598,571.458L940.262,571.921L937.906,574.048L933.955,575.838L931.913,575.905L930.922,574.472L929.83,572.386L930.041,571.267L932.524,569.128L932.631,567.357L935.229,558.681L935.563,555.955L935.422,555.059L934.338,554.645L932.226,554.977L922.282,553.178L922.203,549.351L919.165,547.729L915.92,546.386L915.117,544.423L911.165,540.847L908.477,538.914L905.22,538.229L902.253,536.916L900.629,536.153L899.615,534.385L899.449,533.243L898.42,532.226L897.211,532.568L895.328,534.339L892.802,536.035L892.449,537.085L893.763,539.229L894.704,540.51L894.532,541.951L893.912,543.789L889.379,548.347L888.944,549.741L890.236,551.725L889.765,552.874L885.737,554.855L885.702,553.694L885.067,551.867L882.427,550.152L878.741,549.078L870.216,544.826L867.271,544.471L864.472,544.26L860.417,542.131L858.386,541.98L855.928,540.47L850.44,534.857L846.071,532.003L843.157,530.707L842.204,529.082L841.755,527.477L841.806,526.889L843.589,524.175L845.145,523.647L847.099,523.318L848.606,524.372L850.479,524.383L851.263,522.704L851.471,520.434L850.858,517.605L845.72,511.449L841.591,507.236L840.98,506.316L841.721,505.31L842.89,504.748L844.272,504.906L847.85,504.783L851.211,503.936L852.16,502.651L851.97,501.18L850.562,499.867L846.188,496.609L842.604,493.66L838.755,491.487L835.843,490.854L834.953,489.636L834.408,488.21L834.458,485.631L834.175,482.347L834.526,480.23L836.463,476.089L838.231,471.636L839.181,467.533L839.437,463.767L839.062,462.735L837.77,462.152L835.148,461.651L831.76,462.819L828.92,464.496L827.729,464.724L827.169,463.134L827.559,462.34L828.529,462.304L829.289,462.543L830.039,461.704L830.247,459.439L828.105,451.907L830.165,450.907L830.153,449.83L830.152,448.836L832.582,449.861L835.806,449.457L838.64,448.85L839.024,448.054L838.76,446.926L838.06,446.186L837.013,445.572L836.163,444.601L834.205,444.432L827.904,442.396L824.687,439.805L824.299,436.62L824.92,434.803L825.919,434.1L825.611,433.557L821.991,432.507L820.568,430.69L821.318,427.947L818.911,422.933L816.746,419.878L818.349,418.277L818.349,416.288L818.329,415.13L819.035,415.045L821.821,413.38L822.633,412.203L823.178,410.81L823.726,410.411L825.897,411.552L827.917,411.467L830.04,410.289L831.649,408.843L833.522,407.61L834.379,406.838L835.407,405.545L837.462,402.047L840.073,401.045L843.694,401.402L847.722,401.202L850.552,400.077L858.052,399.973L859.676,400.497L860.843,401.167L863.219,403.662L865.585,406.904L868.398,408.172L871.73,409.695L873.455,410.863L876.415,414.762L878.593,416.527L879.171,416.36L879.678,415.705L880.09,415.23L880.62,415.569L880.809,416.871L881.329,419.623L881.423,422.769L882.428,425.533L882.558,426.429L882.321,427.295L882.427,428.028L883.244,428.658L886.005,430.168L888.807,432.751L891.73,434.482L894.536,435.396L896.092,435.247L899.06,437.214L904.431,438.146L906.182,438.46L907.402,439.272L908.411,440.282L908.587,441.421L907.96,442.101L907.02,443.911L906.974,446L906.214,446.616L905.38,446.744L904.883,447.486L905.126,448.281L905.967,448.985L907.153,449.553L909.296,449.973L911.502,450.798L911.628,451.612L911.289,452.581L908.841,453.375L906.952,453.831L906.045,454.303L906.426,455.994L912.076,456.874L914.843,458.11L916.372,460.038L920.066,460.875L925.805,460.631L930.116,462.19L932.869,465.498L936.326,464.017L940.466,457.744L945.145,455.546L950.371,457.337L953.365,458.999L954.122,460.541L953.047,461.476L950.353,461.599L948.252,463.039L946.966,465.676L947.148,468.234L948.8,470.712L950.801,472.296L953.268,472.965L954.587,474.161L955.132,475.906Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M611.135,528.103L609.056,528.512L607.999,526.573L609.39,524.295L611.589,523.882L612.024,525.596Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M923.95,131.313L926.115,134.273L927.205,136.674L926.931,138.737L927.513,140.727L929.268,142.586L934.893,148.258L938.273,154.088L940.104,156.263L943.983,158.806L944.44,160.062L943.38,161.436L942.349,161.798L941.56,162.281L941.242,163.515L942.319,164.571L943.808,166.053L946.123,170.734L946.78,174.804L945.91,176.058L944.855,178.688L944.409,181.035L936.874,184.024L935.482,186.708L932.01,192.029L929.572,195.147L926.113,200.703L920.62,210.035L918.718,213.877L917.349,216.956L913.077,225.376L911.868,228.838L912.637,231.381L915.534,237.151L916.334,239.855L916.433,242.426L916.271,244.792L916.547,245.747L918.475,247.089L921.563,249.231L921.813,250.023L921.678,251.216L920.839,252.279L917.377,251.952L913.435,250.783L912.153,251.25L910.099,251.177L901.268,249.134L895.228,247.447L894.403,245.829L893.008,243.468L890.265,241.823L884.6,240.887L882.065,239.784L873.171,240.408L869.316,240.91L866.766,241.876L865.008,242.139L863.133,246.163L861.638,247.465L859.228,247.902L857.041,247.555L854.568,246L851.005,245.431L848.544,246.281L846.725,246.122L845.063,246.273L844.559,246.676L843.348,246.846L841.601,248.003L839.799,249.583L837.619,250.88L836.265,253.308L835.284,257.679L830.72,256.384L829.392,257.391L827.367,258.242L825.854,257.86L825.992,256.348L826.439,254.628L826.137,252.342L825.362,249.871L823.932,249.228L821.906,249.162L820.74,248.816L820.524,248.013L819.395,247.081L817.286,244.614L815.097,241.491L813.863,240.57L812.424,242.413L810.013,244.544L808.555,245.391L806.123,251.004L800.518,251.858L799.89,249.446L799.061,247.224L795.79,246.955L795.513,245.578L794.443,242.223L787.168,236.2L785.958,233.439L786.162,232.337L785.515,230.588L783.971,229.689L778.685,228.969L777.457,229.854L776.172,229.253L774.132,227.823L770.82,226.865L770.412,226.164L769.086,225.15L768.413,225.058L768.166,225.83L767.291,226.92L764.157,228.585L762.785,228.152L761.47,227.215L759.8,224.99L757.622,223.148L755.91,222.582L754.81,221.537L754.507,220.74L758.028,218.632L758.608,216.831L757.836,213.682L757.25,213.329L755.95,214.542L753.003,215.76L750.228,216.542L748.815,216.686L740.309,211.655L734.929,210.355L731.847,210.152L731.576,210.757L733.297,213.905L736.072,217.696L736.065,218.772L733.392,220.682L731.828,221.575L729.998,223.153L728.545,225.274L727.312,226.215L725.987,226.171L724.697,225.296L720.779,219.611L716.248,215.462L715.72,214.433L714.395,214.301L712.465,213.475L711.686,212.054L712.542,210.574L713.613,209.075L715.816,208.055L716.401,207.259L716.732,206.072L717.352,204.445L717.092,203.971L715.427,202.38L712.907,200.946L706.532,202.731L704.872,203.698L703.811,202.711L702.912,201.048L701.164,200.944L698.878,199.558L696.063,198.296L693.442,198.09L687.887,196.371L685.833,196.444L684.592,195.793L683.177,194.245L681.973,192.598L681.168,189.02L677.081,187.747L673.034,186.96L672.86,187.551L673.215,191.08L673.139,193.069L670.636,194.401L668.063,194.742L668.233,194.069L670.803,187.446L671.911,183.236L672.989,175.636L670.653,169.845L669.932,167.166L668.989,165.908L663.479,163.388L662.988,162.428L663.572,158.419L663.038,156.801L661.652,155.156L659.737,151.89L658.804,148.973L660.791,145.367L661.154,142.86L661.871,139.337L662.374,137.399L662.44,136.815L660.987,135.588L660.547,133.713L660.68,130.973L659.81,128.961L657.846,127.848L656.582,126.192L655.811,124.006L656.114,120.591L657.167,115.885L653.795,110.553L645.924,104.5L642.031,100.177L642.185,97.517L643.594,95.113L646.349,92.791L648.28,88.941L649.131,84.411L649.182,83.578L649.082,80.35L644.905,67.586L644.199,64.393L643.551,60.449L643.282,59.386L649.949,61.71L652.691,63.11L652.274,61.394L651.67,59.939L651.83,57.687L651.413,54.392L645.54,53.104L641.661,52.76L641.016,50.474L641.33,48.96L642.496,49.803L646.254,49.904L655.249,44.837L670.841,37.921L687.468,31.134L691.425,30.223L695.33,28.727L696.56,26.623L697.937,25.088L699.921,21.332L704.497,15.258L713.355,12.437L716.476,9.471L723.047,5.073L738.63,-0.71L745.141,-2.336L751.639,-3.145L757.827,-0.594L764.425,2.729L765.907,5.061L762.357,3.894L757.091,0.829L755.295,0.869L760.731,11.44L763.37,15.058L768.398,17.469L772.389,17.906L784.011,14.704L787.987,11.852L789.028,10.545L790.195,10.98L798.01,10.533L805.936,10.126L818.622,9.013L831.813,7.832L845.496,6.493L860.264,4.89L875.873,2.789L876.707,2.31L877.965,0.158L879.981,0.063L882.451,0.814L883.694,1.524L884.26,2.435L884.743,3.446L886.071,3.466L888.489,3.883L891.904,5.3L894.615,6.754L897.378,9.038L898.716,11.914L899.334,15.341L899.632,17.562L899.994,18.423L906.089,33.823L914.244,48.237L917.55,55.368L919.101,59.204L920.77,64.783L921.73,68.81L922.154,71.087L922.321,74.251L921.034,76.425L911.658,83.602L909.898,85.599L907.66,90.281L905.528,95.024L905.168,96.597L905.12,97.529L905.998,98.884L910.107,100.419L914.267,101.603L915.758,102.761L918.758,103.98L920.074,105.335L920.948,106.602L921.424,109.79L920.978,114.403L922.09,117.557L921.239,119.978L920.639,122.604L921.21,126.946Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M715.074,-706.32L712.715,-705.803L705.84,-704.21L709.51,-700.166L710.823,-698.529L711.383,-695.971L711.532,-690.995L710.624,-686.694L709.342,-683.072L706.43,-679.233L712.012,-676.644L709.167,-671.729L707.778,-669.733L705.828,-669.833L702.234,-670.895L693.619,-673.588L689.582,-674.534L686.075,-674.56L684.19,-674.244L676.509,-676.602L675.13,-676.084L672.651,-674.361L672.648,-671.292L673.712,-663.564L674.785,-657.649L674.142,-654.068L673.435,-651.651L671.09,-645.016L663.948,-648.572L659.046,-650.947L656.464,-646.83L649.721,-639.278L647.149,-625.259L646.909,-624.79L644.977,-621.133L642.169,-619.278L640.06,-618.293L639.07,-614.105L642.6,-608.614L644.428,-605.656L646.356,-600.841L646.345,-597.726L646.161,-595.753L643.23,-591.409L637.076,-580.331L631.373,-568.807L628.928,-565.436L630.878,-556.22L628.815,-553.327L624.567,-549.927L622.304,-548.53L619.847,-547.741L612.278,-546.001L614.33,-536.1L615.136,-531.757L615.309,-529.132L614.656,-526.541L614.003,-521.583L613.685,-504.209L612.672,-502.22L611.376,-497.416L607.032,-485.884L603.407,-478.173L598.146,-467.085L603.124,-463.963L607.682,-461.701L608.837,-457.943L609.756,-451.654L609.935,-447.323L608.443,-443.329L607.271,-440.486L606.403,-439.135L600.051,-440.085L591.882,-441.403L589.765,-441.302L585.113,-439.874L580.98,-437.182L578.788,-434.926L578.268,-434.125L575.62,-429.173L570.871,-420.434L568.143,-416.537L569.198,-411.392L564.806,-401.326L568.195,-391.357L568.368,-391.018L570.123,-387.033L568.511,-384.396L567.828,-382.997L568.226,-378.367L568.891,-373.147L568.584,-370.13L568.532,-366.78L573.332,-351.765L573.457,-348.257L573.292,-345.938L572.292,-336.573L570.89,-323.873L574.194,-320.657L578.878,-316.903L581.463,-315.467L585.448,-310.935L588.516,-306.459L588.31,-303.381L587.603,-300.026L586.429,-297.591L585.457,-294.313L585.043,-291.912L584.556,-291.296L579.445,-290.84L576.748,-289.803L575.419,-288.734L576.038,-283.396L579.497,-273.577L582.442,-266.639L583.404,-262.008L582.719,-257.314L581.941,-254.908L582.069,-251.606L581.617,-245.147L579.637,-241.853L577.136,-238.205L574.241,-235.48L571.893,-234.639L569.882,-234.236L568.516,-232.839L567.405,-228.828L566.382,-224.654L562.722,-219.477L562.86,-217.706L564.543,-211.672L566.078,-204.879L565.102,-198.438L564.309,-191.586L562.723,-187.075L560.242,-185.408L558.416,-186.203L556.194,-192.3L556.07,-193.73L555.577,-195.573L549.705,-197.297L548.631,-197.19L546.369,-198.242L545.019,-198.554L542.23,-199.179L539.905,-204.539L537.337,-209.057L537.043,-210.91L536.92,-219.438L536.158,-223.145L535.923,-227.283L534.466,-223.967L535.335,-218.655L533.501,-216.435L531.205,-215.309L531.419,-212.187L532.405,-211.608L532.711,-208.404L532.143,-203.672L527.598,-192.999L526.619,-191.895L526.002,-190.457L523.566,-191.364L520.526,-188.395L517.646,-187.959L516.553,-191.24L512.408,-195.695L510.435,-195.44L512.233,-193.251L513.947,-190.389L512.961,-188.533L511.972,-187.352L510.351,-186.677L504.303,-182.976L506.376,-180.531L504.561,-177.672L502.477,-177.257L501.295,-175.999L500.925,-174.234L494.629,-169.138L484.19,-156.212L478.733,-152.591L474.999,-148.788L471.695,-149.015L467.493,-145.823L456.929,-143.216L450.056,-144.666L445.142,-143.725L442.635,-145.99L442.321,-147.596L442.532,-148.429L443.028,-149.504L442.123,-149.955L440.201,-150.188L439.336,-149.126L439.16,-146.696L438.216,-146.057L434.681,-147.613L433.809,-148.906L435.189,-151.375L437.567,-153.642L437.124,-154.078L436.717,-155.521L435.716,-155.726L432.499,-155.511L429.86,-156.034L421.576,-161.595L419.784,-164.452L413.159,-169.138L410.303,-173.994L408.84,-179.207L409.26,-183.905L410.442,-191.182L411.883,-192.965L417.871,-190.062L423.804,-185.496L424.717,-185.709L426.842,-188.99L430.642,-191.533L429.593,-192.334L423.976,-189.45L421.984,-191.309L418.91,-194.991L418.992,-196.759L420.601,-198.541L421.159,-200.964L420.55,-203.355L421.049,-206.456L423.607,-209.72L427.402,-212.936L430.204,-216.115L433.036,-218.03L432.708,-218.719L429.642,-217.575L426.532,-215.508L422.903,-211.948L418.495,-209.192L415.323,-208.245L413.758,-207.308L411.393,-206.496L408.766,-202.407L406.08,-200.775L401.323,-200.779L400.513,-203.949L402.462,-214.911L404.177,-220.229L405.887,-223.944L408.305,-224.408L410.221,-227.185L411.634,-227.113L412.714,-225.705L417.424,-224.205L419.891,-227.727L423.003,-228.093L428.623,-231.403L428.563,-232.083L424.832,-231.481L422.534,-231.414L419.236,-230.72L417.502,-231.394L416.839,-234.135L418.275,-236.522L423.716,-242.032L425.666,-244.487L426.731,-246.814L426.626,-248.429L427.641,-251.692L432.931,-257.324L437.119,-259.875L438.331,-257.454L436.932,-250.383L436.819,-247.421L440.516,-257.713L441.996,-260.205L443.703,-261.842L447.643,-262.898L448.823,-264.557L444.215,-264.116L433.061,-260.544L428.225,-257.181L426.804,-254.527L423.397,-250.522L421.794,-247.967L420.912,-244.024L418.974,-241.996L416.397,-241.357L412.729,-236.54L411.028,-232.561L407.429,-229.616L405.093,-227.287L404.336,-226.397L402.969,-224.102L401.987,-223.988L401.179,-225.387L401.266,-228.514L401.81,-233.479L403.677,-236.933L404.662,-240.438L403.787,-243.707L404.686,-245.692L406.085,-245.616L408.746,-244.541L411.638,-244.476L416.49,-246.861L415.778,-248.422L413.779,-248.691L409.93,-248.719L406.92,-251.338L404.668,-256.468L403.911,-263.218L404.798,-265.122L414.232,-271.505L416.797,-274.437L415.437,-274.845L411.882,-271.201L406.841,-269.174L404,-272.561L402.56,-276.129L402.038,-283.562L402.599,-287.361L402.545,-292.389L404.682,-293.887L406.936,-292.909L409.134,-292.449L414.358,-292.6L425.834,-295.031L432.999,-292.935L435.99,-292.985L440.691,-295.445L444.616,-295.56L447.531,-293.502L449.076,-291.153L449.234,-288.085L450.54,-286.086L451.499,-286.652L450.807,-289.141L450.751,-292.802L462.794,-296.719L464.28,-298.301L459.536,-299.018L458.282,-302.886L460.977,-308.61L460.743,-309.383L458.039,-306.387L456.646,-302.079L457.06,-298.66L456.504,-297.058L454.014,-296.364L448.56,-296.278L445.121,-297.842L441.921,-298.807L440.857,-299.954L441.288,-302.409L440.713,-302.942L439.273,-300.78L437.914,-296.401L435.321,-295.481L428.241,-297.395L417.906,-296.938L413.198,-294.96L410.231,-295.372L405.258,-299.565L403.394,-302.741L403.074,-308.988L403.489,-311.782L407.517,-312.664L409.536,-312.468L411.469,-313.816L409.923,-314.923L407.668,-316.926L406.28,-320.763L403.914,-322.094L402.509,-325.424L402.376,-330.308L403.076,-333.69L404.391,-334.726L407.431,-333.783L415.546,-333.86L422.971,-330.071L428.064,-327.87L438.56,-328.459L444.774,-331.306L443.719,-332.199L436.973,-330.658L430.88,-330.996L420.194,-334.909L415.84,-336.326L411.067,-336.065L408.626,-337.226L407.32,-340.724L408.766,-347.241L411.08,-348.571L412.228,-346.794L413.709,-346.544L415.342,-349.201L416.831,-350.752L418.165,-354.2L422.531,-357.329L424.353,-357.499L426.975,-358.921L428.6,-358.419L429.518,-356.833L430.779,-355.491L433.67,-355.539L442.254,-357.857L443.19,-358.68L444.912,-360.761L439.537,-360.019L435.036,-358.655L432.14,-358.349L431.81,-360.25L432.955,-362.003L434.671,-363.733L435.622,-366.87L437.478,-368.168L439.438,-368.005L443.55,-368.45L446.439,-369.119L451.328,-368.438L458.654,-367.014L463.327,-363.97L465.055,-364.184L466.958,-364.91L467.883,-365.918L464.147,-367.21L464.029,-369.015L464.47,-370.292L470.567,-372.554L477.186,-372.938L476.08,-374.934L461.582,-372.342L457.885,-374.421L454.951,-374.508L452.96,-373.453L447.367,-372.264L446.34,-373.245L447.519,-376.641L451.04,-382.11L451.329,-383.477L452.913,-384.802L461.588,-387.73L465.807,-391.409L467.676,-391.88L469.446,-391.581L472.28,-391.95L477.666,-390.726L480.011,-385.954L482.256,-384.456L489.241,-378.432L488.935,-380.155L482.961,-388.23L480.647,-390.245L479.019,-394.232L479.645,-397.925L481.615,-400.391L488.537,-401.589L489.757,-403.04L489.944,-405.538L488.922,-407.188L486.361,-407.134L484.296,-408.197L483.775,-410.878L484.599,-412.679L488.625,-415.907L490.786,-417.005L494.534,-418.092L500.961,-415.46L501.433,-414.077L499.662,-410.806L499.812,-408.994L501.409,-408.727L505.099,-414.237L509.48,-415.01L511.31,-416.22L513.377,-417.001L516.422,-412.005L517.706,-410.371L518.668,-409.773L519.651,-405.639L520.614,-405.386L521.96,-407.465L524.35,-408.606L527.699,-409.329L533.226,-408.362L535.773,-409.175L536.973,-409.108L535.797,-412.8L534.984,-413.823L536.126,-417.208L537.298,-418.522L541.07,-420.92L544.699,-422.028L547.029,-424.325L550.147,-426.472L549.636,-428.016L548.644,-429.896L546.587,-430.023L545.775,-431.044L548.323,-433.523L551.799,-436.376L551.145,-437.399L548.444,-438.547L546.42,-437.636L543.477,-435.409L539.997,-431.968L541.197,-431.038L542.988,-428.305L540.606,-424.541L527.565,-414.418L521.372,-411.429L518.417,-411.842L517.685,-414.6L516.402,-416.579L514.956,-420.719L512.495,-420.626L511.147,-419.674L510.51,-421.055L511.536,-425.464L513.585,-428.926L517.048,-431.62L518.608,-434.743L520.149,-439.861L525.049,-444.665L532.009,-456.715L537.773,-460.624L539.79,-464.83L543.156,-466.72L546.021,-469.998L548.249,-470.397L552.335,-473.456L554.549,-476.997L553.008,-477.13L549.454,-474.776L547.398,-473.858L547.466,-477.602L548.373,-481.456L551.271,-485.013L565.137,-495.632L566.637,-494.025L568.418,-491.033L572.655,-491.889L577.287,-497.837L580.728,-504.277L578.809,-503.145L576.725,-500.435L572.547,-496.687L570.593,-496.089L569.439,-496.483L568.743,-498.903L567.203,-499.547L565.858,-498.976L564.435,-500.675L564.067,-504.858L565.589,-511.121L566.873,-515.281L568.258,-518.485L573.745,-527.55L574.811,-532.509L577.375,-535.163L580.812,-534.698L581.814,-535.534L580.488,-538.638L576.683,-541.023L576.395,-542.594L588.507,-547.286L594.396,-547.501L596.051,-549.616L599.134,-551.109L601.408,-553.795L600.097,-554.866L594.289,-552.253L590.608,-550.915L588.92,-550.829L587.638,-549.973L582.95,-549.485L581.46,-559.552L581.934,-565.133L583.688,-565.038L583.801,-570.343L585.68,-573.527L588.466,-574.373L589.772,-575.766L591.65,-578.607L595.001,-578.167L598.428,-578.978L597.493,-580.165L593.152,-581.608L591.995,-584.38L593.35,-585.959L594.938,-587.197L596.357,-587.542L598.908,-593.186L600.482,-595.674L602.363,-595.342L604.921,-597.985L607.612,-597.266L610.002,-599.018L613.417,-600.312L626.039,-601.66L626.226,-603.898L623.49,-604.226L614.083,-604.18L609.335,-603.775L607.317,-603.022L606.557,-603.774L606.609,-605.2L608.173,-607.435L608.873,-609.794L611.948,-615.786L615.758,-619.97L618.918,-619.213L622.425,-615.724L624.852,-615.46L625.996,-614.388L628.149,-609.475L628.94,-609.359L628.208,-614.202L630.154,-618.278L629.501,-619.387L626.168,-617.7L623.459,-618.922L621.2,-621.787L620.437,-624.498L621.5,-627.255L622.588,-628.676L621.702,-630.218L616.843,-625.578L613.342,-624.352L611.83,-624.874L612.339,-628.748L611.715,-631.743L616.055,-639.645L617.591,-640.561L620.331,-640.224L622.917,-638.269L624.971,-638.783L627.106,-640.023L626.6,-642.043L621.764,-642.479L620.394,-644.079L620.752,-645.808L623.866,-647.746L626.921,-651.212L630.562,-652.401L633.316,-655.052L633.91,-654.563L634.541,-653.628L636.318,-644.896L639.635,-637.923L640.699,-637.746L639.127,-643.792L639.94,-645.656L640.996,-647.093L641.276,-648.643L639.851,-649.057L638.495,-651.093L636.243,-657.994L636.698,-659.92L639.862,-663.883L644.144,-665.167L649.02,-663.01L650.666,-663.076L653.326,-664.052L657.678,-666.644L660.309,-667.812L661.669,-667.952L661.899,-669.057L660.534,-669.638L660.063,-670.221L658.999,-670.563L654.904,-668.981L643.179,-668.231L641.978,-669.383L641.582,-671.51L642.527,-674.66L643.717,-676.572L647.823,-680.023L652.365,-680.912L656.666,-686.852L658.133,-691.073L658.48,-697.54L660.875,-702.958L667.925,-706.624L668.051,-707.909L666.961,-710.516L666.503,-715.286L667.912,-721.178L669.011,-723.215L669.569,-723.551L671.355,-721.839L673.701,-718.191L676.91,-716.378L680.844,-716.39L681.766,-717.594L678.476,-719.478L675.842,-722.084L675.298,-725.03L676.229,-726.69L677.883,-726.703L679.995,-727.321L681.722,-729.448L681.807,-730.92L681.653,-732.729L681.93,-734.774L684.226,-739.631L692.633,-743.728L693.444,-742.551L694.136,-733.76L693.834,-727.96L694.372,-723.829L695.596,-728.191L696.37,-739.823L697.402,-745.369L698.919,-748.694L700.235,-749.608L701.373,-751.326L703.031,-752.567L703.784,-751.385L704.753,-748.673L705.103,-738.63L705.671,-735.502L705.14,-731.217L702.173,-721.304L702.527,-720.166L703.45,-720.748L704.88,-722.496L708.877,-732.014L713.585,-731.589L713.546,-732.316L711.742,-734.712L709.566,-736.967L708.614,-739.948L707.709,-748.171L708.583,-751.695L712.484,-751.891L714.791,-752.69L716.107,-751.321L718.404,-751.756L719.109,-757.938L722.218,-758.964L725.642,-755.44L729.381,-753.355L732.74,-750.023L733.337,-751.223L730.455,-759.794L728.361,-762.69L724.657,-763.861L720.36,-767.257L719.147,-768.826L719.13,-770.209L722.099,-771.959L726.625,-771.189L729.834,-775.031L731.052,-774.302L733.674,-776.488L735.811,-774.525L736.778,-775.333L736.947,-778.604L741.216,-781.269L744.414,-779.961L746.298,-778.432L747.664,-775.053L749.961,-768.23L752.908,-764.861L754.704,-763.236L756.502,-763.094L756.928,-765.113L755.003,-767.083L754.175,-769.158L753.99,-774.592L754.502,-776.817L757.984,-785.529L761.344,-790.429L763.709,-791.244L766.191,-801.229L767.117,-803.088L768.142,-803.752L767.416,-805.856L764.859,-806.862L764.202,-809.636L766.612,-813.657L769.174,-820.062L770.932,-820.784L772.334,-819.466L776.461,-817.568L779.204,-815.026L781.09,-813.908L782.076,-814.392L782.471,-816.819L783.306,-818.025L785.679,-817.953L787.325,-816.793L788.463,-816.844L789.551,-816.227L790.194,-814.39L788.667,-811.91L786.424,-805.723L784.36,-798.84L783.901,-795.381L784.57,-786.649L782.976,-780.644L783.559,-776.758L784.989,-775.185L787.662,-777.215L790.201,-783.045L790.03,-788.607L795.816,-805.167L798.238,-814.233L801.407,-821.985L803.726,-823.912L805.988,-819.799L806.25,-813.739L805.102,-809.629L806.956,-808.255L807.643,-803.713L807.747,-801.202L807.993,-798.631L808.508,-796.308L809.797,-797.251L814.263,-803.135L814.541,-808.461L814.972,-812.512L814.846,-815.873L816.283,-819.41L820.31,-820.348L820.199,-821.644L814.35,-824.719L813.348,-826.565L814.404,-829.455L817.664,-835.42L820.082,-835.424L821.747,-834.588L827.431,-835.102L832.449,-832.631L833.669,-827.152L833.268,-824.592L832.683,-823.03L828.271,-817.519L827.824,-815.336L829.71,-815.034L832.883,-817.974L834.319,-816.341L834.306,-811.335L835.75,-804.335L836.312,-800.141L837.219,-796.411L838.212,-794.49L837.75,-802.845L837.765,-804.921L839.24,-808.489L838.544,-814.735L838.83,-822.465L840.153,-827.247L841.256,-828.757L845.845,-829.733L848.256,-828.643L850.85,-825.612L852.495,-824.521L856.965,-824.076L858.917,-822.598L859.442,-821.598L860.487,-821.59L862.517,-824.979L864.221,-825.911L868.241,-822.626L868.471,-819.364L868.917,-818.441L872.41,-819.582L875.656,-819.24L883.026,-814.546L884.455,-811.813L885.137,-808.208L878.069,-802.075L875.547,-797.414L870.088,-794.433L849.652,-791.774L850.778,-789.142L866.085,-786.869L867.338,-785.41L867.825,-781.775L868.525,-778.856L869.348,-777.005L870.82,-775.513L872.755,-775.086L876.105,-776.449L878.066,-775.941L878.861,-777.755L877.996,-782.699L878.714,-784.024L881.039,-783.149L883.269,-778.2L883.979,-777.829L883.913,-781.768L885.931,-782.041L887.928,-782.877L890.796,-783.016L893.577,-776.723L894.239,-774.364L894.434,-771.97L894.119,-770.658L892.975,-769.868L889.887,-769.198L884.987,-770.672L881.664,-772.4L880.819,-772.265L880.51,-771.9L881.806,-769.619L882.201,-767.66L882.324,-765.44L882.248,-763.449L881.932,-761.582L880.815,-759.125L878.361,-756.785L871.311,-751.566L871.033,-749.999L870.713,-740.589L870.338,-739.095L869.7,-737.814L867.269,-735.705L865.484,-737.299L863.632,-739.996L863.162,-742.95L864.961,-749.373L866.903,-754.071L867.375,-755.687L868.057,-760.165L862.047,-769.291L855.336,-770.772L847.345,-773.745L844.215,-775.598L839.065,-779.778L835.259,-783.735L832.73,-783.226L830.305,-781.436L827.001,-776.267L825.033,-773.571L823.786,-772.631L823.49,-772.47L820.111,-773.007L816.639,-772.505L814,-771.544L813.126,-770.698L810.737,-763.098L808.812,-759.055L807.611,-757.496L806.943,-755.31L806.748,-751.836L807.164,-740.07L806.572,-735.507L806.806,-732.786L808.789,-724.991L809.391,-720.51L808.293,-716.596L807.327,-714.646L805.621,-713.924L803.562,-712.58L802.015,-710.058L801.2,-706.954L800.909,-700.2L798.705,-697.375L795.983,-697.475L793.649,-699.486L789.362,-700.572L786.215,-701.156L782.488,-703.008L779.202,-704.403L776.549,-704.275L775.464,-701.604L774.69,-699.084L770.497,-696.403L768.148,-694.521L764.87,-693.575L763.239,-695.022L758.249,-695.251L752.298,-695.518L750.63,-695.239L749.624,-697.99L747.418,-701.82L742.225,-708.183L740.169,-710.408L736.079,-715.695L731.526,-721.106L731.039,-721.213L728.586,-721.016L725.072,-720.296L723.042,-718.619L721.863,-716.616L721.799,-715.236L723.996,-709.996L723.813,-708.509L723.179,-707.776L719.713,-708.815L715.824,-708.159ZM401.484,-294.751L399.315,-294.197L397.727,-294.803L398.602,-299.44L399.497,-300.154L400.791,-300.419L402.002,-297.79ZM402.321,-256.599L402.083,-250.841L399.928,-251.388L399.01,-253.648L398.832,-255.101L399.198,-258.391L398.88,-261.891L399.585,-263.549L400.466,-263.753L401.678,-260.626ZM874.716,-779.369L871.778,-776.988L871.075,-778.118L871.255,-780.235L871.106,-784.336L872.531,-784.527L874.31,-783.402L875.847,-781.931ZM560.401,-518.043L559.101,-516.425L556.465,-516.784L556.202,-518.091L556.796,-520.824L558.332,-522.01L560.357,-521.809L561.066,-520.692ZM486.281,-419.218L483.817,-419.166L482.245,-420.312L485.926,-422.419L491.657,-424.512L492.145,-425.804L492.859,-425.97L493.794,-424.319L493.933,-422.071L493.288,-420.954ZM477.885,-402.953L475.72,-402.993L473.17,-403.82L471.522,-405.493L471.312,-406.877L474.388,-408.625L477.364,-409.603L478.768,-407.594L478.792,-404.403ZM750.266,-806.491L750.189,-804.797L749.925,-803.07L748.794,-801.189L745.88,-793.781L743.687,-792.376L743.065,-791.152L742.238,-790.359L739.091,-790.75L738.447,-789.248L737.725,-788.197L735.66,-787.48L734.288,-787.623L730.576,-789.519L728.217,-791.829L726.778,-794.012L729.841,-794.415L730.809,-795.132L732.934,-795.017L733.723,-797.567L736.375,-797.732L741.055,-800.205L743.008,-799.612L746.197,-805.765L747.525,-805.814L749.222,-807.704ZM783.372,-830.551L788.27,-829.507L789.784,-829.829L792.818,-826.614L793.894,-827.223L794.198,-824.933L792.179,-823.369L788.782,-821.988L788.328,-821.422L785.266,-821.157L782.943,-823.777L779.917,-824.001L779.713,-824.994L781.071,-827.625ZM755.742,-793.216L756.497,-790.839L757,-788.791L755.899,-785.614L752.88,-781.168L753.246,-780.212L752.165,-778.998L750.341,-777.933L749.145,-778.465L748.702,-781.728L748.214,-782.664L747.007,-781.06L745.203,-782.51L744.859,-784.122L745.048,-785.64L746.094,-788.145L748.151,-789.993L749.806,-789.728L753.921,-796.518L754.709,-795.356ZM762.541,-795.405L759.63,-792.719L757.369,-794.165L756.23,-795.82L755.425,-799.868L755.412,-802.385L756.707,-804.024L757.879,-803.213L758.26,-802.537L760.204,-802.058L762.782,-799.928ZM592.492,-654.094L593.71,-653.266L596.647,-653.705L597.217,-653.38L596.889,-651.926L595.676,-650.242L593.047,-649.106L591.941,-646.627L591.157,-645.778L588.815,-645.562L587.462,-644.953L585.845,-642.722L584.381,-644.259L584.093,-643.081L583.919,-641.015L583.184,-640.442L580.867,-639.525L580.088,-644.229L581.108,-646.067L581.841,-648.072L583.133,-648.493L584.313,-648.373L586.149,-652.946L588.967,-654.35L590.747,-654.536ZM576.218,-633.146L573.482,-630.26L574.312,-635.295L575.621,-640.357L577.569,-643.306L578.724,-642.286L578.351,-639.854L578.462,-637.446L578.029,-636.265ZM615.392,-690.669L618.192,-685.638L619.497,-682.668L619.051,-676.863L616.896,-673.821L613.276,-673.02L610.682,-673.109L608.958,-674.432L608.652,-675.942L607.674,-676.326L605.301,-674.188L603.626,-673.809L601.362,-675.196L600.597,-677.67L602.693,-680.956L603.615,-683.449L606.189,-683.348L606.91,-682.674L608.355,-682.321L609.034,-685.253L608.691,-687.306L609.269,-688.699L612.423,-687.926L612.035,-693.409L613.139,-693.94L613.693,-693.709L614.646,-692.603ZM691.229,-765.318L692.266,-764.81L693.108,-765.29L693.879,-764.841L695.706,-762.324L697.445,-761.455L697.757,-760.117L696.474,-758.563L694.543,-757.936L692.439,-758.116L691.638,-759.758L690.633,-762.478L688.549,-765.059L687.978,-767.471L689.377,-768.114ZM710.021,-761.197L709.247,-759.795L707.845,-759.133L706.976,-759.746L705.815,-760.133L704.578,-759.682L703.24,-761.795L703.051,-763.611L704.156,-766.347L706.804,-768.199L709.165,-767.987L709.917,-767.266ZM683.191,-756.283L685.144,-753.682L686.519,-754.132L686.764,-755.265L687.655,-755.93L689.773,-754.642L689.844,-752.08L687.565,-748.483L686.206,-743.726L683.889,-742.337L682.659,-742.733L680.719,-739.84L679.309,-736.832L677.903,-733.19L677.988,-731.372L677.824,-729.983L671.2,-727.84L668.887,-726.666L666.155,-727.455L664.658,-729.662L664.91,-730.967L667.463,-731.707L667.286,-733.879L667.793,-735.215L668.556,-736.032L668.832,-738.806L669.785,-739.646L671.8,-739.237L672.862,-741.373L673.542,-741.727L674.637,-740.209L674.759,-742.511L674.127,-744.543L674.161,-745.92L676.176,-749.826L676.952,-752.579L678.282,-754.483L679.723,-754.384L679.86,-756.972L679.102,-759.451L679.094,-761.104L679.864,-765.338L681.239,-765.693L682.391,-762.157ZM571.099,-532.362L569.472,-532.125L569.397,-534.142L570.287,-536.108L571.721,-537.394L573.631,-537.821L575.769,-538.084L576.479,-537.059L575.279,-535.603ZM568.978,-539.399L567.143,-538.98L567.356,-541.273L568.827,-543.438L569.364,-544.866L569.592,-546.634L570.869,-547.915L572.847,-546.32L573.03,-543.6L572.175,-540.928ZM545.89,-479.396L544.847,-477.979L542.292,-479.059L537.475,-478.099L535.459,-479.372L536.947,-482.096L541.333,-484.964L543.706,-484.838L546.151,-481.492ZM654.516,-728.311L657.043,-725.564L657.929,-726.569L659.794,-727.039L661.337,-726.201L662.717,-724.435L664.166,-724.501L665.283,-722.163L666.098,-718.973L665.312,-716.429L663.982,-715.193L663.888,-712.363L664.91,-708.474L661.812,-706.779L658.036,-705.748L656.385,-707.485L653.748,-703.769L651.225,-698.078L649.887,-697.313L649.588,-699.006L647.345,-699.968L644.542,-699.793L644.491,-701.057L644.938,-702.006L647.201,-703.58L647.406,-706.322L646.478,-711.135L646.715,-713.52L646.616,-715.237L647.947,-717.275L653.098,-716.875L653.508,-718.736L652.995,-719.867L650.24,-721.594L650.498,-722.985L652.204,-724.431L654.017,-724.797L654.337,-726.834L654.31,-727.743ZM627.215,-671.73L627.515,-671.394L629.681,-676.616L632.325,-678.368L632.385,-680.087L633.319,-681.881L632.949,-684.648L633.371,-686.852L634.726,-687.6L635.536,-688.393L636.503,-688.929L638.472,-687.295L639.655,-685.413L641.336,-681.048L641.183,-676.703L638.101,-673.004L635.52,-671.248L633.06,-667.168L631.959,-663.927L630.858,-663.116L630.086,-663.323L629.338,-664.072L627.906,-663.956L626.625,-661.067L622.149,-658.473L620.254,-658.959L619.979,-661.724L618.906,-661.374L617.364,-658.027L615.729,-656.832L614.658,-656.397L612.447,-657.498L607.131,-651.487L601.828,-650.163L600.069,-650.682L599.863,-654.076L603.018,-658.668L605.626,-661.889L615.172,-664.608L620.485,-674.088L621.158,-683.967L622.299,-687.576L621.469,-689.589L619.833,-689.826L619.534,-692.875L620.081,-696.263L622.855,-701.094L624.359,-703.206L626.689,-709.015L627.907,-710.385L629.426,-710.512L631.068,-709.198L631.055,-706.204L629.252,-700.616L626.297,-695.757L626.967,-692.465L628.525,-689.88L629.237,-685.331L629.673,-680.854L627.587,-674.733ZM191.271,-823.871L189.664,-823.88L189.033,-825.262L192.034,-827.849L200.946,-831.979L205.222,-836.945L211.397,-837.609L211.043,-834.379L209.782,-830.506L203.973,-828.532L197.913,-827.774ZM653.684,-987.517L652.196,-985.101L649.078,-988.018L646.829,-991.921L647.6,-993.568L652.283,-994.432L653.725,-992.376L654.093,-991.16ZM712.29,-1246.023L710.615,-1245.54L706.565,-1249.12L705.161,-1252.761L705.359,-1254.407L706.813,-1254.836L710.315,-1250.167L713.176,-1249.212ZM750.705,-1348.8L741.697,-1343.66L740.223,-1345.027L753.907,-1356.212L754.515,-1357.079L757.158,-1358.812L760.079,-1358.15L759.713,-1356.788ZM651.762,-1231.313L653.588,-1230.127L657.036,-1230.994L660.572,-1221.276L663.411,-1210.961L665.31,-1210.441L668.493,-1212.546L671.376,-1213.776L673.063,-1213.233L676.396,-1210.685L677.985,-1208.773L677.258,-1206.865L675.046,-1204.489L675.59,-1198.85L678.522,-1197.287L683.666,-1193.325L686.233,-1193.175L690.164,-1195.893L694.953,-1192.961L699.886,-1189.247L691.471,-1181.795L690.93,-1180.035L690.425,-1175.592L689.644,-1171.829L688.711,-1169.592L686.466,-1165.574L685.119,-1163.992L681.541,-1163.666L680.473,-1162.04L679.733,-1159.034L678.866,-1156.73L675.808,-1155.697L673.747,-1158.224L674.142,-1159.213L674.085,-1160.949L672.828,-1164.849L675.127,-1169.353L675.408,-1171.772L674.689,-1172.474L673.916,-1172.137L671.564,-1172.979L670.937,-1172.875L669.541,-1170.171L667.331,-1168.163L664.919,-1167.365L655.286,-1162.698L653.584,-1163.575L652.009,-1169.607L655.627,-1173.333L655.446,-1178.768L655.931,-1182.454L656.727,-1184.953L657.992,-1191.361L658.456,-1191.848L652.32,-1195.884L649.753,-1198.718L646.536,-1204.585L645.059,-1209.576L641.39,-1213.43L640.99,-1219.013L638.829,-1218.29L636.54,-1221.945L637.855,-1224.326L645.543,-1227.95L649.936,-1231.135ZM628.792,-1329.826L629.939,-1329.339L635.653,-1330.424L637.013,-1329.105L637.996,-1325.545L639.104,-1324.41L640.365,-1324.283L644.158,-1320.315L645.326,-1319.853L645.834,-1322.445L645.525,-1328.731L644.315,-1335.982L643.466,-1339.465L643.425,-1341.768L644.28,-1342.792L645.573,-1342.79L646.61,-1344.289L647.291,-1346.722L648.375,-1347.241L651.142,-1345.962L652.053,-1344.69L651.863,-1341.9L652.303,-1337.905L652.553,-1329.716L655.108,-1329.731L658.309,-1331.956L658.777,-1334.458L659.949,-1338.526L662.019,-1338.365L662.867,-1338.966L663.045,-1340.654L662.864,-1342.605L663.997,-1342.492L666.18,-1339.163L667.01,-1338.664L668.085,-1339.867L668.567,-1339.963L670.125,-1338.727L676.501,-1337.265L678.821,-1336.203L679.982,-1335.123L681.019,-1334.46L687.229,-1335.91L691.839,-1335.942L693.92,-1334.203L696.217,-1330.532L698.861,-1321.445L698.18,-1318.652L691.514,-1305.352L689.971,-1301.208L689.551,-1297.64L689.205,-1289.976L688.715,-1287.601L685.006,-1283.163L684.036,-1282.643L680.368,-1283.632L679.417,-1283.228L676.084,-1278.703L675.082,-1276.147L674.249,-1273.092L672.451,-1271.36L670.184,-1271.69L660.387,-1271.439L658.742,-1273.296L657.043,-1276.968L658.059,-1282.293L647.816,-1278.66L635.995,-1277.921L635.304,-1278.462L634.497,-1280.378L630.335,-1281.07L627.133,-1282.232L624.223,-1284.623L621.311,-1287.774L621.892,-1289.46L622.555,-1290.513L624.623,-1291.22L626.569,-1291.055L629.913,-1291.521L630.204,-1295.112L631.384,-1296.358L632.072,-1299.044L628.339,-1300.128L624.649,-1299.832L622.517,-1297.389L619.79,-1296.06L617.221,-1295.622L612.172,-1295.64L609.647,-1296.843L605.965,-1300.287L604.623,-1302.395L604.004,-1304.049L603.368,-1306.565L606.776,-1309.223L607.948,-1311.198L609.023,-1313.923L603.426,-1314.677L600.905,-1316.452L598.317,-1319.312L599.954,-1321.226L607.072,-1323.454L609.146,-1322.508L611.319,-1320.493L613.608,-1319.476L615.252,-1322.62L613.195,-1323.662L610.853,-1328.268L610.221,-1330.588L610.22,-1332.443L611.04,-1332.873L611.809,-1332.205L614.901,-1328.018L617.018,-1326.769L616.992,-1331.019L616.797,-1333.069L616.248,-1334.635L614.957,-1337.529L613.686,-1341.197L614.781,-1342.327L616.058,-1342.057L619,-1339.822L621.889,-1338.357L623.321,-1336.805L626.241,-1332.625ZM587.719,-1303.556L588.311,-1303.503L588.793,-1304.195L589.018,-1305.939L589.351,-1306.941L592.209,-1306.033L596.388,-1303.01L597.731,-1301.428L599.699,-1298.087L601.659,-1292.394L601.052,-1288.043L600.083,-1283.983L599.84,-1281.714L600.691,-1278.603L600.774,-1275.521L600.54,-1272.729L602.382,-1276.012L605.83,-1286.427L606.43,-1287.137L607.178,-1286.901L609.428,-1285.127L611.851,-1280.281L612.49,-1278.649L613.061,-1276.583L613.563,-1274.085L613.794,-1271.131L613.871,-1269.119L613.011,-1267.741L612.715,-1266.431L613.78,-1266.451L615.183,-1265.026L616.672,-1261.917L618.1,-1260.713L622.474,-1262.43L625.675,-1261.042L627.987,-1255.836L630.356,-1257.427L629.972,-1260.238L630.331,-1261.561L633.8,-1261.088L635.744,-1259.983L637.904,-1257.428L635.538,-1252.321L638.69,-1248.223L643.422,-1245.641L646.467,-1242.615L647.187,-1241.246L647.887,-1239.455L646.592,-1236.728L645.076,-1235.132L640.744,-1234.286L637.086,-1231.979L630.011,-1229.758L629.008,-1228.892L628.849,-1228.138L628.708,-1225.92L626.527,-1220.724L624.539,-1214.423L623.865,-1210.695L623.615,-1205.571L623.629,-1202.562L624.642,-1199.678L624.841,-1196.595L623.025,-1193.996L621.666,-1193.834L619.954,-1194.047L618.441,-1192.528L618.587,-1190.479L619.002,-1187.637L619.592,-1178.951L619.807,-1172.3L619.674,-1166.238L619.191,-1162.808L618.161,-1161.773L614.545,-1160.868L612.333,-1154.819L611.078,-1144.517L610.273,-1140.478L608.338,-1134.006L609.021,-1131.849L610.053,-1129.525L609.07,-1125.087L607.368,-1120.085L607.597,-1118.194L608.681,-1114.878L609.351,-1111.426L607.969,-1108.282L604.963,-1106.396L601.655,-1107.8L599.943,-1109.755L598.237,-1112.818L596.53,-1114.882L594.856,-1116.047L588.278,-1122.761L581.944,-1133.784L576.61,-1137.961L573.273,-1139.867L571.574,-1141.784L569.877,-1144.516L568.401,-1147.57L566.93,-1151.441L566.241,-1153.839L565.894,-1157.48L566.181,-1159.634L566.66,-1160.782L570.456,-1161.929L571.892,-1161.51L573.377,-1159.67L574.65,-1159.04L576.849,-1168.779L592.422,-1175.514L597.473,-1176.885L602.601,-1177.366L601.555,-1179.833L600.569,-1183.13L599.748,-1183.773L596.06,-1181.582L590.319,-1179.131L587.426,-1178.892L584.341,-1179.981L581.415,-1179.04L578.549,-1175.959L575.587,-1174.011L572.592,-1173.094L566.17,-1173.003L564.521,-1174.34L562.19,-1177.588L561.606,-1179.298L561.045,-1181.421L560.301,-1187.851L560.647,-1189.617L561.213,-1190.574L561.839,-1191.226L563.239,-1191.407L564.666,-1190.357L568.059,-1186.857L567.066,-1190.809L575.875,-1196.126L579.763,-1200.539L581.848,-1201.317L584.037,-1201.282L583.389,-1203.403L583.227,-1205.461L584.609,-1207.228L585.63,-1208.037L588.883,-1209.138L596.402,-1209.601L598.964,-1210.986L600.703,-1214.065L598.657,-1212.826L596.529,-1212.417L595.484,-1212.943L592.985,-1215.21L591.672,-1218.317L593.974,-1225.093L594.701,-1228.294L591.791,-1227.505L590.911,-1226.382L588.037,-1220.083L585.702,-1217.181L582.679,-1215.689L579.545,-1215.55L578.798,-1216.325L577.558,-1220.29L577.108,-1222.339L577.151,-1223.489L577.887,-1226.776L578.128,-1230.344L577.817,-1233.353L577.064,-1233.82L576.144,-1230.824L575.383,-1226.696L574.133,-1224.522L572.606,-1225.04L571.864,-1226.554L571.152,-1228.905L570.541,-1229.804L569.908,-1229.762L568.662,-1228.74L567.472,-1226.786L568.104,-1224.22L568.424,-1221.22L567.98,-1218.799L567.736,-1215.874L569.219,-1214.203L570.524,-1211.382L568.932,-1209.931L567.411,-1207.97L566.124,-1204.889L564.705,-1202.426L562.285,-1202.08L559.309,-1200.677L553.198,-1199.856L550.158,-1203.54L549.562,-1205.272L548.947,-1206.486L546.965,-1208.37L544.025,-1214.162L541.647,-1220.722L540.221,-1221.296L538.067,-1223.411L536.861,-1225.351L535.729,-1227.818L535.304,-1230.83L535.352,-1233.546L536.532,-1234.834L533.557,-1237.781L530.617,-1241.789L531.624,-1243.176L532.646,-1243.831L541.202,-1239.275L541.764,-1239.924L542.592,-1242.364L542.232,-1243.084L540.801,-1243.557L538.89,-1243.492L538.416,-1244L537.589,-1246.492L536.83,-1249.619L536.518,-1251.711L536.32,-1254.125L537.597,-1257.852L538.262,-1261.25L537.035,-1262.688L533.664,-1262.482L532.536,-1262.029L533.071,-1257.297L532.092,-1254.006L530.06,-1251.326L528.55,-1252.554L527.269,-1258.845L525.677,-1263.141L525.058,-1265.876L524.582,-1269.888L523.928,-1272.738L522.788,-1276.219L522.635,-1278.341L522.728,-1280.043L523.464,-1283.672L522.821,-1286.644L522.029,-1289.298L521.967,-1290.791L522.645,-1292.724L523.263,-1293.376L523.933,-1293.173L525.98,-1290.968L527.138,-1288.324L527.488,-1288.544L528.147,-1292.616L529.109,-1293.493L532.996,-1294.877L537.514,-1289.886L538.694,-1288.859L539.616,-1288.464L539.064,-1290.686L538.685,-1293.665L539.313,-1294.757L542.902,-1292.326L544.547,-1292.499L548.234,-1296.191L554.516,-1298.218L557.086,-1295.682L557.288,-1294.194L557.318,-1292.27L557.23,-1291.731L555.943,-1289.309L547.901,-1287.092L542.877,-1279.851L550.12,-1281.228L551.47,-1280.548L552.317,-1274.745L552.865,-1274.241L554.835,-1273.493L556.211,-1271.869L557.68,-1268.664L559.179,-1266.524L560.011,-1266.889L560.159,-1269.228L559.67,-1272.063L559.286,-1275.225L559.204,-1278.728L559.238,-1281.603L560.669,-1283.711L562.479,-1290.439L564.511,-1295.062L567.233,-1293.21L570.067,-1287.741L572.817,-1280.048L575.572,-1271.748L578.808,-1261.51L580.283,-1257.928L581.455,-1257.178L587.341,-1246.819L587.907,-1246.552L586.166,-1254.618L582.455,-1268.372L579.839,-1278.995L579.145,-1283.095L578.403,-1288.801L578.384,-1290.511L578.46,-1292.015L579.159,-1298.396L580.467,-1301.513L579.642,-1305.746L579.748,-1309.094L581.144,-1311.803L582.622,-1312.147L584.263,-1310.243ZM529.743,-1221.314L529.965,-1217.164L531.878,-1217.624L534.26,-1213.328L536.817,-1211.121L537.599,-1209.488L538.18,-1207.436L539.827,-1203.353L540.709,-1199.046L538.891,-1198.575L536.184,-1204.687L534.054,-1208.144L531.393,-1211.079L529.323,-1211.239L528.394,-1212.463L524.856,-1223.298L524.178,-1225.784L522.256,-1229.819L521.345,-1234.816L521.292,-1238.788L523.812,-1237.884L526.032,-1235.414L528.034,-1229.816L528.449,-1228.156L527.608,-1225.847L528.557,-1223.057ZM605.867,-1330.06L604.011,-1326.357L599.939,-1328.616L600.09,-1331.357L600.77,-1333.069L603.239,-1332.696ZM733.265,-1267.372L736.725,-1267.829L739.838,-1269.615L740.643,-1268.853L737.132,-1264.586L731.892,-1264.972L727.45,-1264.292L723.102,-1259.679L721.072,-1260.588L722.907,-1264.579L725.495,-1266.289L725.44,-1268.432L726.429,-1269.108L730.129,-1270.249Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M403.677,202.887L400.656,202.667L397.851,202.454L396.35,202.135L394.766,201.315L394.083,199.796L393.305,198.024L393.577,196.882L396.418,193.966L396.892,193.081L396.589,192.654L396.979,191.269L399.239,186.753L399.543,184.868L398.747,183.51L397.39,182.702L393.175,181.092L391.237,179.095L390.469,177.322L389.533,176.778L388.114,177.283L384.552,177.756L381.715,176.693L378.477,173.291L377.893,170.366L377.589,168.2L376.784,167.328L375.547,168.414L374.057,170.146L371.171,170.141L370.45,169.685L370.296,168.683L370.244,167.771L369.462,166.567L368.757,165.863L364.936,168.935L363.557,168.766L361.932,167.423L361.159,166.134L359.303,166.758L357.504,168.13L357.955,171.053L356.963,171.484L354.954,171.103L352.687,169.794L350.181,168.879L346.38,166.63L340.835,167.888L337.15,165.632L334.079,165.236L332.179,163.519L330.358,160.813L331.976,159.2L333.399,158.729L339.149,158.829L343.313,160.208L350.463,166.335L352.383,166.383L354.448,165.86L353.49,164.224L351.628,163.354L348.968,161.682L346.89,159.386L352.131,159.087L351.462,157.966L350.956,156.029L345.912,149.139L346.991,147.395L348.627,143.702L350.53,140.689L351.954,139.96L354.418,137.893L359.684,131.621L363.171,126.466L365.867,120.345L370.282,103.061L371.498,100.153L373.248,96.945L375.273,97.73L376.561,98.717L381.658,96.527L390.563,90.553L393.324,85.063L395.917,82.627L405.895,77.973L411.281,76.724L419.581,76.659L425.648,75.984L432.815,75.91L435.471,79.147L436.931,81.514L439.455,82.836L443.427,83.868L442.984,88.409L442.824,97.344L442.468,98.906L440.493,102.653L438.421,109.291L437.762,113.737L437.213,114.629L429.521,114.289L428.452,115.078L428.211,115.98L428.586,117.151L428.337,118.3L427.679,119.186L427.939,120.684L429.236,122.384L431.6,123.541L434.207,123.711L435.57,123.591L436.473,124.777L437.46,126.627L437.28,129.019L436.764,132.061L435.519,134.914L431.84,138.099L430.119,139.197L428.624,139.806L427.858,140.605L427.501,141.75L427.571,142.744L430.007,145.473L429.882,146.048L429.095,147.425L428.099,148.712L421.451,151.194L418.713,150.841L417.181,152.102L416.639,152.411L415.001,151.022L411.152,149.457L409.757,149.893L408.877,150.681L406.406,151.481L404.648,152.889L404.562,154.786L407.413,159.871L408.431,160.907L408.348,162.803L409.736,165.176L411.209,168.13L411.239,169.948L411.052,171.84L410.087,174.441L407.147,180.507L407.093,181.743L407.268,182.659L408.221,182.948L408.843,183.47L408.593,184.285L403.361,188.347L402.683,189.059L400.653,188.718L400.297,189.444L400.458,190.608L401.269,191.718L403.074,192.296L404.533,193.435L405.73,195.634ZM352.687,169.794L352.138,171.576L350.938,173.479L346.794,176.004L342.493,177.602L340.48,177.209L339.056,176.113L338.381,175.071L336.213,173.918L333.262,173.2L331.26,174.123L329.903,175.011L328.741,174.756L327.951,173.867L327.307,172.492L326.778,168.313L329.071,167.748L333.993,167.794L337.609,169.554L342.462,170.57L346.437,168.867L349.3,170.803ZM419.254,72.088L415.205,73.578L414.198,73.204L414.525,72.721L418.036,71.873ZM407.714,74.078L402.061,74.559L400.148,73.886L399.867,73.375L401.414,73.118L406.216,73.263L407.623,73.825ZM384.03,80.085L378.502,83.25L378.121,82.73L381.68,79.869ZM390.374,76.701L387.693,76.971L386.502,76.243L393.042,74.687L397.056,74.312L397.758,74.596ZM377.014,91.037L373.928,94.251L372.237,93.154L371.871,92.386L372.855,89.793L377.331,85.668ZM345.672,152.515L348.455,155.276L348.927,156.137L349.076,157.057L345.404,157.792L341.71,154.382L339.116,154.937L338.274,153.385L338.347,152.397L341.044,151.851ZM430.701,69.124L428.148,69.198L428.906,67.983L431.385,67.076L432.709,67.122ZM-3074.518,191.641L-3081.231,192.727L-3079.812,189.921L-3075.688,187.002L-3074.706,184.955L-3074.909,182.507L-3074.169,180.62L-3072.055,179.247L-3070.885,188.332ZM-2675.704,251.462L-2677.365,251.105L-2677.953,250.17L-2677.578,248.971L-2676.097,247.857L-2675.99,248.924L-2675.808,249.475L-2675.994,249.844ZM-2679.307,235.386L-2679.674,235.204L-2679.741,234.34L-2678.89,233.933L-2678.265,234.151L-2678.268,234.61L-2678.568,235.291Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M438.393,536.29L436.273,537.057L436.423,536.072L436.932,535.509L437.556,535.278L438.285,535.71Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M406.167,232.94L405.786,234.161L405.77,237.046L406.527,239.882L408.385,242.764L409.838,244.886L411.861,246.617L415.432,248.326L416.851,248.711L416.882,250.772L416.576,252.986L415.314,254.173L414.031,255.853L413.062,257.957L412.012,262.036L411.785,264.911L409.725,263.673L408.651,262.804L406.778,262.478L404.866,263.056L403.471,264.479L401.457,264.802L399.923,264.321L398.974,263.206L398.228,262.512L395.822,261.741L394.899,260.131L395.709,259.428L396.43,258.225L397.056,256.688L397.902,255.161L395.777,250.94L395.288,249.597L393.526,247.204L393.581,246.053L394.077,244.922L394.01,244.012L394.329,241.966L395.741,240.054L396.735,237.627L398.423,234.407L402,230.53L404.267,231.291L405.36,231.339L405.956,232.766Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M511.662,380.424L509.105,380.179L508.641,380.179L508.409,378.533L508.525,374.914L509.915,370.307L510.263,371.047L510.379,372.034L510.728,373.021L510.844,374.337L511.309,375.653L512.239,376.886L512.589,378.037L512.126,379.519Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M427.349,432.688L428.383,433.791L430.84,435.019L437.414,433.646L441.488,432.274L444.494,430.705L446.264,431.078L452.614,433.611L454.776,432.423L459.463,429.308L460.207,427.594L463.85,422.477L463.989,421.245L462.514,417.928L462.997,417.278L467.533,413.982L469.816,411.056L472.197,409.117L473.842,409.14L474.303,409.804L474.52,411.206L474.207,416.879L474.892,418.616L478.382,422.774L480.838,425.106L486.62,426.726L486.85,427.551L485.283,430.581L488.809,434.313L489.383,436.951L491.035,438.526L493.299,437.801L494.021,436.324L493.204,433.851L492.509,431.213L492.637,429.733L493.358,428.01L494.911,425.633L499.309,420.059L500.854,416.938L501.223,411.921L501.235,407.972L502.647,406.988L505.699,407.735L506.639,407.653L507.107,410.122L508.4,413.989L509.931,415.963L511.582,416.456L513.586,416.453L518.41,414.054L521.585,413.053L523.352,413.291L524.421,414.93L526.807,419.193L528.108,419.595L529.638,419.089L530.223,418.426L529.62,416.786L529.003,413.253L528.04,410.463L526.856,409.238L526.609,407.512L527.292,404.545L528.095,401.989L529.73,401.318L531.719,400.972L534.206,403.582L537.148,404.456L539.375,404.266L539.708,402.699L539.57,400.973L538.257,398.849L538.452,395.474L539.897,389.287L540.719,389.77L543.986,389.809L547.607,390.086L549.865,392.601L552.098,393.387L555.373,393.576L557.47,393.208L558.503,392.283L559.728,389.297L561.867,385.55L565.437,383.663L571.478,383.11L574.602,382.373L577.744,382.371L580.087,382.883L582.527,382.731L588.728,379.992L595.165,377.723L596.105,378.02L596.246,378.755L595.135,380.275L594.042,382.37L594.937,384.727L598.712,389.288L600.825,392.834L602.911,395.474L605.887,396.762L609.783,397.516L613.072,397.713L616.624,398.553L628.448,400.579L634.454,400.949L639.032,400.885L645.915,402.172L645.356,404.92L644.1,405.646L641.72,407.419L639.01,409.7L636.664,412.289L636.088,414.953L636.881,416.644L637.617,417.184L638.536,416.643L639.849,416.906L641.664,417.719L644.547,418.557L644.712,419.454L644.183,420.636L642.046,422.807L640.159,425.293L639.993,426.702L640.284,427.758L641.028,428.379L643.972,427.897L644.493,428.776L643.384,434.848L643.914,435.892L646.58,436.74L648.556,438.035L652.336,441.701L654.058,444.737L653.04,445.783L650.806,446.483L648.999,446.251L650.923,444.251L645.444,437.789L643.185,437.907L640.241,440.942L631.531,438.403L629.925,439.715L628.842,442.071L625.995,445.084L621.877,446.502L617.237,449.83L612.429,452.249L608.67,454.126L606.505,453.878L609.833,450.128L608.277,450.105L603.832,452.824L601.28,455.139L600.57,458.788L599.943,464.904L602.04,466.394L605.941,474.242L610.41,477.45L609.691,480.773L608.7,483.365L606.121,485.685L603.762,484.124L602.431,484.171L601.648,489.471L604.084,503.226L607.493,512.908L610.711,516.991L617.965,523.382L625.483,526.528L639.302,537.108L646.76,540.201L648.717,542.081L653.627,550.405L658.02,560.156L663.008,575.487L666.459,583.056L673.002,591.349L686.394,603.002L698.402,611.387L709.461,616.235L717.921,616.602L737.511,613.808L740.98,614.016L744.795,615.268L745.888,619.07L744.841,621.812L740.866,624.884L736.971,629.02L736.885,634.25L741.152,637.546L761.222,645.51L781.648,651.732L788.235,655.238L795.978,660.941L814.228,667.922L817.544,671.89L829.206,679.837L834.707,686.461L836.255,691.869L834.667,697.64L834.072,701.711L832.686,705.873L827.929,704.908L822.369,701.438L812.9,686.051L798.658,685.877L795.667,684.933L790.309,682.641L789.869,680.854L788.34,678.677L787.09,677.968L781.586,678.005L778.199,680.991L774.364,687.674L770.236,697.123L766.324,710.792L766.536,716.1L769.774,721.052L778.353,723.174L785.132,727.196L789.828,731.576L791.355,743.102L793.865,749.53L791.43,753.523L785.875,753.141L778.895,756.218L774.073,760.917L772.3,765.166L773.796,775.713L773.079,779.786L763.915,788.279L759.449,796.514L758.369,799.863L756.785,803.756L744.171,804.872L740.961,800.533L740.297,793.823L742.131,789.505L746.561,787.147L748.822,778.285L747.373,772.148L749.027,769.261L750.479,767.223L753.865,765.773L758.728,764.276L758.383,755.551L754.31,751.897L752.517,746.549L749.798,736.45L742.51,723.983L738.282,712.68L735.331,707.178L731.155,704.431L724.08,705.057L720.478,704.495L707.323,697.303L706.453,696.118L706.309,694.053L708.167,690.603L706.563,686.399L704.714,682.378L702.129,678.989L699.278,677.357L693.769,678.884L691.873,679.837L688.342,679.731L685.71,681.473L684.155,681.652L688.054,675.189L686.797,673.859L682.359,671.566L676.502,671.505L674.927,671.267L673.987,672.98L672.897,672.132L672.868,669.399L665.313,657.403L660.527,652.615L658.29,651.824L654.227,653.114L647.163,651.237L643.022,650.941L640.862,651.623L637.459,653.354L635.74,652.439L635.022,650.817L628.624,645.885L620.673,643.32L604.969,627.618L600.174,621.665L590.428,615.278L584.19,605.627L579.163,602.21L572.017,599.494L570.383,599.861L568.259,600.981L566.619,601.18L565.33,599.969L566.566,598.623L568.068,598.013L567.484,594.312L559.237,584.738L554.413,581.77L553.126,579.812L552.082,577.189L551.054,575.555L548.785,574.517L546.911,574.791L544.274,574.167L544.338,569.465L544.791,565.914L544.377,562.868L541.789,554.987L537.245,548.279L534.613,532.236L532.479,527.724L527.658,524.302L516.837,520.567L501.9,510.191L498.724,510.016L489.712,505.93L484.107,505.225L476.869,508.688L467.923,518.532L460.504,528.705L457.881,530.716L448.567,534.066L440.265,535.514L440.209,532.875L440.014,530.892L441.424,528.703L443.825,526.208L445.992,522.964L446.905,520.679L446.574,519.105L445.648,516.777L444.305,516.58L436.537,518.274L434.712,517.73L429.043,514.599L423.046,510.622L420.812,507.912L420.045,505.249L420.713,503.541L420.28,501.879L419.138,499.616L420.319,497.102L422.369,493.957L423.41,491.849L425.006,491.324L425.776,490.03L424.732,484.726L424.032,483.88L422.965,483.186L421.275,483.048L418.409,481.88L416.297,479.994L415.901,477.509L414.898,475.167L413.05,472.876L413.014,470.568L415.105,469.409L418.115,469.433L420.144,469.997L424.959,466.368L426.652,466.092L428.239,465.319L429.599,460.173L430.725,458.643L430.991,457.745L430.066,456.647L426.472,452.83L424.801,448.989L422.316,444.708L419.878,442.732L419.453,441.235L419.399,439.34L420.048,437.798L424.529,435.396ZM613.107,623.193L613.094,622.862L612.712,622.877L612.721,623.124L612.727,623.289ZM611.135,528.103L612.024,525.596L611.589,523.882L609.39,524.295L607.999,526.573L609.056,528.512ZM540.204,579.413L541.354,581.214L541.492,582.285L540.754,583.531L541.163,586.248L538.121,583.972L533.737,585.171L531.096,584.946L530.327,582.972L530.945,581.73L535.083,581.446L536.457,580.855L538.969,581.076ZM669.293,677.394L667.758,677.895L666.821,677.45L666.26,676.736L666.808,674.882L670.113,675.773L670.04,676.771ZM607.359,869.411L605.572,869.97L603.025,868.463L602.814,866.13L603.206,865.365L606.289,866.354L607.191,868.497ZM737.559,791.867L735.413,797.542L734.353,799.71L726.248,813.676L725.519,816.82L725.08,820.194L724.336,823.172L723.31,826.087L722.33,829.667L722.753,833.649L723.439,835.523L724.632,836.775L726.501,837.81L728.008,839.54L725.937,841.447L728.655,844.595L730.729,846.45L731.152,848.427L731.3,850.425L727.444,854.558L725.932,856.677L725.012,859.339L724.783,861.951L725.366,864.254L725.395,866.597L721.214,866.559L716.681,865.451L712.432,866.411L706.016,864.075L703.773,863.802L701.627,862.852L695.849,854.85L691.489,851.523L686.914,849.039L682.357,849.139L677.829,849.732L673.741,848.288L665.318,843.059L656.429,838.917L652.582,836.183L650.84,834.263L648.859,833.021L643.865,831.916L639.209,829.037L637.286,828.953L632.921,829.472L630.724,829.396L628.491,828.402L623.971,824.911L621.049,820.021L620.285,817.882L621.975,812.069L624.077,806.572L626.052,804.912L628.316,803.739L629.74,802.015L630.882,800.053L635.46,805.524L637.558,806.85L639.445,806.434L642.886,804.28L643.055,802.023L646.852,798.932L651.728,798.7L654.055,799.086L655.402,801.602L657.338,802.256L659.529,802.561L666.98,807.09L669.058,807.728L671.105,807.783L676.558,805.395L680.723,804.405L689.745,804.95L694.553,803.401L697.94,803.102L702.698,800.875L706.282,797.468L708.262,796.584L710.275,796.197L715.429,796.007L720.625,796.389L722.737,795.485L724.344,793.282L726.439,792.21L728.787,792.703L734.46,788.686L737.012,788.322L739.546,789.459ZM513.783,673.577L515.606,676.635L519.678,689.118L520.08,691.766L519.307,694.583L518.268,696.491L514.226,702.795L514.892,708.012L516.344,711.239L516.616,714.801L515.837,719.278L513.374,746.482L512.182,751.297L511.385,755.448L508.582,756.777L504.846,755.363L500.315,753.029L498.181,753.187L496.043,754.009L494.313,753.253L492.587,751.916L491.33,761.29L489.164,765.096L486.065,767.482L482.981,767.622L479.907,766.762L477.361,766.736L475.371,764.969L473.803,761.795L471.446,757.862L468.971,753.263L468.761,749.193L468.488,740.144L469.179,738.163L470.266,736.27L470.851,732.214L470.501,728.643L471.311,727.41L472.749,728.673L473.812,728.271L473.702,726.446L474.139,723.135L472.196,720.293L469.044,719.339L468.821,716.435L469.125,713.538L470.86,711.656L471.419,709.178L471.652,701.395L469.334,698.548L468.61,694.231L467.474,691.483L465.429,688.637L463.118,686.366L461.591,684.189L461.427,678.475L462.286,673.69L463.096,671.718L463.87,671.979L466.167,674.414L468.106,674.939L471.862,675.57L475.634,674.873L480.198,672.772L484.629,670.25L491.026,662.606L494.909,661.14L496.984,659.083L497.641,656.357L499.319,655.702L501.245,658.354L503.695,658.608L507.435,660.762L508.985,662.912L510.407,665.393L511.701,666.467L513.125,667.127L513.385,667.705L512.221,668.286L510.928,671.182L511.707,672.008ZM471.151,759.934L468.948,764.638L466.72,761.285L466.628,758.377L467.041,757.553L469.696,758.836ZM465.394,665.716L464.195,667.848L462.515,667.655L463.188,666.095L464.791,662.895L466.746,661.85L467.507,662.771L466.574,664.659Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M-32.282,-12.911L-32.727,-11.57L-34.359,-13.781L-34.888,-15.798L-40.147,-18.089L-37.441,-19.276L-36.39,-18.492L-32.495,-17.412L-31.622,-16.335ZM54.36,-50.418L49.461,-48.338L48.633,-47.328L46.361,-42.978L45.978,-41.701L44.086,-39.566L42.137,-37.19L40.448,-36.458L37.938,-36.166L36.495,-35.638L35.033,-36.391L32.977,-36.769L31.708,-36.119L31.64,-35.368L32.04,-34.427L33.515,-32.817L35.303,-31.225L34.891,-30.296L33.584,-29.483L26.143,-28.273L23.709,-27.042L22.785,-26.147L23.042,-24.13L27.265,-17.382L28.018,-16.616L28.188,-13.262L32.69,-10.807L34.205,-8.346L35.788,-7.571L39.464,-6.931L40.763,-5.797L41.773,-6.171L42.495,-7.116L46.142,-9.209L47.486,-10.192L47.248,-11.941L46.824,-13.305L49.231,-15.416L52.025,-17.446L53.183,-17.113L54.813,-15.153L55.934,-12.709L55.785,-11.044L55.822,-9.765L56.863,-6.916L57.659,-5.815L60.215,-4.77L60.602,-3.672L59.327,-0.041L59.468,1.259L62.333,1.856L65.348,2.227L66.319,2.512L67.557,2.005L69.403,1.537L71.626,2.245L72.465,4.192L72.614,5.999L70.518,6.165L68.407,5.395L67.184,6.329L66.652,8.42L66.879,11.344L67.87,13.577L68.054,18.265L68.059,23.339L68.848,26.626L68.409,30.339L67.847,32.084L67.491,35.391L66.658,36.405L66.436,39.57L66.97,46.264L66.974,49.894L65.947,57.619L64.142,60.293L61.977,62.64L60.201,65.655L58.679,68.974L57.016,74.541L51.993,80.347L50.124,81.65L48.062,82.321L51.131,87.677L47.41,89.104L43.78,89.026L40.111,87.078L37.731,86.661L35.146,87.719L34.135,88.433L33.519,87.795L32.874,83.773L30.916,87.409L28.395,88.135L24.646,87.072L18.048,86.73L15.334,87.316L13.931,88.782L12.662,90.616L11.382,91.516L10.106,91.908L4.839,92.252L3.767,92.687L0.668,95.372L-2.744,96.544L-5.349,96.541L-7.088,94.192L-7.756,92.852L-8.637,91.971L-12.071,91.343L-11.173,92.146L-10.751,93.6L-11.038,96.245L-12.029,98.642L-13.962,99.464L-15.981,99.247L-19.787,101.068L-24.196,100.789L-27.044,102.657L-41.876,103.318L-42.601,103.141L-44.31,101.616L-46.279,100.706L-48.425,100.515L-54.772,101.313L-57.546,100.105L-52.545,95.49L-47.002,93.895L-46.288,93.222L-47.856,92.492L-57.399,92.141L-61.018,93.01L-64.333,92.675L-62.238,90.485L-57.25,88.091L-54.667,86.956L-53.068,86.679L-51.127,85.038L-46.237,83.793L-61.28,85.021L-64.728,83.541L-65.218,82.051L-68.233,81.869L-68.428,78.407L-63.078,74.587L-60.092,73.138L-56.846,72.775L-53.683,71.874L-52.156,70.131L-53.319,69.155L-61.795,67.498L-65.661,66.071L-65.042,64.525L-63.773,62.977L-58.945,61.067L-56.588,61.16L-54.639,62L-52.892,63.212L-51.632,64.64L-46.791,65.18L-48.259,62.851L-47.573,58.849L-48.77,57.183L-46.4,55.906L-43.99,55.32L-39.404,52.463L-37.95,52.229L-30.55,53.12L-22.392,53.064L-14.05,52.174L-17.627,49.705L-19.062,47.234L-23.081,50.601L-25.574,51.613L-31.936,50.907L-33.737,49.952L-36.165,48.073L-37.194,48.328L-38.241,49.09L-42.763,50.003L-47.126,49.414L-41.271,47.054L-33.502,42.515L-31.597,40.857L-28.754,37.98L-29.001,36.386L-30.087,35.181L-23.859,29.301L-21.963,28.487L-19.003,28.952L-16.53,28.359L-15.629,28.576L-14.732,28.367L-12.329,26.731L-14.917,24.747L-17.637,23.322L-26.992,21.798L-28.149,21.341L-29.186,20.401L-29.663,19.345L-29.661,16.786L-30.138,16.155L-32.226,15.634L-34.397,15.858L-35.868,15.402L-36.996,14.007L-34.105,12.175L-36.841,10.887L-39.841,10.638L-42.136,9.284L-41.746,7.76L-40.267,6.514L-41.383,4.69L-41.208,2.769L-39.401,2.291L-37.901,3.015L-34.095,2.527L-29.683,2.954L-33.015,0.75L-34.212,-0.749L-33.863,-2.541L-33.202,-3.912L-28.22,-5.39L-23.429,-5.304L-23.402,-7.091L-22.569,-8.762L-27.047,-10.479L-31.891,-10.332L-30.525,-13.663L-28.675,-16.444L-27.972,-18.405L-27.62,-20.625L-29.995,-20.285L-29.514,-23.413L-29.861,-25.726L-33.352,-25.075L-32.535,-27.863L-31.166,-29.568L-29.286,-30.03L-27.733,-29.208L-24.811,-28.469L-21.505,-29.264L-17.237,-28.541L-10.611,-26.479L-7.045,-21.169L-5.696,-21.61L-3.197,-23.822L-2.26,-23.852L4.405,-21.064L8.366,-18.593L9.654,-18.802L9.633,-21.789L8.644,-24.153L11.124,-26.382L13.783,-27.634L15.549,-28.16L19.319,-28.478L21.023,-29.192L22.875,-32.343L25.08,-34.818L16.004,-35.384L8.541,-40.639L10.453,-42.661L12.519,-43.623L15.764,-43.968L16.339,-45.113L18.034,-45.825L21.167,-47.91L21.109,-51.592L22.194,-54.07L24.416,-55.346L25.556,-57.641L26.736,-59.246L30.533,-59.054L34.455,-59.865L35.666,-59.419L39.886,-58.893L41.181,-57.92L41.451,-60.927L44.114,-60.673L44.947,-59.891L44.976,-57.755L45.823,-56.119L45.608,-53.783L44.442,-52.168L42.883,-51.067L43.734,-49.43L41.341,-47.323L43.603,-47.927L46.956,-49.824L47.307,-51.875L47.381,-54.498L47.018,-56.962L47.958,-59.394L49.948,-60.659L54.251,-60.568L53.147,-63.789L54.732,-63.698L56.333,-62.753L58.238,-59.958L60.366,-57.713L62.762,-55.754L59.555,-53.464L56.07,-52.259Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M904.763,284.504L907.715,283.605L907.84,283.668L908.551,283.801L909.359,285.92L909.484,285.983L910.508,287.315L911.502,289.153L912.738,290.366L915.074,290.562L918.4,291.841L920.867,294.846L924.035,295.812L924.259,295.774L924.793,295.516L926.913,295.071L927.473,295.643L929.437,296.975L930.363,298.318L930.277,299.836L930.809,301.581L931.583,302.032L930.99,303.303L926.559,309.987L924.673,311.892L923.258,312.465L920.901,312.277L918.706,313.06L916.772,314.716L914.901,315.359L913.796,317.125L912.374,320.526L910.54,323.575L908.43,325.667L907.414,327.331L908.124,332.466L907.105,334.13L905.627,335.866L904.806,337.329L903.413,345.547L901.746,348.392L900.203,350.549L900.138,352.391L900.456,354.423L898.891,358.747L896.65,363.34L896.336,365.136L897.381,367.305L895.017,370.416L893.583,371.884L892.408,372.729L891.844,374.478L891.068,378.756L891.687,380.493L891.933,382.12L889.754,383.447L889.337,385.423L889.084,387.707L888.31,388.905L885.906,391.176L879.25,391.324L876.776,392.349L876.264,393.753L876.312,394.91L875.634,396.005L874.301,397.527L872.745,398.332L869.131,397.267L861.973,399.848L860.843,401.167L859.676,400.497L858.052,399.973L850.552,400.077L847.722,401.202L843.694,401.402L840.073,401.045L837.462,402.047L835.407,405.545L834.379,406.838L833.522,407.61L831.649,408.843L830.04,410.289L827.917,411.467L825.897,411.552L823.726,410.411L823.178,410.81L822.633,412.203L821.821,413.38L819.035,415.045L818.329,415.13L818.211,415.144L816.09,416.394L812.503,417.401L810.568,417.215L807.78,422.015L806.929,422.942L803.898,424.699L801.37,425.65L799.058,425.332L798.23,425.426L788.265,426.278L783.072,425.844L779.578,424.476L777.135,422.829L775.842,420.73L773.236,419.759L769.173,419.678L765.773,417.871L763.158,414.328L759.799,411.6L755.82,409.755L752.466,406.937L749.848,403.053L745.526,399.822L739.373,397.082L737.56,396.585L737.113,395.551L733.951,391.786L732.654,390.414L732.597,388.437L731.913,387.341L730.793,386.614L729.96,383.797L729.541,381.686L728.606,380.364L722.418,380.564L727.092,375.045L729.515,373.348L732.55,373.329L733.44,372.837L733.606,372.079L733.916,370.317L734.124,368.729L734.223,367.233L733.803,366.445L732.394,366.323L731.374,362.697L731.943,361.243L732.547,360.198L731.347,355.845L731.446,354.349L733.724,353.898L735.475,352.749L736.987,351.538L737.319,350.103L738.326,347.202L736.864,343.866L730.024,342.253L729.601,341.382L731,340.266L732.59,338.72L733.409,337.572L734.65,337.294L736.531,337.701L739.958,339.863L741.14,340.167L742.328,339.312L743.57,339.029L747.008,338.785L749.924,337.926L748.985,335.372L748.795,333.407L748.188,331.895L748.372,330.224L749.384,328.804L749.439,325.822L751.171,323.587L751.942,323.263L755.269,323.264L755.999,323.687L756.584,323.794L762.19,328.106L767.467,331.282L771.655,332.745L777.601,332.273L783.889,331.749L794.297,329.91L802.096,328.503L802.445,327.55L803.434,325.196L802.188,323.438L802.049,321.301L802.947,318.211L806.515,315.38L817.485,313.034L823.589,310.436L824.178,307.872L826.017,305.23L827.87,304.491L830.613,305.295L834.04,306.918L837.013,307.684L838.495,306.739L843.656,302.469L849.587,298.079L852.649,288.095L852.89,286.565L857.549,284.821L864.504,283.98L868.261,284.676L870.93,284.945L874.931,284.18L880.432,281.265L882.566,281.021L884.454,282.145L886.431,283.088L887.9,284.441L889.125,286.415L889.799,287.06L890.761,288.075L892.447,289.309L893.967,289.486L904.185,285.182Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L504.273,354.755L498.88,351.284L497.157,351.276L489.225,351.966L488.998,351.635L487.751,349.651L486.493,349.064L485.801,349.386L485.222,349.957L484.42,349.784L480.896,346.621L479.525,346.194L477.456,346.58L475.14,348.195L474.079,350.237L474.292,351.474L475.549,351.985L478.77,351.697L479.226,352.031L479.333,352.691L478.98,353.345L476.328,353.887L475.628,354.619L474.82,354.855L474.359,354.931L471.61,354.068L467.47,354.003L464.108,355.426L458.688,355.898L451.445,355.413L448.824,354.282L447.231,353.584L446.159,350.431L446.623,345.669L448.495,339.461L449.064,334.866L448.335,331.968L449.468,327.551L452.447,321.778L454.4,315.649L455.559,309.255L457.005,305.006L459.658,302.097L466.109,293.988L466.682,293.339L466.529,289.22L464.859,288.615L462.419,287.334L456.183,285.725L450.388,284.686L447.734,283.468L445.469,280.281L444.02,280.16L441.197,281.236L437.603,281.874L435.166,281.142L433.486,281.255L432.574,281.803L432.143,281.295L431.56,278.559L430.246,277.775L428.258,277.133L426.912,277.335L425.975,278.621L424.602,279.562L423.275,279.186L419.599,272.875L418.649,271.439L418.362,270.193L417.56,267.855L415.204,265.54L412.904,264.708L411.785,264.911L412.012,262.036L413.062,257.957L414.031,255.853L415.314,254.173L416.576,252.986L416.882,250.772L416.851,248.711L415.432,248.326L411.861,246.617L409.838,244.886L408.385,242.764L406.527,239.882L405.77,237.046L405.786,234.161L406.167,232.94L406.316,232.04L408.142,227.748L413.983,223.948L413.597,219.974L413.588,217.499L412.238,215.877L409.55,215.106L408.835,214.003L408.558,212.836L410.72,210.535L408.311,208.454L407.313,206.431L404.069,203.813L403.677,202.887L405.73,195.634L404.533,193.435L403.074,192.296L401.269,191.718L400.458,190.608L400.297,189.444L400.653,188.718L402.683,189.059L403.361,188.347L408.593,184.285L408.843,183.47L408.221,182.948L407.268,182.659L407.093,181.743L407.147,180.507L410.087,174.441L411.052,171.84L411.239,169.948L411.209,168.13L409.736,165.176L408.348,162.803L408.431,160.907L407.413,159.871L404.562,154.786L404.648,152.889L406.406,151.481L408.877,150.681L409.757,149.893L411.152,149.457L415.001,151.022L416.639,152.411L417.181,152.102L418.713,150.841L421.451,151.194L428.099,148.712L429.095,147.425L429.882,146.048L430.007,145.473L427.571,142.744L427.501,141.75L427.858,140.605L428.624,139.806L430.119,139.197L431.84,138.099L435.519,134.914L436.764,132.061L437.28,129.019L437.46,126.627L436.473,124.777L435.57,123.591L434.207,123.711L431.6,123.541L429.236,122.384L427.939,120.684L427.679,119.186L428.337,118.3L428.586,117.151L428.211,115.98L428.452,115.078L429.521,114.289L437.213,114.629L437.762,113.737L438.421,109.291L440.493,102.653L442.468,98.906L442.824,97.344L442.984,88.409L443.427,83.868L442.158,81.677L439.463,79.275L440.229,74.412L441.262,70.715L444.154,66.079L446.428,64.901L456.21,64.411L466.881,64.971L471.238,72.009L469.541,75.623L472.068,77.323L473.407,76.765L474.376,73.634L475.042,70.165L475.976,69.102L479.303,71.8L480.505,73.555L480.432,79.268L481.755,71.583L480.906,66.105L481.582,60.894L483.036,58.094L484.273,56.368L492.059,58.348L500.784,57.403L504.023,59.484L511.441,69.679L513.891,71.331L517.054,71.819L512.766,69.677L503.724,57.329L501.094,55.747L496.944,55.313L494.319,54.054L492.714,52.136L492.322,50.475L492.517,38.038L490.925,36.2L488.923,35.519L487.711,36.337L485.2,36.394L484.729,33.568L485.355,31.417L490.475,30.056L493.792,28.173L494.016,24.771L491.84,22.099L489.39,17.262L486.453,12.582L486.212,7.263L491.362,7.394L492.648,7.654L500.366,10.191L502.245,11.942L504.627,12.032L508.995,10.375L512.268,9.708L513.46,10.702L515.247,11.113L515.644,11.112L515.845,11.942L519.823,13.255L521.523,15.239L523.432,18.3L523.662,22.782L521.285,25.951L519.296,27.953L526.89,27.157L527.706,28.976L528.825,30.958L532.915,29.506L543.314,35.176L549.583,32.247L551.183,32.051L552.68,36.751L551.165,41.51L545.715,46.667L547.08,49.795L548.81,50.427L554.05,49.663L562.407,52.544L564.103,51.59L570.676,44.282L573.252,42.715L582.073,41.277L583.59,38.487L587.009,35.629L589.207,32.561L594.491,26.547L600.133,27.397L603.479,28.334L607.206,28.751L610.793,34.732L619.458,41.038L627.173,40.053L630.24,46.28L631.894,54.157L634.464,56.502L636.582,57.958L643.074,59.316L643.282,59.386L643.551,60.449L644.199,64.393L644.905,67.586L649.082,80.35L649.182,83.578L649.131,84.411L648.28,88.941L646.349,92.791L643.594,95.113L642.185,97.517L642.031,100.177L645.924,104.5L653.795,110.553L657.167,115.885L656.114,120.591L655.811,124.006L656.582,126.192L657.846,127.848L659.81,128.961L660.68,130.973L660.547,133.713L660.987,135.588L662.44,136.815L662.374,137.399L661.871,139.337L661.154,142.86L660.791,145.367L658.804,148.973L659.737,151.89L661.652,155.156L663.038,156.801L663.572,158.419L662.988,162.428L663.479,163.388L668.989,165.908L669.932,167.166L670.653,169.845L672.989,175.636L671.911,183.236L670.803,187.446L668.233,194.069L668.063,194.742L667.79,195.504L666.898,196.721L665.616,196.973L663.621,196.279L662.258,195.294L662.398,192.476L661.521,192.285L660.339,190.709L659.787,188.845L658.558,188.18L654.319,187.621L652.893,187.214L651.845,187.691L651.061,188.978L651.673,190.18L652.604,191.28L654.975,192.951L654.806,193.705L649.851,195.743L646.838,197.821L643.983,198.978L641.069,201.043L635.245,203.51L630.952,204.315L630.112,204.853L628.674,208.558L627.628,209.354L626.528,209.079L625.737,208.458L624.678,209.006L623.763,210.288L622.595,210.84L621.724,210.799L620.14,214.092L615.186,215.228L614.717,216.899L613.822,218.836L613.188,219.276L610.871,218.635L607.699,218.357L606.003,219.499L603.849,220.164L601.243,220.432L598.491,222.599L595.681,226.331L594.268,229.598L593.435,230.782L591.91,227.867L590.09,225.787L588.853,224.757L587.763,224.793L587.561,225.295L587.613,226.859L588.793,229.458L590.273,231.139L590.536,232.449L591.494,234.806L593.669,237.368L597.034,239.307L599.306,241.283L601.064,244.101L601.096,244.924L600.7,246.093L599.971,247.192L599.366,248.698L597.599,251.649L598.197,252.863L599.801,254.369L601.198,256.211L602.975,259.191L605.516,264.529L607.158,266.688L609.363,268.904L611.436,270.548L614.545,270.332L618.031,273.556L621.926,278.157L624.708,280.251L626.637,280.818L628.289,282.55L629.752,284.95L630.385,286.402L631.665,287.327L635.015,286.991L639.479,290.712L642.214,293.449L643.8,295.67L643.513,296.592L643.446,299.481L643.617,302.603L643.365,304.183L641.564,306.424L640.575,306.971L640.033,307.412L634.022,304.924L633.596,305.441L633.161,305.792L631.989,314.008L631.044,315.538L629.417,317.101L626.084,318.662L623.844,319.344L621.946,320.09L616.306,323.719L613.78,325.886L612.181,328.506L612.242,329.986L615.273,334.14L618.781,338.516L618.951,342.379L617.592,345.403L617.298,346.569L618.348,346.935L620.19,347.018L621.704,347.444L622.485,349.468L622.42,353.094L621.997,356.489L621.599,357.907L620.109,358.138L617.165,356.785L614.905,355.153L613.943,354.205L613.891,352.972L614.316,352.131L613.447,350.603L610.633,349.319L607.79,350.092L605.643,351.082L604.264,351.135L602.719,349.794L600.383,348.81L597.261,348.264L595.4,347.588L594.955,348.015L595.287,350.967L594.758,352.302L579.865,354.497L575.305,356.186L572.134,358.325L569.621,359.292L569.076,360.622L566.693,362.323L563.934,362.879L563.231,362.401L561.516,363.178L558.529,363.979L556.562,363.77L555.614,362.471L553.731,360.449L552.898,358.982L552.997,358.076L548.732,357.982L546.066,356.871L540.428,357.277L539.041,356.801L538.816,357.297L537.962,363.148L536.951,365.628L535.128,368.115L532.828,369.537L530.979,369.8L531.079,367.99L531.521,365.764L530.131,365.283L528.165,365.052L527.236,364.401L527.455,362.754L526.986,361.77L526.171,360.624L524.086,359.157L519.928,356.957L517.046,355.816L515.898,356.971L513.828,358.21L510.602,357.803ZM626.182,29.141L627.057,32.334L626.34,33.951L623.093,31.465L619.887,31.631L618.295,35.947L616.898,36.183L611.799,32.609L611.008,30.736L610.738,29.253L611.185,23.832L611.007,22.178L612.416,20.283L612.489,17.62L615.038,14.67L617.419,14.469L618.332,16.751L619.511,18.354L623.59,19.971L624.232,20.768L624.692,21.907L622.915,24.245L622.376,25.437L623.075,27.312ZM641.33,48.96L641.016,50.474L641.661,52.76L640.437,52.667L637.027,53.367L633.544,52.819L632.678,50.046L633.125,47.198L631.611,45.456L630.236,44.37L629.947,42.808L630.057,41.141L636.253,45.275ZM558.656,30.067L554.353,30.244L552.713,28.369L551.003,27.904L551.855,25.48L553.037,24.626L557.166,26.116L558.533,29.074ZM476.122,12.699L475.511,13.686L475.914,6.88L478.985,-0.222L480.266,-0.039L478.956,1.855L478.542,3.179L478.008,5.914L478.186,7.329L485.115,7.833L484.308,9.07L477.257,9.808ZM483.827,16.374L482.718,17.523L480.133,17.324L478.655,16.225L479.169,15.069L480.573,14.174L481.668,14.022L483.449,14.625Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M508.358,582.065L507.476,588.994L508.104,591.057L509.364,592.542L509.994,594.11L511.016,612.678L510.763,614.165L506.439,621.678L505.545,623.824L505.278,633.156L504.507,635.634L502.966,638.109L500.251,646.034L497.797,649.58L491.266,645.165L487.428,643.32L485.649,641.24L484.38,639.824L485.165,637.931L486.973,636.045L487.241,634.478L483.164,632.708L481.259,631.533L481.278,629.551L482.713,626.426L482.101,623.777L479.806,623.919L477.899,623.486L477.787,622.08L479.08,620.361L480.884,618.15L480.782,615.672L478.761,614.577L476.88,612.492L476.151,609.759L477.694,607.878L479.988,606.665L478.373,603.841L477.109,603.744L476.23,603.156L477.004,601.845L478.796,599.884L481.507,594.054L485.06,591.365L491.368,589.597L493.134,588.866L494.655,586.812L496.421,585.501L498.43,585.674L500.439,586.424L501.567,587.334L502.575,586.43L503.335,583.874L502.838,581.646L503.102,575.461L504.235,572L506.111,571.755L507.735,573.735L507.609,575.384L508.234,579.426ZM448.824,354.282L444.859,356.323L444.004,358.193L442.441,360.621L439.875,361.621L437.443,361.882L435.376,361.493L434.252,360.472L434.395,359.571L433.38,358.8L430.729,358.719L427.908,360.357L425.625,363.081L426.266,364.666L428.332,365.145L428.775,365.735L428.749,366.557L428.024,367.522L427.161,369.14L422.711,373.93L418.245,378.712L417.494,380.166L416.177,381.189L410.611,383.612L409.987,384.658L409.464,389.083L408.735,392.759L404.509,395.964L400.386,399.25L399.243,401.259L398.437,403.612L397.024,406.35L396.728,407.737L398.622,410.208L398.305,412.088L397.595,414.857L395.505,416.742L393.335,417.715L393.198,420.756L394.36,421.22L396.969,421.088L400.838,419.113L403.317,416.335L402.013,413.646L401.798,413.143L402.178,412.5L405.238,409.744L408.715,408.154L413.662,408.014L419.502,409.213L420.076,409.645L419.66,411.441L420.157,414.093L421.155,415.938L419.557,421.151L420.566,422.75L422.154,424.78L423.394,426.633L425.234,428.34L426.806,431.107L427.349,432.688L424.529,435.396L420.048,437.798L419.399,439.34L419.453,441.235L419.878,442.732L422.316,444.708L424.801,448.989L426.472,452.83L430.066,456.647L430.991,457.745L430.725,458.643L429.599,460.173L428.239,465.319L426.652,466.092L424.959,466.368L420.144,469.997L418.115,469.433L415.105,469.409L413.014,470.568L413.05,472.876L414.898,475.167L415.901,477.509L416.297,479.994L418.409,481.88L421.275,483.048L422.965,483.186L424.032,483.88L424.732,484.726L425.776,490.03L425.006,491.324L423.41,491.849L422.369,493.957L420.319,497.102L419.138,499.616L420.28,501.879L420.713,503.541L420.045,505.249L420.812,507.912L423.046,510.622L429.043,514.599L434.712,517.73L436.537,518.274L444.305,516.58L445.648,516.777L446.574,519.105L446.905,520.679L445.992,522.964L443.825,526.208L441.424,528.703L440.014,530.892L440.209,532.875L440.265,535.514L438.393,536.29L438.285,535.71L437.556,535.278L436.932,535.509L436.423,536.072L436.273,537.057L432.274,538.677L429.383,540.324L418.156,550.44L412.96,553.394L411.901,555.171L410.781,558.595L407.685,561.451L404.891,562.747L398.351,563.973L391.609,566.826L388.797,565.382L381.061,565.11L376.508,561.094L367.418,558.24L364.728,552.567L360.65,552.016L357.91,552.029L356.343,551.115L355.954,549.194L356.057,547.384L353.16,548.043L350.929,547.913L349.522,548.573L348.482,549.337L347.277,548.687L346.518,548.889L346.577,549.966L343.834,550.047L341.023,549.213L333.648,545.852L332.561,545.368L327.433,543.953L325.408,542.659L323.875,539.663L322.573,538.747L321.873,538.12L316.958,539.177L315.068,541.272L312.28,543.714L293.203,555.069L289.421,560.058L284.911,567.632L284.363,571.228L285.03,583.036L288.298,589.511L288.682,591.032L286.542,590.859L283.085,589.748L280.266,588.603L277.583,588.874L274.829,589.965L272.374,590.499L270.716,590.604L269.525,591.163L268.892,592.598L268.672,593.656L265.796,593.154L259.187,590.404L253.284,588.367L249.481,589.667L247.066,591.012L245.453,590.608L244.471,588.938L243.75,587.21L241.498,585.581L236.317,582.83L236.8,581.8L237.826,580.409L237.915,579.506L236.918,578.08L232.182,576.11L229.962,575.552L228.358,576.382L227.103,577.497L224.819,572.697L223.038,571.598L220.056,571.117L216.831,569.362L213.521,567.261L205.348,563.537L203.017,562.943L202.098,563.254L201.28,564.904L200.375,569.533L199.935,570.064L195.918,569.77L191.123,568.549L188.837,568.613L186.839,568.376L185.123,566.843L176.583,567.306L175.3,566.4L173.568,564.025L171.413,562.012L169.772,560.976L168.412,559.725L167.063,559.388L164.947,560.118L162.032,560.161L159.678,559.775L158.412,559.778L153.749,553.846L153.187,552.358L150.511,551.587L147.296,551.075L139.444,546.598L135.866,544.19L135.518,543.059L135.632,542.243L134.991,542.32L133.661,543.717L132.871,544.855L131.97,544.979L130.879,544.659L129.869,543.768L129.253,542.765L130.226,541.237L131.749,539.369L132.687,537.17L132.838,535.193L130.926,533.592L127.926,532.584L125.732,532.105L122.94,530.538L121.581,529.508L120.682,527.046L120.796,525.397L126.525,524.807L132.404,519.567L140.18,498.776L147.091,473.877L150.15,469.478L153.467,468.518L151.411,464.748L149.614,466.246L148.755,468.039L147.778,468.902L152.776,445.908L155.26,437.526L158.727,428.946L162.876,433.077L166.197,437.174L167.798,440.623L168.94,451.315L170.445,453.753L173.041,456.248L172.271,453.741L170.472,451.682L169.308,437.418L167.925,433.252L165.394,429.595L156.868,421.384L156.114,419.868L156.001,417.195L159.174,417.713L161.71,419.386L161.555,417.87L160.939,416.209L160.528,410.424L161.263,397.155L161.692,394.889L161.604,392.054L158.648,391.066L156.336,390.58L153.918,389.162L142.217,379.599L139.091,370.995L135.447,364.469L134.797,361.711L135.3,359.124L138.413,354.015L136.865,350.209L135.01,349.266L133.546,347.299L135.578,344.693L137.118,343.01L139.71,342.897L143.049,344.055L146.02,346.153L148.369,346.909L141.68,341.442L129.446,341.103L126.902,340.131L124.88,338.821L124.584,335.445L126.522,334.246L128.43,331.71L127.009,329.577L124.845,328.493L121.304,328.024L117.914,328.073L117.297,326.81L119.705,324.109L118.181,322.702L115.819,322.91L112.434,322.952L109.399,321.546L107.004,317.656L105.078,317.341L103.651,317.524L101.826,315.889L99.729,315.207L98.189,315.368L96.478,313.08L84.84,307.008L79.622,305.6L74.458,306.528L71.852,305.48L70.286,302.526L69.466,298.032L62.206,293.286L64.176,291.388L67.852,291.554L72.278,290.763L74.18,289.181L71.339,286.331L68.98,285.32L68.121,284.328L67.468,282.203L69.096,281.495L70.013,282.162L72.86,283.01L77.975,283.421L76.548,281.078L74.625,280.233L73.82,279.587L69.847,278.62L67.819,279.005L63.751,277.927L63.15,275.557L63.159,273.635L65.141,269.732L71.707,267.082L86.98,265.539L93.096,267.186L97.662,267.217L103.304,265.584L105.903,263.684L113.545,263.615L120.15,267.107L125.298,277.013L127.947,280.513L136.34,276.488L147.686,278.372L149.595,281.651L150.849,279.34L153.399,276.721L154.881,278.269L155.512,280.19L167.527,281.412L169.494,281.189L166.555,278.615L164.709,273.2L166.812,254.46L164.25,248.771L161.715,239.919L160.674,234.774L160.815,233.047L161.719,230.682L166.3,231.43L169.707,232.584L176.754,231.666L179.855,233.428L179.106,237.231L179.417,242.262L180.312,244.712L181.593,247.63L187.133,248.132L192.876,250.475L200.343,251.697L210.921,255.855L215.762,254.792L220.693,251.99L229.557,250.8L230.462,249.745L225.445,249.654L221.072,246.977L220.808,244.54L221.604,242.562L223.929,238.03L237.951,232.039L247.504,230.789L257.671,227.743L263.027,223.998L266.869,218.762L268.074,217.726L269.486,216.793L268.383,214.693L271.383,193.791L272.733,190.116L274.873,187.182L278.007,185.092L282.552,182.887L298.739,180.76L301.219,179.576L301.342,181.822L302.265,184.802L302.878,186.429L302.052,188.425L302.437,190.198L304.32,193.426L306.763,196.534L308.972,198.627L309.748,198.445L311.515,198.098L314.692,196.461L317.325,196.098L318.612,197.61L319.3,198.492L320.655,201.91L320.817,205.313L321.352,208.167L322.56,209.42L327.296,210.204L330.793,211.545L331.701,212.523L332.428,218.857L333.014,219.81L334.048,219.143L334.991,218.221L336.199,218.144L338.236,218.705L341.059,218.99L343.841,219.847L347.513,223.734L347.326,224.878L346.421,226.88L345.981,228.502L346.592,229.204L347.573,230.922L347.22,232.88L346.03,234.203L345.622,235.331L345.572,236.07L345.861,236.668L346.704,237.221L352.467,238.349L357.889,237.956L361.411,236.196L362.085,234.175L363.217,231.851L365.31,229.915L366.771,229.342L368.033,230.243L365.342,238.499L366.75,240.729L366.779,243.949L367.273,246.783L369.149,246.811L371.432,247.438L373.023,248.602L374.914,250.358L377.584,252.073L379.543,252.674L380.135,254.026L381.712,255.594L383.985,258.764L386.092,260.934L387.2,260.991L389.344,260.274L392.468,259.932L394.899,260.131L395.822,261.741L398.228,262.512L398.974,263.206L399.923,264.321L401.457,264.802L403.471,264.479L404.866,263.056L406.778,262.478L408.651,262.804L409.725,263.673L411.785,264.911L412.904,264.708L415.204,265.54L417.56,267.855L418.362,270.193L418.649,271.439L419.599,272.875L423.275,279.186L424.602,279.562L425.975,278.621L426.912,277.335L428.258,277.133L430.246,277.775L431.56,278.559L432.143,281.295L432.574,281.803L433.486,281.255L435.166,281.142L437.603,281.874L441.197,281.236L444.02,280.16L445.469,280.281L447.734,283.468L450.388,284.686L456.183,285.725L462.419,287.334L464.859,288.615L466.529,289.22L466.682,293.339L466.109,293.988L459.658,302.097L457.005,305.006L455.559,309.255L454.4,315.649L452.447,321.778L449.468,327.551L448.335,331.968L449.064,334.866L448.495,339.461L446.623,345.669L446.159,350.431L447.231,353.584ZM157.924,411.064L156.186,414.978L154.585,410.936L152.112,407.186L151.947,404.089L152.061,403.274L155.157,405.948ZM3111.95,3163.099L3108.094,3165.737L3105.253,3164.879L3101.907,3161.127L3101.062,3156.307L3099.656,3152.811L3093.362,3148.576L3095.125,3143.542L3099.928,3145.963L3101.506,3145.488L3107.244,3146.107L3108.509,3151.763L3109.522,3153.21L3110.056,3159.234ZM4196.754,3343.713L4188.136,3352.713L4180.78,3356.491L4162.837,3359.166L4156.173,3357.362L4142.985,3348.978L4141.485,3343.966L4140.858,3333.701L4148.442,3324.358L4159.531,3318.653L4165.356,3317.575L4176.375,3322.607L4189.359,3326.719L4195.36,3337.823ZM-2736.871,437.47L-2739.563,439.125L-2740.842,438.435L-2740.139,435.193L-2745.774,428.699L-2744.739,426.178L-2744.037,425.38L-2738.307,426.193L-2740.562,421.66L-2740.401,419.107L-2736.514,410.711L-2734.344,409.484L-2732.319,410.064L-2730.406,412.182L-2729.188,417.998L-2729.798,423.332L-2729.044,424.434L-2729.506,425.529L-2732.134,426.644L-2732.496,429.85L-2733.167,431.599ZM-2679.145,358.385L-2683.271,354.037L-2685.43,350.517L-2682.98,347.419L-2679.138,347.016L-2676.96,343.424L-2674.546,342.717L-2672.036,343.348L-2671.591,347.249L-2673.601,349.534L-2674.472,352.819L-2673.083,363.815ZM-2697.071,355.106L-2701.525,353.36L-2702.197,351.275L-2700.1,346.329L-2690.918,337.073L-2688.493,336.84L-2687.256,337.059L-2685.081,342.444L-2685.109,345.3L-2684.578,347.958L-2687.226,348.371L-2694.376,354.9ZM-2690.472,373.716L-2692.358,371.625L-2692.799,370.304L-2690.521,368.037L-2687.362,368.409L-2686.11,369.09L-2686.943,372.128L-2688.217,373.847ZM-3038.675,1169.668L-3037.671,1169.953L-3035.831,1171.289L-3034.457,1172.756L-3029.02,1171.942L-3023.39,1173.692L-3005.943,1169.493L-2998.673,1167.821L-2995.799,1165.716L-2989.75,1161.523L-2984.673,1153.984L-2982.204,1152.868L-2969.154,1151.149L-2962.633,1149.518L-2958.858,1146.237L-2955.634,1144.388L-2954.854,1142.435L-2955.678,1140.795L-2954.255,1135.512L-2952.766,1131.382L-2953.382,1125.026L-2952.787,1119.645L-2950.066,1108.969L-2945.851,1105.9L-2945.664,1103.328L-2945.477,1100.757L-2943.561,1099.255L-2940.235,1094.335L-2937.29,1089.48L-2935.058,1086.788L-2929.802,1083.64L-2925.655,1078.555L-2924.319,1074.924L-2920.869,1070.797L-2917.139,1067.891L-2914.051,1067.362L-2911.909,1064.759L-2899.286,1062.95L-2891.198,1062.719L-2884.701,1063.381L-2879.482,1064.354L-2864.049,1057.689L-2857.194,1056.777L-2853.721,1059.372L-2847.018,1085.251L-2840.25,1093.908L-2829.917,1114.675L-2830.752,1126.915L-2828.537,1150.728L-2825.044,1160.94L-2827.788,1163.966L-2833.771,1166.853L-2825.413,1167.397L-2824.774,1180.504L-2825.825,1185.535L-2829.319,1193.325L-2833.729,1196.199L-2836.511,1197.135L-2838.079,1198.394L-2833.916,1198.539L-2831.278,1198.053L-2827.03,1194.72L-2820.822,1191.572L-2818.445,1193.794L-2819.414,1198.457L-2827.796,1214.292L-2828.853,1218.142L-2832.095,1222.649L-2834.114,1224.065L-2835.44,1226.022L-2837.728,1225.537L-2843.305,1224.018L-2847.77,1225.093L-2851.239,1226.716L-2855.204,1226.35L-2859.621,1226.432L-2862.039,1227.611L-2865.48,1227.019L-2868.346,1228.953L-2881.738,1232.378L-2887.529,1234.103L-2894.562,1235.188L-2897.786,1234.968L-2902.697,1234.863L-2906.671,1236.311L-2909.631,1239.243L-2914.764,1240.897L-2918.742,1242.961L-2922.052,1243.115L-2935.886,1248.027L-2939.332,1251.111L-2942.417,1251.961L-2949.913,1253.394L-2954.712,1254.042L-2960.385,1252.413L-2966.527,1250.607L-2970.326,1251.506L-2974.296,1250.066L-2976.247,1248.218L-2978.44,1244.108L-2982.416,1239.238L-2984.672,1237.375L-2984.52,1235.049L-2983.128,1230.903L-2983.209,1226.942L-2985.303,1226.17L-2990.19,1224.986L-2994.61,1222.726L-2996.545,1219.935L-3000.326,1213.343L-3001.941,1210.25L-3001.312,1208.413L-3001.226,1206.787L-3002.695,1206.029L-3005.719,1205.827L-3009.284,1205.212L-3014.244,1204.07L-3024.164,1201.147L-3027.191,1200.622L-3028.099,1198.09L-3030.006,1194.656L-3032.692,1191.651L-3036.312,1183.076L-3037.947,1177.863L-3037.271,1174.167L-3038.237,1171.399Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M591.817,-36.497L592.007,-31.671L591.381,-30.23L590.443,-29.277L587.75,-28.259L585.463,-26.759L583.403,-24.27L582.838,-20.837L584.49,-18.397L587.574,-17.176L588.537,-12.384L586.069,-9.964L579.856,-7.419L579.353,-1.746L579.698,2.733L579.705,5.975L579.356,10.475L574.258,12.629L570.686,5.919L570.608,3.179L569.431,0.053L569.256,-2.687L567.953,-6.975L563.004,-8.009L561.131,-8.129L558.493,-7.318L557.897,-7.554L554.523,-13.468L554.969,-20.052L553.237,-23.345L552.913,-24.836L552.977,-26.503L551.585,-27.807L549.816,-28.521L548.968,-32.169L550.895,-33.123L555.569,-32.804L557.022,-33.087L558.268,-33.865L561.905,-40.035L561.774,-41.366L562.118,-43.124L566.162,-43.897L568.065,-41.616L567.882,-37.777L568.208,-33.037L570.775,-31.777L571.755,-31.556L572.62,-35.165L573.343,-36.936L574.282,-37.965L574.569,-41.225L573.927,-43.206L572.626,-44.583L577.134,-48.81L581.847,-52.138L584.635,-52.404L587.456,-51.757L590.099,-50.773L591.581,-49.913L592.412,-48.444L590.814,-44.795L590.405,-42.861ZM515.644,11.112L515.247,11.113L513.46,10.702L512.268,9.708L508.995,10.375L504.627,12.032L502.245,11.942L500.366,10.191L492.648,7.654L491.362,7.394L486.212,7.263L485.957,3.272L485.395,0.44L483.668,-3.82L486.339,-4.788L485.937,-13.108L485.004,-17.445L477.725,-21.95L471.937,-26.289L473.546,-40.754L474.191,-44.577L472.101,-52.199L472.543,-60.95L473.64,-74.621L475.46,-75.175L476.793,-75.07L481.809,-72.493L483.905,-72.216L485.311,-70.029L487.02,-69.092L488.286,-71.416L488.802,-75.419L492.844,-80.562L495.707,-82.463L497.61,-83.371L499.498,-81.273L501.009,-78.927L501.408,-84.022L502.577,-93.797L498.809,-95.401L495.687,-94.081L492.617,-87.917L489.798,-80.087L485.324,-79.465L481.777,-77.254L478.575,-79.637L476.516,-81.674L476.562,-84.598L477.064,-86.428L480.847,-92.726L486.016,-98.767L491.007,-98.633L494.694,-100.528L496.954,-100.765L503.727,-100.318L507.304,-101.65L510.406,-104.494L517.214,-116.314L521.013,-121.275L528.634,-123.094L535.632,-128.874L537.672,-128.986L534.385,-124.667L533.847,-123.068L533.505,-120.55L535.907,-115.052L535.484,-111.697L535.756,-105.171L533.544,-101.712L530.989,-94.406L529.867,-93.308L529.763,-84.864L530.069,-82.778L529.766,-75.09L532.47,-71.946L535.258,-70.31L544.709,-70.534L545.688,-69.215L546.974,-66.818L546.186,-62.714L545.184,-59.692L542.538,-57.062L539.01,-55.09L536.798,-54.976L533.773,-58.608L532.345,-57.424L530.924,-55.49L528.516,-45.545L527.415,-38.786L526.838,-38.197L525.376,-39.185L522.953,-39.251L519.956,-37.651L521.517,-36.243L523.183,-33.755L522.511,-32.501L519.795,-31.154L517.471,-28.479L516.407,-26.393L513.389,-23.971L511.538,-20.889L512.424,-17.062L512.821,-13.735L513.712,-9.994L512.932,-7.082L509.193,-2.838L507.81,0.902L510.971,0.818L513.046,1.646L514.234,2.724L515.425,4.3L514.639,6.213ZM540.002,-26.69L541.21,-24.21L542.66,-18.906L545.012,-12.954L544.071,-10.443L544.812,-7.295L544.179,-3.875L539.898,0.015L534.865,0.248L529.713,-1.525L522.39,-5.125L521.787,-7.117L520.797,-8.192L518.802,-14.337L518.865,-21.992L522.474,-22.927L530.349,-26.571L532.11,-26.09L534.083,-24.198L536.329,-24.142L539.414,-26.848ZM560.22,7.357L565.251,10.224L568.519,9.97L570.734,11.071L571.385,12.963L571.706,17.191L569.353,18.504L566.753,18.16L563.208,19.829L551.415,13.198L551.5,7.464L551.852,5.213L557.381,4.514ZM543.088,14.425L541.899,14.693L540.154,10.898L539.938,9.655L541.883,7.133L543.027,4.29L546.216,-0.085L548,-5.188L548.691,-5.118L547.986,-0.532L543.944,12.086ZM592.764,2.762L591.804,3.548L587.53,3.126L582.899,6.616L581.083,5.68L581.703,3.497L582.172,2.733L583.721,1.765L584.761,0.398L585.083,-1.692L586.111,-0.565L589.087,-0.258L590.494,0.355L591.718,1.306ZM594.805,-27.533L592.349,-25.436L591.761,-25.496L590.773,-28.29L592.072,-30.007L592.795,-31.452L593.378,-31.475L594.22,-29.926ZM536.171,9.872L534.293,10.393L532.199,9.419L528.692,5.466L528.287,4.473L530.074,5.121L532.373,7.174L534.161,7.57L536.66,9.284ZM524.455,8.159L521.585,8.843L520.191,7.687L517.415,7.284L516.498,-0.108L516.694,-0.525L518.078,-0.031L522.74,3.352L524.348,7.08ZM538.909,-35.002L538.436,-34.079L536.772,-34.973L536.538,-38.052L537.082,-40.892L536.372,-43.382L537.124,-44.976L539.595,-41.26L540.299,-39.521L539.457,-37.425ZM549.549,-105.817L548.443,-104.707L544.847,-106.231L546.402,-108.435L550.317,-109.599L552.572,-109.311L550.088,-106.999ZM662.207,-3.734L661.28,-2.835L656.648,-3.927L650.909,-6.872L651.363,-13.402L652.546,-16.315L663.064,-9.713L663.359,-6.984Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M795.79,246.955L795.029,247.129L793.355,248.074L791.071,248.593L788.638,248.796L786.907,250.24L785.379,252.489L783.662,254.095L782.818,255.517L782.414,256.889L776.522,261.279L775.808,262.932L775.378,265.133L775.361,268.034L775.196,270.619L774.348,272.12L771.024,273.641L770.195,274.31L769.779,275.68L767.992,277.941L765.962,280.061L762.062,282.705L757.771,283.809L751.885,283.66L748.451,283.174L746.863,284.24L744.905,287.324L743.025,292.466L742.368,296.249L741.48,295.259L739.648,291.465L738.032,291.122L735.871,290.993L734.249,290.565L730.565,288.589L728.714,288.095L726.684,288.113L724.784,289.604L723.465,291.29L718.868,291.69L713.759,291.381L706.052,286.814L704.254,286.876L702.259,287.283L699.029,286.299L692.62,283.407L689.659,282.886L687.902,283.429L686.391,284.282L685.173,284.536L684.419,283.435L682.09,282.281L679.733,282.283L679.12,283.151L678.965,290.588L678.363,293.27L675.215,293.404L674.176,294.711L671.947,298.49L671.608,301.894L667.286,301.518L665.223,301.073L663.453,301.68L661.544,303.696L656.012,303.869L651.554,303.061L649.394,298.899L647.271,297.289L644.717,295.949L643.8,295.67L642.214,293.449L639.479,290.712L635.015,286.991L631.665,287.327L630.385,286.402L629.752,284.95L628.289,282.55L626.637,280.818L624.708,280.251L621.926,278.157L618.031,273.556L614.545,270.332L611.436,270.548L609.363,268.904L607.158,266.688L605.516,264.529L602.975,259.191L601.198,256.211L599.801,254.369L598.197,252.863L597.599,251.649L599.366,248.698L599.971,247.192L600.7,246.093L601.096,244.924L601.064,244.101L599.306,241.283L597.034,239.307L593.669,237.368L591.494,234.806L590.536,232.449L590.273,231.139L588.793,229.458L587.613,226.859L587.561,225.295L587.763,224.793L588.853,224.757L590.09,225.787L591.91,227.867L593.435,230.782L594.268,229.598L595.681,226.331L598.491,222.599L601.243,220.432L603.849,220.164L606.003,219.499L607.699,218.357L610.871,218.635L613.188,219.276L613.822,218.836L614.717,216.899L615.186,215.228L620.14,214.092L621.724,210.799L622.595,210.84L623.763,210.288L624.678,209.006L625.737,208.458L626.528,209.079L627.628,209.354L628.674,208.558L630.112,204.853L630.952,204.315L635.245,203.51L641.069,201.043L643.983,198.978L646.838,197.821L649.851,195.743L654.806,193.705L654.975,192.951L652.604,191.28L651.673,190.18L651.061,188.978L651.845,187.691L652.893,187.214L654.319,187.621L658.558,188.18L659.787,188.845L660.339,190.709L661.521,192.285L662.398,192.476L662.258,195.294L663.621,196.279L665.616,196.973L666.898,196.721L667.79,195.504L668.063,194.742L670.636,194.401L673.139,193.069L673.215,191.08L672.86,187.551L673.034,186.96L677.081,187.747L681.168,189.02L681.973,192.598L683.177,194.245L684.592,195.793L685.833,196.444L687.887,196.371L693.442,198.09L696.063,198.296L698.878,199.558L701.164,200.944L702.912,201.048L703.811,202.711L704.872,203.698L706.532,202.731L712.907,200.946L715.427,202.38L717.092,203.971L717.352,204.445L716.732,206.072L716.401,207.259L715.816,208.055L713.613,209.075L712.542,210.574L711.686,212.054L712.465,213.475L714.395,214.301L715.72,214.433L716.248,215.462L720.779,219.611L724.697,225.296L725.987,226.171L727.312,226.215L728.545,225.274L729.998,223.153L731.828,221.575L733.392,220.682L736.065,218.772L736.072,217.696L733.297,213.905L731.576,210.757L731.847,210.152L734.929,210.355L740.309,211.655L748.815,216.686L750.228,216.542L753.003,215.76L755.95,214.542L757.25,213.329L757.836,213.682L758.608,216.831L758.028,218.632L754.507,220.74L754.81,221.537L755.91,222.582L757.622,223.148L759.8,224.99L761.47,227.215L762.785,228.152L764.157,228.585L767.291,226.92L768.166,225.83L768.413,225.058L769.086,225.15L770.412,226.164L770.82,226.865L774.132,227.823L776.172,229.253L777.457,229.854L778.685,228.969L783.971,229.689L785.515,230.588L786.162,232.337L785.958,233.439L787.168,236.2L794.443,242.223L795.513,245.578Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M644.405,449.874L645.699,451.701L654.669,453.522L656.407,452.435L657.513,450.806L657.457,449.82L658.154,449.45L661.35,450.831L663.834,450.272L667.89,449.944L670.771,450.014L672.609,448.744L674.967,444.389L675.766,441.947L676.801,441.303L677.655,441.577L678.255,443.434L679.808,445.229L682.748,448.003L684.871,449.262L686.701,449.715L688.287,448.368L690.174,447.907L695.47,449.842L699.798,449.941L702.936,448.553L702.45,446.856L701.123,445.139L700.751,443.352L700.874,441.775L702.9,440.056L702.732,439.408L699.909,436.813L699.979,436.148L705.561,432.593L711.119,430.43L711.846,429.053L712.283,427.038L712.221,423.246L711.627,420.239L709.16,417.544L708.927,416.077L709.283,414.564L710.115,413.096L712.306,412.345L714.816,411.154L716.84,409.835L719.47,408.712L721.594,407.215L723.446,403.923L724.694,403.322L728.717,403.392L729.474,402.583L728.616,398.116L729.219,396.908L730.565,396.13L731.1,395.506L734.651,395.688L737.56,396.585L739.373,397.082L745.526,399.822L749.848,403.053L752.466,406.937L755.82,409.755L759.799,411.6L763.158,414.328L765.773,417.871L769.173,419.678L773.236,419.759L775.842,420.73L777.135,422.829L779.578,424.476L783.072,425.844L788.265,426.278L798.23,425.426L799.058,425.332L801.37,425.65L803.898,424.699L806.929,422.942L807.78,422.015L810.568,417.215L812.503,417.401L816.09,416.394L818.211,415.144L818.329,415.13L818.349,416.288L818.349,418.277L816.746,419.878L818.911,422.933L821.318,427.947L820.568,430.69L821.991,432.507L825.611,433.557L825.919,434.1L824.92,434.803L824.299,436.62L824.687,439.805L827.904,442.396L834.205,444.432L836.163,444.601L837.013,445.572L838.06,446.186L838.76,446.926L839.024,448.054L838.64,448.85L835.806,449.457L832.582,449.861L830.152,448.836L830.153,449.83L830.165,450.907L828.105,451.907L830.247,459.439L830.039,461.704L829.289,462.543L828.529,462.304L827.559,462.34L827.169,463.134L827.729,464.724L825.587,465.151L822.005,464.753L820.148,463.483L819.723,461.958L819.558,460.569L818.197,458.327L815.163,456.282L809.249,456.556L807.01,456.068L804.753,455.414L802.286,455.031L800.021,455.368L797.461,456.315L792.556,455.778L791.151,457.338L788.932,459.233L786.774,459.464L782.304,456.129L781.081,456.009L777.684,458.265L776.255,458.495L775.118,458.032L770.178,457.043L767.998,457.013L766.387,457.834L763.56,457.368L756.138,453.039L752.305,457.203L743.481,457.104L741.192,459.87L738.628,465.055L736.432,467.643L734.311,466.918L731.725,464.992L726.941,459.861L724.695,458.975L722.158,458.936L720.055,459.767L718.948,461.013L718.754,469.121L718.482,476.327L718.829,480.676L723.983,484.224L730.241,490.564L732.129,491.231L733.167,493.374L734.993,499.004L737.01,505.361L740.309,509.375L743.263,512.175L746.684,514.601L751.11,518.503L754.842,522.795L755.861,524.438L762.831,529.993L769.714,535.624L775.608,537.281L776.587,538.343L777.069,543.182L777.868,544.925L782.088,549.555L790.543,556.146L791.593,557.777L791.97,558.981L791.575,560.018L789.686,561.209L787.957,560.31L780.011,553.824L772.73,549.906L764.106,542.124L753.411,539.724L745.911,536.59L741.765,537.531L737.048,539.094L734.214,539.416L732.053,538.852L730.381,536.675L730.479,534.848L730.042,532.569L725.547,529.133L719.601,525.971L713.962,521.782L702.381,510.175L699.892,506.309L701.912,505.419L703.498,505.304L705.266,504.348L708.192,504.129L711.668,504.692L708.422,502.295L704.451,499.949L693.981,490.218L690.736,485.574L690.005,480.261L690.23,472.984L688.189,467.927L680.291,461.692L677.304,458.34L671.784,456.629L669.28,456.95L668.003,459.666L667.278,465.565L662.921,473.493L661.43,476.961L659.14,481.381L656.983,481.833L655.63,481.496L651.249,474.482L647.096,469.099L646.481,466.577L645.948,463.308L642.459,451.622ZM757.164,561.65L763.639,562.374L768.31,561.268L772.624,561.68L775.393,562.984L776.089,563.661L772.606,564.085L768.679,563.801L764.462,565.776L760.519,565.316L758.931,564.469L757.821,563.329ZM775.359,553.707L772.923,554.443L757.609,555.564L753.046,554.987L747.851,552.885L746.668,552.245L751.69,551.053L756.348,551.375L758.004,553.044L770.684,553.336ZM760.562,548.253L755.116,548.839L750.331,548.444L747.845,547.175L747.983,545.922L748.544,543.803L753.762,543.582L761.942,544.315L763.961,545.864L763.536,546.649ZM704.227,515.243L704.96,516.841L700.448,514.031L698.704,512.009L698.273,511.131ZM686.96,472.961L682.929,474.221L680.882,472.541L680.304,471.094L676.781,470.828L674.604,468.904L674.186,468.024L676.924,465.54L678.246,461.743L680.311,463.835L682.991,467.865L684.39,468.926ZM688.389,483.26L689.376,485.255L686.102,483.58L683.271,483.026L682.574,481.67L682.86,480.496L683.388,479.306L685.573,479.325L686.013,480.45ZM701.813,502.372L701.056,503.748L698.691,501.524L696.626,500.02L695.032,498.233L692.064,495.964L690.899,493.238L686.389,487.851L685.558,486.339L687.893,488.492L689.691,489.855L691.169,490.084L695.061,493.444L699.04,497.866L703.592,501.581L702.63,501.817ZM703.365,521.996L703.904,522.618L703.817,523.12L702.05,522.587L701.571,522.787L692.508,513.022L691.516,511.108L694.616,513.288ZM709.316,519.078L711.913,522.434L709.648,521.862L707.274,519.809L705.755,517.608ZM677.196,488.702L677.069,490.525L674.862,488.354L673.509,484.232L670.554,477.652L670.076,475.785L671.285,473.813L671.168,471.924L669,466.12L670.386,465.127L671.336,464.903L671.953,468.988L672.944,471.318L675.534,474.042L675.354,478.837L676.27,485.626L676.849,487.074ZM791.393,569.158L796.352,571.873L782.05,569.119L783.632,568.544L785.122,568.31ZM821.232,575.855L821.438,577.658L823.043,579.467L824.678,581.521L817.777,577.826L811.206,573.499L798.746,567.056L790.187,566.049L778.212,560.965L770.65,559.469L773.464,558.699L776.699,558.38L794.983,564.884L792.756,562.879L795.161,561.797L797.34,562.147L799,564.707L801.938,566.216L806.645,568.857L809.656,570.932L816.395,574.578L817.962,574.982Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M841.806,526.889L840.802,526.848L839.131,527.47L837.962,528.112L836.15,527.587L834.245,527.321L833.596,528.147L833.406,529.665L834.822,532.066L837.407,535.82L837.531,538.877L835.841,539.416L834.052,537.059L832.645,536.814L831.173,537.074L828.067,540.433L825.771,543.278L825.354,545.07L824.585,547.07L824.5,548.491L825.161,553.063L820.527,554.348L819.609,555.118L819.272,556.568L820.323,562.424L821.055,565.495L824.244,570.109L824.54,571.57L824.289,572.678L822.63,574.78L821.839,575.619L821.232,575.855L817.962,574.982L816.395,574.578L809.656,570.932L806.645,568.857L801.938,566.216L799,564.707L797.34,562.147L795.161,561.797L792.756,562.879L789.686,561.209L791.575,560.018L791.97,558.981L791.593,557.777L790.543,556.146L782.088,549.555L777.868,544.925L777.069,543.182L776.587,538.343L775.608,537.281L769.714,535.624L762.831,529.993L755.861,524.438L754.842,522.795L751.11,518.503L746.684,514.601L743.263,512.175L740.309,509.375L737.01,505.361L734.993,499.004L733.167,493.374L732.129,491.231L730.241,490.564L723.983,484.224L718.829,480.676L718.482,476.327L718.754,469.121L718.948,461.013L720.055,459.767L722.158,458.936L724.695,458.975L726.941,459.861L731.725,464.992L734.311,466.918L736.432,467.643L738.628,465.055L741.192,459.87L743.481,457.104L752.305,457.203L756.138,453.039L763.56,457.368L766.387,457.834L767.998,457.013L770.178,457.043L775.118,458.032L776.255,458.495L777.684,458.265L781.081,456.009L782.304,456.129L786.774,459.464L788.932,459.233L791.151,457.338L792.556,455.778L797.461,456.315L800.021,455.368L802.286,455.031L804.753,455.414L807.01,456.068L809.249,456.556L815.163,456.282L818.197,458.327L819.558,460.569L819.723,461.958L820.148,463.483L822.005,464.753L825.587,465.151L827.729,464.724L828.92,464.496L831.76,462.819L835.148,461.651L837.77,462.152L839.062,462.735L839.437,463.767L839.181,467.533L838.231,471.636L836.463,476.089L834.526,480.23L834.175,482.347L834.458,485.631L834.408,488.21L834.953,489.636L835.843,490.854L838.755,491.487L842.604,493.66L846.188,496.609L850.562,499.867L851.97,501.18L852.16,502.651L851.211,503.936L847.85,504.783L844.272,504.906L842.89,504.748L841.721,505.31L840.98,506.316L841.591,507.236L845.72,511.449L850.858,517.605L851.471,520.434L851.263,522.704L850.479,524.383L848.606,524.372L847.099,523.318L845.145,523.647L843.589,524.175Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M352.687,169.794L354.954,171.103L356.963,171.484L357.955,171.053L357.504,168.13L359.303,166.758L361.159,166.134L361.932,167.423L363.557,168.766L364.936,168.935L368.757,165.863L369.462,166.567L370.244,167.771L370.296,168.683L370.45,169.685L371.171,170.141L374.057,170.146L375.547,168.414L376.784,167.328L377.589,168.2L377.893,170.366L378.477,173.291L381.715,176.693L384.552,177.756L388.114,177.283L389.533,176.778L390.469,177.322L391.237,179.095L393.175,181.092L397.39,182.702L398.747,183.51L399.543,184.868L399.239,186.753L396.979,191.269L396.589,192.654L396.892,193.081L396.418,193.966L393.577,196.882L393.305,198.024L394.083,199.796L394.766,201.315L396.35,202.135L397.851,202.454L400.656,202.667L403.677,202.887L404.069,203.813L407.313,206.431L408.311,208.454L410.72,210.535L408.558,212.836L408.835,214.003L409.55,215.106L412.238,215.877L413.588,217.499L413.597,219.974L413.983,223.948L408.142,227.748L406.316,232.04L406.167,232.94L405.956,232.766L405.36,231.339L404.267,231.291L402,230.53L398.423,234.407L396.735,237.627L395.741,240.054L394.329,241.966L394.01,244.012L394.077,244.922L393.581,246.053L393.526,247.204L395.288,249.597L395.777,250.94L397.902,255.161L397.056,256.688L396.43,258.225L395.709,259.428L394.899,260.131L392.468,259.932L389.344,260.274L387.2,260.991L386.092,260.934L383.985,258.764L381.712,255.594L380.135,254.026L379.543,252.674L377.584,252.073L374.914,250.358L373.023,248.602L371.432,247.438L369.149,246.811L367.273,246.783L366.779,243.949L366.75,240.729L365.342,238.499L368.033,230.243L366.771,229.342L365.31,229.915L363.217,231.851L362.085,234.175L361.411,236.196L357.889,237.956L352.467,238.349L346.704,237.221L345.861,236.668L345.572,236.07L345.622,235.331L346.03,234.203L347.22,232.88L347.573,230.922L346.592,229.204L345.981,228.502L346.421,226.88L347.326,224.878L347.513,223.734L343.841,219.847L341.059,218.99L338.236,218.705L336.199,218.144L334.991,218.221L334.048,219.143L333.014,219.81L332.428,218.857L331.701,212.523L330.793,211.545L327.296,210.204L322.56,209.42L321.352,208.167L320.817,205.313L320.655,201.91L319.3,198.492L318.612,197.61L317.325,196.098L314.692,196.461L311.515,198.098L309.748,198.445L308.972,198.627L306.763,196.534L304.32,193.426L302.437,190.198L302.052,188.425L302.878,186.429L302.265,184.802L301.342,181.822L301.219,179.576L314.835,172.723L322.953,169.25L326.778,168.313L327.307,172.492L327.951,173.867L328.741,174.756L329.903,175.011L331.26,174.123L333.262,173.2L336.213,173.918L338.381,175.071L339.056,176.113L340.48,177.209L342.493,177.602L346.794,176.004L350.938,173.479L352.138,171.576Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.915,370.307L512.57,364.546L513.026,361.008L510.718,358.872L509.796,358.297L510.602,357.803L513.828,358.21L515.898,356.971L517.046,355.816L519.928,356.957L524.086,359.157L526.171,360.624L526.986,361.77L527.455,362.754L527.236,364.401L528.165,365.052L530.131,365.283L531.521,365.764L531.079,367.99L530.979,369.8L532.828,369.537L535.128,368.115L536.951,365.628L537.962,363.148L538.816,357.297L539.041,356.801L540.428,357.277L546.066,356.871L548.732,357.982L552.997,358.076L552.898,358.982L553.731,360.449L555.614,362.471L556.562,363.77L558.529,363.979L561.516,363.178L563.231,362.401L563.934,362.879L566.693,362.323L569.076,360.622L569.621,359.292L572.134,358.325L575.305,356.186L579.865,354.497L594.758,352.302L595.287,350.967L594.955,348.015L595.4,347.588L597.261,348.264L600.383,348.81L602.719,349.794L604.264,351.135L605.643,351.082L607.79,350.092L610.633,349.319L613.447,350.603L614.316,352.131L613.891,352.972L613.943,354.205L614.905,355.153L617.165,356.785L620.109,358.138L621.599,357.907L621.997,356.489L622.42,353.094L622.485,349.468L621.704,347.444L620.19,347.018L618.348,346.935L617.298,346.569L617.592,345.403L618.951,342.379L618.781,338.516L615.273,334.14L612.242,329.986L612.181,328.506L613.78,325.886L616.306,323.719L621.946,320.09L623.844,319.344L626.084,318.662L629.417,317.101L631.044,315.538L631.989,314.008L633.161,305.792L633.596,305.441L634.022,304.924L640.033,307.412L640.575,306.971L641.564,306.424L643.365,304.183L643.617,302.603L643.446,299.481L643.513,296.592L643.8,295.67L644.717,295.949L647.271,297.289L649.394,298.899L651.554,303.061L656.012,303.869L661.544,303.696L663.453,301.68L665.223,301.073L667.286,301.518L671.608,301.894L671.947,298.49L674.176,294.711L675.215,293.404L678.363,293.27L678.965,290.588L679.12,283.151L679.733,282.283L682.09,282.281L684.419,283.435L685.173,284.536L686.391,284.282L687.902,283.429L689.659,282.886L692.62,283.407L699.029,286.299L702.259,287.283L704.254,286.876L706.052,286.814L713.759,291.381L718.868,291.69L723.465,291.29L724.784,289.604L726.684,288.113L728.714,288.095L730.565,288.589L734.249,290.565L735.871,290.993L738.032,291.122L739.648,291.465L741.48,295.259L742.368,296.249L742.19,296.762L742.242,298.493L741.222,300.905L740.255,303.889L740.502,306.511L744.741,315.117L748.322,320.227L749.089,322.219L751.171,323.587L749.439,325.822L749.384,328.804L748.372,330.224L748.188,331.895L748.795,333.407L748.985,335.372L749.924,337.926L747.008,338.785L743.57,339.029L742.328,339.312L741.14,340.167L739.958,339.863L736.531,337.701L734.65,337.294L733.409,337.572L732.59,338.72L731,340.266L729.601,341.382L730.024,342.253L736.864,343.866L738.326,347.202L737.319,350.103L736.987,351.538L735.475,352.749L733.724,353.898L731.446,354.349L731.347,355.845L732.547,360.198L731.943,361.243L731.374,362.697L732.394,366.323L733.803,366.445L734.223,367.233L734.124,368.729L733.916,370.317L733.606,372.079L733.44,372.837L732.55,373.329L729.515,373.348L727.092,375.045L722.418,380.564L720.634,381.622L718.827,383.836L719.318,388.335L719.119,388.765L718.727,389.705L712.419,388.651L712.186,388.669L708.15,389.567L705.515,391.918L702.1,393.335L694.809,393.219L687.857,394.542L686.261,395.231L684.419,395.771L682.861,397.033L681.925,398.828L680.43,401.073L677.966,402.969L675.355,404.46L674.837,405.565L673.936,406.2L672.357,405.478L671.188,405.635L669.626,405.156L664.662,404.887L659.088,404.232L656.45,403.397L653.476,402.826L650.274,402.346L647.335,402.342L645.915,402.172L639.032,400.885L634.454,400.949L628.448,400.579L616.624,398.553L613.072,397.713L609.783,397.516L605.887,396.762L602.911,395.474L600.825,392.834L598.712,389.288L594.937,384.727L594.042,382.37L595.135,380.275L596.246,378.755L596.105,378.02L595.165,377.723L588.728,379.992L582.527,382.731L580.087,382.883L577.744,382.371L574.602,382.373L571.478,383.11L565.437,383.663L561.867,385.55L559.728,389.297L558.503,392.283L557.47,393.208L555.373,393.576L552.098,393.387L549.865,392.601L547.607,390.086L543.986,389.809L540.719,389.77L539.897,389.287L539.994,387.722L538.675,384.612L536.453,383.65L531.034,389.543L529.522,390.05L525.079,388.519L521.219,386.072L520.862,384.264L520.156,382.704L516.895,381.318L512.941,380.422L511.662,380.424L512.126,379.519L512.589,378.037L512.239,376.886L511.309,375.653L510.844,374.337L510.728,373.021L510.379,372.034L510.263,371.047Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003c/g\u003e\u003cg fill=\"none\" stroke=\"var(--heritage-country-stroke)\" stroke-opacity=\"0.38\" stroke-width=\"0.55\" stroke-linejoin=\"round\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003cpath d=\"M613.107,623.193L612.727,623.289L612.721,623.124L612.712,622.877L613.094,622.862Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M151.286,135.977L148.878,137.604L141.632,138.456L138.36,140.017L132.353,143.718L131.338,143.969L123.631,141.513L118.741,134.657L115.491,131.586L113.976,130.989L112.278,131.448L108.692,131.575L105.249,130.883L107.518,128.435L110.195,127.314L105.051,125.315L103.629,124.224L102.293,122.056L98.179,120.979L96.109,121.106L92.206,122.994L86.385,124.688L80.616,119.743L79.673,117.884L80.272,114.721L79.814,112.029L78.203,110.882L81.103,108.071L84.213,106.391L90.631,105.324L100.767,101.979L106.229,100.698L111.647,97.803L114.009,95.871L116.01,92.951L118.018,89.36L120.627,86.543L118.804,85.47L118.294,82.947L119.015,80.639L120.205,78.665L119.959,75.852L119.015,72.832L119.489,70.732L120.21,68.423L116.616,67.957L112.819,68.037L109.266,69.08L105.708,70.704L102.881,70.609L103.208,68.819L104.832,66.846L108.549,64.327L112.474,62.345L114.057,60.528L115.378,58.411L117.435,56.844L122.51,54.127L131.586,51.671L132.942,51.651L136.196,52.709L139.529,52.684L142.607,51.688L145.593,51.848L151.288,57.059L150.402,50.373L153.47,49.362L156.696,55.751L158.124,56.566L161.496,56.262L160.334,55.073L158.93,54.766L157.137,53.642L155.921,51.519L154.132,45.275L154.889,41.874L157.179,38.552L159.726,35.521L158.226,34.609L157.02,33.156L157.261,29.753L158.224,26.97L162.141,24.913L163.766,21.143L164.955,16.882L164.671,14.821L161.14,14.592L159.317,15.138L157.613,16.206L156.035,15.865L152.558,10.335L150.677,6.323L147.604,-2.016L147.786,-6.699L152.873,-15.948L159.303,-21.366L165.917,-22.56L164.812,-23.16L155.258,-24.815L151.901,-24.535L148.542,-22.49L146.742,-21.954L145.039,-21.992L143.152,-20.967L141.375,-19.419L139.513,-18.562L136.341,-19.452L134.704,-19.318L133.815,-20.571L133.239,-22.444L132.042,-23.078L130.587,-22.831L127.344,-21.048L124.16,-20.188L120.909,-22.298L116.719,-25.856L115.66,-25.038L114.116,-22.706L112.815,-18.978L110.215,-22.928L108.247,-28.032L107.799,-30.992L108.403,-34.176L110.108,-35.207L111.543,-33.752L115.393,-40.895L122.063,-49.891L124.325,-52.435L126.17,-55.988L126.443,-58.561L125.763,-60.802L122.233,-66.365L122.964,-70.295L124.248,-74.547L125.972,-76.938L126.539,-77.342L132.426,-76.178L130.396,-77.988L126.559,-82.763L126.912,-84.138L128.637,-87.635L128.088,-87.312L126.837,-85.848L124.178,-82.103L122.854,-81.333L119.44,-80.956L118.499,-79.099L117.82,-78.633L116.172,-78.776L115.339,-76.984L114.927,-76.893L114.841,-79.03L115.481,-82.386L116.737,-85.371L118.42,-87.512L124.091,-92.128L121.499,-90.833L115.33,-86.742L112.047,-83.977L111.162,-82.959L110.688,-82.032L110.483,-80.968L110.585,-74.84L109.684,-72.214L101.717,-55.189L100.5,-53.562L99.555,-52.814L98.736,-52.72L96.586,-53.482L95.801,-55.078L96.092,-56.547L97.023,-58.738L100.516,-66.872L101.841,-69.072L103.515,-71.035L106.838,-74.376L106.886,-74.621L104.932,-74.238L104.217,-74.632L103.885,-75.461L106.392,-86.772L108.547,-90.259L110.181,-95.633L112.312,-100.063L114.388,-103.23L116.352,-107.357L118.324,-109.018L119.358,-111.88L121.746,-114.74L123.787,-117.838L122.978,-117.652L112.331,-110.687L109.669,-109.506L106.659,-110.524L104.42,-111.989L102.974,-114.491L102.92,-118.589L100.698,-119.121L98.889,-120.253L98.989,-120.744L101.949,-122.448L106.193,-122.366L110.689,-125.053L107.722,-128.111L108.147,-128.793L111.505,-130.174L116.529,-136.176L118.561,-142.172L117.28,-145.407L117.007,-147.422L113.936,-150.245L113.831,-153.083L114.582,-154.471L115.973,-155.733L117.939,-156.541L120.91,-157.154L118.666,-158.788L118.027,-160.366L117.685,-162.483L117.929,-163.716L120.224,-168.646L121.371,-170.643L123.356,-173.074L129.862,-171.643L130.825,-172.74L131.567,-172.683L134.708,-170.89L134.397,-172.229L130.204,-179.78L129.991,-181.103L132.192,-184.27L132.583,-185.819L132.736,-187.586L133.423,-188.736L135.26,-189.069L140.468,-187.996L141.837,-188.337L141.623,-190.173L140.783,-192.639L140.946,-194.49L141.527,-196.091L142.254,-199.461L142.698,-200.832L144.369,-202.828L145.476,-203.305L146.894,-203.468L149.617,-202.193L150.522,-201.085L151.38,-198.704L152.321,-198.788L156.31,-200.369L157.444,-200.506L158.4,-197.599L164.877,-198.665L173.189,-198.154L178.358,-198.72L183.639,-198.343L188.737,-199.118L193.723,-197.538L193.754,-196.595L193.284,-195.393L191.461,-192.11L191.008,-188.181L190.535,-186.98L189.675,-185.673L187.332,-183.246L181.719,-180.171L171.058,-172.775L164.836,-169.251L163.733,-167.229L162.85,-164.318L165.941,-163.185L167.047,-161.972L166.06,-160.611L160.309,-156.251L158.002,-151.721L161.793,-151.228L164.978,-151.612L171.631,-153.535L177.687,-154.814L180.449,-154.441L185.574,-151.819L186.753,-151.544L189.18,-152.002L191.486,-151.718L207.017,-148.799L211.485,-149.146L214.241,-147.467L216.183,-144.048L217.668,-138.074L217.443,-137.176L215.683,-134.809L212.617,-131.958L209.731,-127.815L208.724,-125.512L207.958,-122.919L206.856,-120.63L200.751,-109.881L195.385,-104.275L192.805,-100.025L189.806,-96.857L187.194,-94.983L184.507,-93.886L177.067,-93.385L174.91,-92.635L172.225,-91.044L169.51,-90.476L172.469,-90.159L175.574,-90.752L180.936,-90.312L186.491,-85.549L185.444,-82.589L182.586,-80.506L176.915,-80.987L170.817,-76.486L168.167,-75.231L165.554,-74.818L162.451,-75.588L156.975,-77.949L154.755,-79.85L156.631,-77.077L158.884,-75.343L173.261,-69.84L174.173,-70.03L179.364,-72.491L185.661,-71.5L196.814,-63.809L199.591,-58.763L203.648,-51.601L205.977,-48.655L207.673,-46.057L208.349,-42.513L209.158,-30.801L210.235,-19.399L212.189,-6.878L213.309,-3.369L215.162,-0.768L225.306,6.124L227.456,8.164L231.051,13.902L234.426,19.937L237.688,24.611L241.368,28.494L239.143,30.057L237.392,32.68L238.025,36.601L239.185,40.419L241.793,46.667L244.057,53.366L243.063,52.245L242.011,51.617L240.383,51.502L238.897,51.069L236.313,48.747L233.896,45.94L228.427,46.249L225.555,45.462L222.934,45.122L227.695,47.158L233.022,48.002L243.559,60.063L246.879,66.796L248.246,75.374L246.164,78.962L243.322,81.041L240.629,83.551L237.994,86.398L244.126,91.798L245.587,91.804L247.208,91.328L248.728,89.923L251.632,86.43L253.015,85.256L257.177,85.23L260.64,85.868L264.041,87.076L267.15,87.165L273.141,89.469L276.072,91.273L283.337,98.667L284.628,102.453L284.989,107.224L284.578,112.416L282.751,117.05L280.759,121.169L279.264,126.581L278.428,128.572L277.336,129.955L272.584,133.95L269.571,135.379L268.495,134.519L267.227,134.468L267.009,135.524L268.035,137.874L267.854,140.595L265.12,142.298L262.4,142.837L258.305,141.312L251.894,144.339L256.006,146.706L256.625,148.851L255.179,152.262L252.353,153.609L249.212,153.92L246.125,153.736L243.482,154.346L240.857,155.703L244.032,155.157L246.056,156.219L247.097,159.327L248.162,160.361L254.074,162.267L257.685,162.663L264.986,162.7L268.376,163.138L269.6,163.763L269.345,166.225L268.174,172.323L267.086,173.454L257.041,177.528L254.615,180.914L253.847,182.986L248.313,182.042L245.493,183.965L240.705,184.995L237.083,186.235L233.409,187.88L230.442,188.109L218.618,184.175L211.192,183.487L200.948,184.317L198.43,183.567L194.944,181.103L191.173,179.176L186.761,177.986L183.069,175.557L185.025,179.493L179.084,182.155L176.528,182.458L173.969,182.008L168.472,182.21L163.619,180.995L164.006,183.552L164.979,185.863L163.881,186.617L162.665,186.687L153.58,183.652L152.137,183.765L150.84,185.067L147.523,183.805L144.596,180.762L141.335,178.497L137.829,177.105L134.785,176.951L122.172,178.895L119.046,182.468L116.926,187.878L114.372,192.546L110.818,195.872L107.382,195.87L104.613,192.634L99.103,188.663L97.313,186.257L96.684,186.062L95.911,186.678L93.391,187.151L90.923,186.71L87.021,186.845L79.937,187.983L76.953,189.108L70.426,192.502L69.015,193.494L66.129,197.561L62.741,197.757L60.373,194.369L57.239,192.676L53.592,193.059L51.156,194.095L50.425,192.692L50.808,190.165L53.987,187.597L61.294,186.66L68.331,181.794L72.015,178.715L73.464,176.891L75.202,175.875L77.109,175.727L78.491,173.637L88.362,166.064L89.475,164.171L90.577,160.516L91.86,157.062L98.956,155.906L103.468,148.917L104.412,148.497L113.942,148.734L120.792,149.986L127.416,152.601L130.879,153.341L134.463,153.342L137.542,151.753L143.469,145.184L146.62,142.343L150.134,139.89L153.494,136.99L159.068,131.505L155.597,133.141ZM120.932,48.89L121.884,49.983L124.944,50.352L123.591,52.132L119.966,53.763L117.363,55.486L114.409,56.808L113.458,54.536L111.925,54.344L110.422,49.951L111.083,44.013L114.285,42.994L118.399,43.816ZM210.722,-224.18L207.968,-224.524L209.824,-227.137L211.618,-227.626L214.744,-226.803L214.022,-225.634ZM256.212,-280.729L255.532,-280.222L253.894,-285.499L256.374,-290.901L258.399,-290.455L258.537,-288.894L258.184,-287.571L257.05,-287.553L256.907,-287.144L256.896,-284.49L256.486,-281.463ZM250.015,-282.693L250.064,-279.261L251.382,-279.934L252.822,-276.398L253.768,-276.268L255.499,-277.402L254.744,-274.424L252.035,-266.154L251.321,-264.799L250.705,-262.233L250.289,-261.777L249.065,-256.733L247.779,-255.116L246.265,-251.226L245.858,-250.856L244.685,-252.642L246.94,-258.65L247.96,-262.184L247.87,-264.077L247.324,-265.863L245.26,-266.237L243.424,-265.726L243.22,-266.781L243.324,-268.136L242.951,-268.616L240.607,-268.864L240.051,-269.286L239.714,-270.618L239.772,-271.637L242.035,-272.084L243.885,-271.479L247.099,-273.081L246.211,-279.884L243.891,-280.812L243.472,-281.557L244.056,-282.588L245.425,-282.994L247.954,-286.066L249.223,-286.402L250.666,-286.116ZM264.475,-294.357L264.397,-293.768L262.657,-289.8L262.456,-288.284L260.513,-288.715L260.228,-289.181L260.202,-291.584L260.796,-294.075L261.142,-294.715L261.772,-294.888L262.301,-294.303L263.491,-295.43L264.002,-295.363ZM192.192,-205.63L190.668,-205.282L189.329,-205.502L187.552,-208.612L187.095,-210.822L187.494,-212.121L188.453,-212.389L190.478,-211.371L191.165,-208.869L191.009,-207.359L191.181,-206.734L192.424,-205.933ZM197.685,-202.184L197.39,-202.061L196.643,-203.118L195.634,-206.521L198.136,-206.715L199.141,-206.128L198.482,-204.869ZM196.7,-216.502L196.245,-215.38L198.11,-215.079L200.616,-213.654L202.279,-213.219L203.415,-211.759L202.335,-209.542L201.338,-209.018L200.434,-209.077L197.601,-211.919L193.168,-211.613L192.333,-212.091L191.895,-212.761L191.853,-213.621L192.126,-215.284L191.941,-215.826L190.171,-214.495L189.488,-214.779L189.256,-215.586L189.34,-217.195L189.876,-219.327L191.284,-222.34L192.898,-222.758L195.131,-221.965L197.415,-219.801L198.038,-218.59L197.891,-217.675ZM205.961,-222.705L203.652,-221.875L202.926,-223.015L203.24,-226.125L200.893,-227.867L199.792,-228.898L199.152,-230.54L199.409,-231.011L201.19,-231.408L203.558,-228.124L204.335,-225.609L206.262,-224.621L206.475,-224.246ZM85.401,-117.058L83.839,-117.043L83.9,-117.798L87.177,-120.441L88.863,-120.602L89.354,-120.159L87.862,-118.592ZM114.271,-55.662L110.906,-56.3L109.83,-56.929L108.608,-58.349L108.219,-65.119L109.234,-67.298L110.107,-68.232L110.949,-69.003L112.842,-69.065L114.329,-67.511L114.781,-66.239L115.383,-61.55L114.961,-57.733ZM104.736,-101.291L93.769,-100.765L90.245,-101.739L90.137,-103.124L91.056,-103.787L94.135,-104.011L96.631,-110.061L92.833,-113.901L92.72,-114.777L93.379,-116.091L93.963,-116.568L96.97,-117.489L98.156,-117.589L99.056,-117.237L100.671,-115.123L102.116,-111.171L104.811,-110.039L106.471,-108.093ZM91.586,-83.684L91.315,-77.449L91.51,-73.502L91.247,-72.196L90.026,-70.573L85.248,-69.079L83.815,-69.372L83.932,-69.943L85.387,-72.195L85.079,-75.062L85.894,-77.106L85.58,-77.51L84.674,-77.441L80.843,-74.744L79.727,-74.634L79.767,-75.306L81.103,-77.921L81.569,-79.696L82.28,-80.74L83.354,-81.624L84.566,-82.225L85.343,-82.15L86.03,-81.159L89.06,-82.921ZM94.666,-77.37L93.996,-76.995L92.68,-77.344L92.369,-78.256L92.314,-79.457L92.742,-81.58L93.814,-82.979L97.688,-84.583L96.334,-85.703L96.354,-86.294L97.694,-88.066L101.969,-90.276L103.028,-90.661L103.958,-90.393L101.014,-85.451ZM113.131,-198.911L108.22,-191.34L107.001,-191.333L105.408,-189.518L101.599,-187.906L104.572,-187.29L105.214,-186.301L104.892,-184.739L104.147,-183.864L99.479,-180.89L96.548,-179.96L92.913,-176.611L91.463,-176.918L89.473,-174.683L88.067,-173.868L87.432,-174.004L86.721,-174.671L85.526,-177.499L89.222,-179.281L89.863,-180.516L92.347,-181.532L92.253,-181.98L89.152,-184.7L88.098,-186.385L88.419,-187.003L90.375,-188.214L89.599,-188.552L89.235,-189.488L88.405,-190.01L88.222,-190.908L88.556,-192.897L89.195,-194.993L90.466,-195.665L91.036,-196.573L91.537,-196.723L92.957,-195.905L94.223,-193.918L96.158,-194.195L98.244,-193.411L98.42,-193.803L97.654,-198.171L98.096,-198.936L99.2,-199.734L104.724,-201.583L111.82,-205.269L113.489,-205.7L113.801,-204.95L113.907,-202.27ZM97.545,-133.147L96.687,-132.725L95.778,-132.997L94.928,-134.025L94.181,-136.484L97.274,-137.47L98.291,-136.323L98.443,-135.182L98.209,-134.035ZM106.248,-158.019L105.724,-155.904L104.767,-153.534L104.877,-150.779L104.603,-148.955L105.573,-148.076L106.051,-147.125L110.638,-145.183L115.214,-144.618L115.881,-143.634L115.732,-142.384L114.736,-141.216L111.759,-139.245L107.927,-135.913L106.839,-135.277L105.805,-135.399L105.24,-135.939L106.103,-143.103L102.696,-142.852L100.041,-143.478L98.735,-144.599L98.059,-146.446L96.915,-151.125L91.313,-154.086L90.146,-156.727L89.908,-158.317L90.338,-158.997L91.888,-160.468L93.321,-159.569L94.394,-159.687L95.114,-160.393L95.25,-161.049L94.737,-162.696L94.84,-163.188L101.25,-163.827L102.33,-166.771L103.746,-166.737L105.002,-165.454L106.465,-161.907ZM81.116,-172.019L83.368,-168.789L80.137,-164.858L76.674,-165.611L72.46,-169.881L72.605,-170.536L73.185,-171.437L74.092,-172.095L74.946,-172.079L76,-171.247L77.923,-171.77L79.215,-171.146ZM74.213,-145.501L73.055,-145.496L71.729,-146.042L70.97,-146.979L70.77,-150.02L70.981,-151.859L72.065,-155.048L72.817,-158.911L75.779,-158.435L76.385,-157.703L74.32,-145.991ZM68.346,-139.421L65.987,-139.256L65.228,-139.766L65.188,-140.46L66.103,-141.97L67.98,-142.155L68.982,-140.994L68.987,-140.136ZM71.626,2.245L69.403,1.537L67.557,2.005L66.319,2.512L65.348,2.227L62.333,1.856L59.468,1.259L59.327,-0.041L60.602,-3.672L60.215,-4.77L57.659,-5.815L56.863,-6.916L55.822,-9.765L55.785,-11.044L55.934,-12.709L54.813,-15.153L53.183,-17.113L52.025,-17.446L49.231,-15.416L46.824,-13.305L47.248,-11.941L47.486,-10.192L46.142,-9.209L42.495,-7.116L41.773,-6.171L40.763,-5.797L39.464,-6.931L35.788,-7.571L34.205,-8.346L32.69,-10.807L28.188,-13.262L28.018,-16.616L27.265,-17.382L23.042,-24.13L22.785,-26.147L23.709,-27.042L26.143,-28.273L33.584,-29.483L34.891,-30.296L35.303,-31.225L33.515,-32.817L32.04,-34.427L31.64,-35.368L31.708,-36.119L32.977,-36.769L35.033,-36.391L36.495,-35.638L37.938,-36.166L40.448,-36.458L42.137,-37.19L44.086,-39.566L45.978,-41.701L46.361,-42.978L48.633,-47.328L49.461,-48.338L54.36,-50.418L55.052,-48.482L57.087,-47.617L59.349,-48.747L62.591,-53.069L64.184,-52.986L65.848,-52.293L69.339,-52.152L75.768,-53.105L78.481,-52.63L82.005,-50.721L84.801,-50.153L86.62,-46.224L86.894,-40.573L88.924,-34.575L92.187,-29.102L91.739,-26.312L89.97,-25.052L86.476,-23.798L86.168,-21.743L88.332,-22.413L90.171,-22.473L94.391,-21.222L95.446,-18.818L95.839,-15.612L95.938,-12.972L95.009,-10.278L94.102,-11.384L93.4,-14.057L92.349,-15.446L90.892,-16.324L90.924,-12.85L89.735,-8.347L90.344,-7.805L92.394,-7.32L90.125,-3.029L87.109,-2.268L83.758,-2.423L82.646,-0.953L81.633,1.045L79.337,3.8L76.802,5.152L74.097,4.269ZM192.218,186.724L189.42,188.006L188.41,189.781L187.665,190.427L185.985,190.695L184.361,190.553L178.671,185.843L177.146,185.793L178.795,184.196L182.956,183.366L185.36,181.787L190.148,184.278Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L510.718,358.872L513.026,361.008L512.57,364.546L509.915,370.307L508.525,374.914L508.409,378.533L508.641,380.179L509.105,380.179L511.662,380.424L512.941,380.422L516.895,381.318L520.156,382.704L520.862,384.264L521.219,386.072L525.079,388.519L529.522,390.05L531.034,389.543L536.453,383.65L538.675,384.612L539.994,387.722L539.897,389.287L538.452,395.474L538.257,398.849L539.57,400.973L539.708,402.699L539.375,404.266L537.148,404.456L534.206,403.582L531.719,400.972L529.73,401.318L528.095,401.989L527.292,404.545L526.609,407.512L526.856,409.238L528.04,410.463L529.003,413.253L529.62,416.786L530.223,418.426L529.638,419.089L528.108,419.595L526.807,419.193L524.421,414.93L523.352,413.291L521.585,413.053L518.41,414.054L513.586,416.453L511.582,416.456L509.931,415.963L508.4,413.989L507.107,410.122L506.639,407.653L505.699,407.735L502.647,406.988L501.235,407.972L501.223,411.921L500.854,416.938L499.309,420.059L494.911,425.633L493.358,428.01L492.637,429.733L492.509,431.213L493.204,433.851L494.021,436.324L493.299,437.801L491.035,438.526L489.383,436.951L488.809,434.313L485.283,430.581L486.85,427.551L486.62,426.726L480.838,425.106L478.382,422.774L474.892,418.616L474.207,416.879L474.52,411.206L474.303,409.804L473.842,409.14L472.197,409.117L469.816,411.056L467.533,413.982L462.997,417.278L462.514,417.928L463.989,421.245L463.85,422.477L460.207,427.594L459.463,429.308L454.776,432.423L452.614,433.611L446.264,431.078L444.494,430.705L441.488,432.274L437.414,433.646L430.84,435.019L428.383,433.791L427.349,432.688L426.806,431.107L425.234,428.34L423.394,426.633L422.154,424.78L420.566,422.75L419.557,421.151L421.155,415.938L420.157,414.093L419.66,411.441L420.076,409.645L419.502,409.213L413.662,408.014L408.715,408.154L405.238,409.744L402.178,412.5L401.798,413.143L402.013,413.646L403.317,416.335L400.838,419.113L396.969,421.088L394.36,421.22L393.198,420.756L393.335,417.715L395.505,416.742L397.595,414.857L398.305,412.088L398.622,410.208L396.728,407.737L397.024,406.35L398.437,403.612L399.243,401.259L400.386,399.25L404.509,395.964L408.735,392.759L409.464,389.083L409.987,384.658L410.611,383.612L416.177,381.189L417.494,380.166L418.245,378.712L422.711,373.93L427.161,369.14L428.024,367.522L428.749,366.557L428.775,365.735L428.332,365.145L426.266,364.666L425.625,363.081L427.908,360.357L430.729,358.719L433.38,358.8L434.395,359.571L434.252,360.472L435.376,361.493L437.443,361.882L439.875,361.621L442.441,360.621L444.004,358.193L444.859,356.323L448.824,354.282L451.445,355.413L458.688,355.898L464.108,355.426L467.47,354.003L471.61,354.068L474.359,354.931L474.82,354.855L475.628,354.619L476.328,353.887L478.98,353.345L479.333,352.691L479.226,352.031L478.77,351.697L475.549,351.985L474.292,351.474L474.079,350.237L475.14,348.195L477.456,346.58L479.525,346.194L480.896,346.621L484.42,349.784L485.222,349.957L485.801,349.386L486.493,349.064L487.751,349.651L488.998,351.635L489.225,351.966L497.157,351.276L498.88,351.284L504.273,354.755Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M754.648,-148.602L752.676,-147.178L751.884,-143.703L750.204,-142.909L748.777,-141.556L749.401,-130.83L752.952,-127.123L751.35,-126.34L749.91,-124.987L749.104,-123.037L748.448,-118.998L744.502,-116.346L743.097,-114.584L741.177,-110.659L740.553,-105.286L738.458,-102.778L735.787,-101.976L736.903,-106.474L738.574,-110.196L736.347,-112.302L734.706,-115.992L732.899,-118.654L733.751,-122.033L732.519,-127.203L732.133,-132.385L733.596,-135.245L735.396,-137.555L737.976,-142.825L740.98,-146.716L745.483,-148.848L747.765,-147.684L748.305,-150.958L749.774,-151.895L751.241,-151.312ZM696.239,-67.541L695.02,-65.003L693.857,-65.066L692.709,-68.231L691.791,-76.443L691.907,-80.559L696.349,-95.888L698.788,-97.287L701.513,-106.695L702.072,-110.781L703.313,-114.597L703.936,-117.936L704.561,-119.258L706.203,-118.828L707.006,-118.317L705.512,-116.238L705.933,-113.841L705.944,-112.749L702.462,-101.661L701.983,-94.647L700.542,-92.75ZM556.194,-192.3L558.416,-186.203L560.242,-185.408L562.723,-187.075L564.309,-191.586L565.102,-198.438L566.078,-204.879L564.543,-211.672L562.86,-217.706L562.722,-219.477L566.382,-224.654L567.405,-228.828L568.516,-232.839L569.882,-234.236L571.893,-234.639L574.241,-235.48L577.136,-238.205L579.637,-241.853L581.617,-245.147L582.069,-251.606L581.941,-254.908L582.719,-257.314L583.404,-262.008L582.442,-266.639L579.497,-273.577L576.038,-283.396L575.419,-288.734L576.748,-289.803L579.445,-290.84L584.556,-291.296L585.043,-291.912L585.457,-294.313L586.429,-297.591L587.603,-300.026L588.31,-303.381L588.516,-306.459L585.448,-310.935L581.463,-315.467L578.878,-316.903L574.194,-320.657L570.89,-323.873L572.292,-336.573L573.292,-345.938L573.457,-348.257L573.332,-351.765L568.532,-366.78L568.584,-370.13L568.891,-373.147L568.226,-378.367L567.828,-382.997L568.511,-384.396L570.123,-387.033L568.368,-391.018L568.195,-391.357L564.806,-401.326L569.198,-411.392L568.143,-416.537L570.871,-420.434L575.62,-429.173L578.268,-434.125L578.788,-434.926L580.98,-437.182L585.113,-439.874L589.765,-441.302L591.882,-441.403L600.051,-440.085L606.403,-439.135L607.271,-440.486L608.443,-443.329L609.935,-447.323L609.756,-451.654L608.837,-457.943L607.682,-461.701L603.124,-463.963L598.146,-467.085L603.407,-478.173L607.032,-485.884L611.376,-497.416L612.672,-502.22L613.685,-504.209L614.003,-521.583L614.656,-526.541L615.309,-529.132L615.136,-531.757L614.33,-536.1L612.278,-546.001L619.847,-547.741L622.304,-548.53L624.567,-549.927L628.815,-553.327L630.878,-556.22L628.928,-565.436L631.373,-568.807L637.076,-580.331L643.23,-591.409L646.161,-595.753L646.345,-597.726L646.356,-600.841L644.428,-605.656L642.6,-608.614L639.07,-614.105L640.06,-618.293L642.169,-619.278L644.977,-621.133L646.909,-624.79L647.149,-625.259L649.721,-639.278L656.464,-646.83L659.046,-650.947L663.948,-648.572L671.09,-645.016L673.435,-651.651L674.142,-654.068L674.785,-657.649L673.712,-663.564L672.648,-671.292L672.651,-674.361L675.13,-676.084L676.509,-676.602L684.19,-674.244L686.075,-674.56L689.582,-674.534L693.619,-673.588L702.234,-670.895L705.828,-669.833L707.778,-669.733L709.167,-671.729L712.012,-676.644L706.43,-679.233L709.342,-683.072L710.624,-686.694L711.532,-690.995L711.383,-695.971L710.823,-698.529L709.51,-700.166L705.84,-704.21L712.715,-705.803L715.074,-706.32L720.539,-704.105L720.83,-703.51L721.052,-701.995L721.487,-700.42L727.01,-697.144L728.72,-695.309L732.228,-692.478L733.29,-690.913L736.42,-689.307L738.766,-687.492L741.397,-686.09L744.592,-683.783L748.654,-682.17L751.869,-681.973L760.382,-679.589L761.929,-678.673L764.617,-676.41L767.51,-673.825L770.141,-668.02L772.787,-668.126L773.845,-666.136L776.742,-662.934L780.458,-660.342L780.514,-659.263L778.59,-655.83L779.029,-651.832L780.155,-646.783L781.729,-642.816L781.813,-641.565L781.444,-640.051L781.161,-637.651L781.23,-635.676L781.473,-634.726L781.776,-634.239L783.167,-634.49L785.611,-634.484L787.163,-633.865L788.884,-629.215L788.765,-628.29L787.139,-625.736L786.812,-623.963L787.204,-621.42L788.118,-618.793L789.325,-615.772L791.538,-612.847L794.37,-609.77L796.303,-607.251L797.314,-605.371L797.858,-604.033L797.189,-602.11L796.983,-598.478L797.495,-594.532L797.621,-591.863L796.346,-587.95L795.206,-586.486L795.197,-584.513L795.553,-581.353L796.683,-577.622L797.288,-575.138L798.071,-573.314L798.873,-572.209L802.388,-570.624L805.009,-566.644L806.764,-563.309L810.607,-554.569L805.469,-552.445L800.951,-553.929L799.177,-552.447L795.673,-551.724L791.791,-550.14L790.715,-548.081L789.807,-547.209L785.621,-549.06L781.37,-552.689L779.346,-549.053L777.757,-548.163L775.81,-550.771L774.402,-551.07L773.841,-549.909L773.668,-547.303L772.981,-545.057L772.959,-543.81L773.665,-538.6L773.568,-537.342L770.051,-537.477L770.423,-536.119L771.276,-535.548L771.788,-534.745L770.71,-533.417L767.194,-533.028L767.091,-531.771L768.361,-530.025L767.88,-528.265L767.246,-527.456L763.312,-525.771L760.886,-525.658L760.376,-524.517L760.366,-523.101L761.028,-521.789L762.195,-521.174L762.704,-520.37L762.911,-518.546L762.066,-518.061L759.09,-520.959L758.369,-520.671L759.158,-519.025L760.873,-517.346L761.992,-515.575L763.091,-513.45L763.222,-511.616L760.999,-505.537L758.742,-501.578L757.179,-498.083L756.469,-494.543L758.171,-493.038L760.071,-490.774L761.933,-486.219L763.875,-482.208L767.165,-478.672L766.986,-476.273L766.649,-474.376L762.798,-469.664L758.596,-462.898L755.307,-446.842L753.726,-444.517L749.233,-441.258L747.788,-438.437L744.586,-434.941L738.54,-431.593L736.096,-427.611L735.314,-423.766L733.842,-423.313L732.227,-424.581L730.194,-425.363L730.264,-422.937L730.574,-421.15L727.143,-423.408L725.939,-420.822L725.33,-416.662L721.534,-410.723L716.551,-411.074L716.184,-410.076L717.544,-409.545L717.806,-408.709L716.978,-408.176L715.619,-408.014L713.741,-406.752L712.37,-406.678L712.029,-404.038L711.354,-400.754L708.77,-399.157L707.352,-398.736L706.822,-396.945L711.136,-397.005L710.981,-395.515L711.068,-394.054L710.771,-392.376L706.188,-389.52L705.662,-387.645L704.814,-386.427L702.628,-386.186L702.587,-387.304L702.789,-388.45L699.644,-388.02L698.388,-390.564L697.815,-389.811L698.368,-387.71L699.489,-385.67L700.732,-382.523L700.224,-380.395L699.513,-379.368L700.183,-378.491L701.965,-377.994L702.837,-376.795L700.923,-375.464L698.717,-371.431L696.113,-371.069L694.729,-368.51L693.012,-368.331L691.464,-369.723L689.128,-370.777L688.625,-368.4L688.634,-366.677L690.403,-362.292L693.142,-359.042L695.604,-357.748L694.064,-356.555L693.056,-354.214L692.374,-347.007L691.832,-344.115L691.492,-339.185L692.412,-335.071L693.119,-333.082L694.481,-330.475L691.439,-330.51L688.023,-331.8L688.851,-328.537L687.234,-324.348L687.902,-320.986L688.547,-318.736L688.324,-314.946L689.367,-313.85L690.091,-311.695L689.413,-309.917L689.977,-308.517L690.554,-303.527L692.002,-295.805L691.914,-294.087L694.378,-287.499L694.194,-285.005L694.239,-281.937L697.187,-279.33L699.506,-279.565L701.815,-279.888L702.752,-279.217L703.908,-277.289L704.852,-274.913L706.814,-275.29L709.695,-277.645L711.617,-278.365L713.415,-274.634L717.583,-270.059L719.91,-268.015L723.673,-267.247L727.858,-263.634L727.905,-258.693L729.664,-257.193L734.402,-255.876L736.28,-253.458L737.337,-251.284L738.771,-249.667L740.842,-244.295L740.735,-240.79L739.036,-239.392L735.175,-235.186L733.555,-232.273L732.254,-230.42L728.357,-226.23L726.843,-225.378L725.549,-223.363L724.228,-222.365L722.844,-222.721L718.351,-218.746L718.869,-217.274L722.661,-217.096L724.528,-218.068L725.848,-219.914L727.395,-220.514L728.85,-220.339L730.291,-221.864L731.462,-222.593L732.779,-222.066L734.577,-218.963L731.845,-216.946L729.813,-216.628L729.359,-211.143L728.369,-208.74L727.6,-207.55L723.212,-204.771L720.404,-201.497L717.067,-198.85L715.402,-199.181L713.327,-196.506L708.317,-193.194L705.911,-189.143L700.115,-185.186L697.305,-182.209L688.736,-181.238L680.638,-181.105L678.132,-179.537L680.785,-179.429L682.712,-178.247L684.923,-179.035L690.142,-178.832L692.829,-178.406L696.698,-174.209L694.307,-172.379L690.056,-170.803L692.28,-164.594L694.044,-160.455L692.456,-157.694L693.443,-145.985L690.974,-145.591L690.308,-140.646L691.365,-138.216L691.796,-132.448L692.671,-128.994L694.175,-125.85L693.93,-122.38L690.634,-114.097L691.055,-110.438L692.006,-108.256L692.884,-104.808L691.607,-97.894L690.796,-92.032L689.7,-87.155L686.689,-81.11L685.341,-76.721L682.354,-63.073L680.56,-60.247L678.227,-58.049L675.295,-59.653L672.619,-60.529L669.562,-60.124L664.779,-58.257L657.312,-58.717L650.239,-57.725L648.502,-56.271L649.884,-51.518L647.23,-50.673L644.632,-51.923L642.426,-50.111L640.612,-48.159L637.107,-43.685L636.01,-40.948L636.014,-36.025L638.23,-31.655L640.299,-26.612L636.192,-20.026L633.658,-19.709L626.132,-20.948L613.123,-16.357L601.131,-18.969L602.452,-22.358L602.342,-24.852L602.762,-28.62L602.978,-32.546L602.763,-35.204L601.768,-37.911L598.799,-41.452L591.732,-53.423L589.703,-58.518L588.276,-60.634L589.232,-60.754L594.621,-58.213L595.856,-58.598L597.058,-59.734L595.36,-63.587L593.944,-65.366L592.88,-67.995L596.003,-68.875L598.208,-68.802L599.697,-71.957L598.534,-76.754L596.087,-78.237L594.066,-78.738L589.956,-86.349L585.827,-90.205L578.212,-105.331L575.331,-115.872L572.934,-114.79L571.67,-119.359L570.696,-123.772L570.413,-126.949L566.645,-128.683L566.488,-130.943L565.463,-140.982L561.554,-142.219L558.83,-147.859L558.106,-158.595L555.5,-160.465L553.413,-159.829L553.444,-162.52L553.843,-165.052L552.442,-174.863L551.88,-183.944L550.83,-186.617L550.222,-189.805L550.613,-192.595L551.297,-194.211L553.801,-194.689ZM756.245,-153.025L756.158,-149.971L754.749,-150.051L753.291,-152.069L755.345,-155.788L759.027,-156.078L760.404,-155.49ZM731.251,-204.063L730.236,-203.439L729.681,-203.545L730.049,-205.877L730.479,-206.859L732.068,-207.974L732.533,-207.858ZM733.233,-225.858L732.8,-224.193L731.958,-226.05L732.174,-226.5L732.303,-228.47L733.42,-229.621L735.34,-229.251L735.4,-228.748L733.822,-226.947Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M214.003,764.207L213.141,764.705L210.79,763.88L207.042,763.494L207.106,761.579L207.778,760.312L208.592,758.976L210.583,761.937L214.145,762.802ZM276.089,716.207L279.519,718.064L283.318,716.952L285.262,717.521L287.18,718.418L287.339,721.507L285.36,724.764L282.716,727.967L280.305,731.521L278.24,735.684L274.718,737.98L271.545,739.22L265.44,735.546L261.8,734.404L260.84,733.155L260.327,728.281L258.87,726.656L256.418,725.776L254.202,726.746L251.197,729.059L249.841,726.356L247.633,725.739L246.851,724.085L247.025,722.186L263.188,712.05L267.744,709.859L277.313,707.658L278.724,708.188L277.395,709.91L277.335,710.653L278.451,711.575L278.075,712.958L276.797,714.019ZM318.278,716.835L317.581,717.37L306.779,711.06L303.141,710.219L302.281,709.326L302.621,706.443L302.973,705.222L310.49,705.174L316.39,707.572L319.304,713.331L319.507,714.258ZM209.726,751.911L208.093,754.664L202.595,753.086L201.393,751.706L202.942,748.529L204.716,748.299L204.959,745.987L206.939,743.773L215.109,742.696L216.802,744.537L216.968,746.89L211.66,751.442ZM120.796,525.397L120.682,527.046L121.581,529.508L122.94,530.538L125.732,532.105L127.926,532.584L130.926,533.592L132.838,535.193L132.687,537.17L131.749,539.369L130.226,541.237L129.253,542.765L129.869,543.768L130.879,544.659L131.97,544.979L132.871,544.855L133.661,543.717L134.991,542.32L135.632,542.243L135.518,543.059L135.866,544.19L139.444,546.598L147.296,551.075L150.511,551.587L153.187,552.358L153.749,553.846L158.412,559.778L159.678,559.775L162.032,560.161L164.947,560.118L167.063,559.388L168.412,559.725L169.772,560.976L171.413,562.012L173.568,564.025L175.3,566.4L176.583,567.306L185.123,566.843L186.839,568.376L188.837,568.613L191.123,568.549L195.918,569.77L199.935,570.064L200.375,569.533L201.28,564.904L202.098,563.254L203.017,562.943L205.348,563.537L213.521,567.261L216.831,569.362L220.056,571.117L223.038,571.598L224.819,572.697L227.103,577.497L226.498,579.674L226.538,580.508L226.753,582.106L226.449,583.817L227.084,585.044L228.324,585.337L230.125,585.107L231.95,584.629L235.406,583.07L236.317,582.83L241.498,585.581L243.75,587.21L244.471,588.938L245.453,590.608L247.066,591.012L249.481,589.667L253.284,588.367L259.187,590.404L265.796,593.154L268.672,593.656L268.892,592.598L269.525,591.163L270.716,590.604L272.374,590.499L274.829,589.965L277.583,588.874L280.266,588.603L283.085,589.748L286.542,590.859L288.682,591.032L289.326,594.065L290.999,595.357L291.428,597.958L288.286,599.115L286.379,599.126L285.512,603.528L286.165,604.906L287.844,606.201L288.245,607.559L288.098,614.174L284.221,617.838L278.767,621.865L252.892,633.945L246.358,640.309L244.031,641.666L225.256,644.222L211.797,647.561L205.451,648.542L196.842,655.749L192.863,658.633L195.729,659.871L198.659,664.109L197.304,665.707L192.093,667.79L189.8,668.363L188.681,667.82L187.479,668.016L177.557,681.035L168.803,690.256L164.099,694.112L159.12,700.099L147.819,715.904L147.074,720.743L149.597,738.124L151.567,742.887L154.834,747.055L161.512,751.044L162.737,754.37L159.979,757.052L152.388,761.489L139.321,767.064L133.373,772.005L131.597,777.312L127.644,779.317L125.305,786.734L122.484,791.486L121.726,793.066L118.913,796.643L118.281,799.332L121.565,803.715L119.448,805.118L117.448,805.61L113.049,805.443L98.322,803.935L85.338,810.52L78.287,817.002L70.967,829.847L63.188,836.967L60.083,838.022L56.094,833.786L50.563,832.349L44.891,832.738L41.724,835.033L36.952,835.888L32.774,833.87L23.576,831.624L19.303,831.094L12.36,832.23L6.994,829.806L-2.321,827.457L-23.134,825.585L-25.757,826.048L-28.964,828.951L-36.585,833.511L-46.496,831.934L-56.235,833.93L-58.882,835.896L-63.967,841.651L-66.119,846.18L-66.823,846.13L-67.565,844.794L-69.142,844.83L-70.545,848.395L-74.308,849.37L-77.176,849.407L-83.616,845.068L-88.507,839.486L-91.479,838.634L-95.023,830.749L-96.313,825.879L-96.863,820.904L-96.222,819.158L-96.314,817.518L-100.288,814.742L-100.484,810.18L-96.079,805.288L-92.999,803.361L-91.237,803.038L-95.221,802.48L-98.81,805.494L-101.272,798.932L-113.637,784.57L-112.157,782.241L-111.98,780.743L-115.046,783.247L-116.972,783.689L-124.411,781.578L-133.331,781.086L-133.037,768.854L-133.122,764.141L-132.761,761.233L-129.02,755.061L-126.012,752.822L-121.588,747.906L-116.572,744.054L-112.223,743.885L-110.205,743.552L-107.977,740.284L-106.388,737.39L-106.981,736.923L-111.895,736.55L-117.82,721.731L-117.095,719.677L-115.367,716.82L-113.745,713.175L-112.942,710.118L-110.145,708.005L-106.17,706.145L-102.482,703.029L-100.241,699.603L-99.136,696.357L-100.33,693.639L-104.751,691.328L-107.51,680.792L-107.258,674.647L-108.154,673.772L-110.549,670.444L-112.289,664.795L-112.498,663.9L-109.329,663.665L-97.286,666.203L-94.473,665.705L-93.998,665.383L-90.95,661.881L-87.245,655.891L-85.885,652.029L-86.313,650.244L-89.449,645.423L-89.316,644.181L-88.276,642.455L-85.535,640.924L-81.848,639.337L-79.626,637.692L-79.685,636.071L-80.365,634.234L-80.184,632.749L-79.15,631.022L-77.668,624.652L-76.816,623.14L-76.236,617.258L-76.003,612.402L-77.248,605.795L-76.449,604.528L-75.07,603.637L-70.957,602.31L-66.87,597.932L-61.592,594.728L-55.234,592.583L-50.566,589.66L-48.353,587.16L-47.056,586.581L-47.17,585.209L-47.527,583.112L-49.406,580.789L-52.074,579.145L-55.333,578.472L-57.27,577.732L-57.452,576.091L-56.502,572.154L-55.803,568.166L-56.057,566.258L-57.267,564.571L-60.344,564.348L-62.598,562.692L-64.541,562.029L-65.833,562.599L-71.387,561.161L-73.614,560.007L-75.199,558.905L-76.282,559.093L-77.079,559.766L-77.466,560.949L-78.172,562.402L-80.605,563.395L-85.534,563.839L-89.238,562.855L-92.512,561.115L-93.453,560.06L-94.927,559.054L-102.2,558.267L-102.943,557.506L-105.635,558.42L-109.647,559.369L-111.657,558.994L-112.329,558.501L-112.393,557.638L-113.255,554.559L-112.549,553.196L-108.715,549.586L-108.742,548.563L-109.667,546.911L-110.195,544.672L-110.344,543.621L-112.163,543.032L-114.26,543.648L-122.172,544.008L-124.074,544.324L-127.785,545.655L-131.873,547.995L-134.505,548.047L-135.266,546.846L-133.765,539.479L-128.665,535.603L-125.248,533.275L-126.347,532.421L-129.323,531.798L-128.645,529.499L-126.92,528.807L-124.976,526.639L-126.306,525.136L-127.153,523.238L-126.139,518.984L-125.351,517.305L-125.278,515.372L-131.893,516.503L-133.389,515.718L-132.614,512.51L-128.157,508.492L-127.444,507.136L-131.175,505.475L-133.519,502.362L-134.717,499.864L-135.922,496.345L-135.257,493.621L-131.774,487.766L-128.522,486.519L-125.829,485.982L-119.688,482.794L-112.983,485.235L-108.418,485.379L-104.02,484.037L-101.59,484.009L-97.636,482.894L-97.146,480.216L-97.89,477.929L-96.377,476.333L-91.862,474.92L-86.724,472.965L-81.536,473.549L-75.743,471.977L-72.642,474.525L-69.504,474.628L-66.449,477.41L-62.878,483.082L-56.519,486.48L-50.742,486.113L-41.244,487.862L-36.514,489.435L-27.794,490.047L-23.025,491.434L-14.792,490.644L-9.176,494.777L2.349,498.438L8.947,502.21L27.976,509.836L35.172,511.213L45.595,510.708L50.167,509.745L53.896,511.473L59.972,510.5L62.729,511.299L65.8,514.737L77.929,520.57L81.751,517.929L84.318,517.588L93.083,520.973L101.678,526.385L106.436,527.355L113.604,527.342L119.642,525.562ZM-601.587,1095.391L-608.696,1104.922L-613.452,1108.042L-615.878,1108.761L-621.065,1108.246L-624.413,1099.569L-624.878,1091.805L-625.773,1089.111L-622.644,1088.284L-619.009,1089.828L-610.488,1091.232L-608.652,1091.226L-598.11,1087.182L-589.649,1089.155L-590.249,1091.412ZM-484.7,1105.425L-488.501,1107.685L-491.315,1105.65L-487.72,1099.275L-485.745,1097.629L-479.022,1096.444L-473.873,1096.659L-471.584,1093.937L-469.571,1093.197L-468.503,1095.586L-470.492,1097.323L-473.479,1103.974L-477.418,1105.121ZM-515.736,1134.5L-523.154,1138.068L-528.502,1135.022L-529.12,1133.828L-522.97,1134.317L-516.548,1131.801L-510.401,1123.762L-502.043,1115.422L-499.667,1111.462L-497.21,1110.417L-494.312,1111.13L-493.215,1111.829L-492.55,1114.469L-494.095,1119.5L-498.186,1127.454L-503.163,1133.968ZM-566.338,1119.358L-567.856,1122.957L-568.144,1126.871L-570.162,1132.496L-573.099,1134.811L-579.388,1136.108L-583.149,1134.311L-585,1132.324L-587.42,1126.035L-585.892,1120.977L-581.011,1118.868L-578.114,1115.184L-568.753,1119.109L-567.608,1118.667L-566.926,1118.618ZM-642.663,1099.932L-644.45,1099.757L-646.105,1097.791L-646.885,1093.38L-644.408,1091.141L-642.753,1090.262L-640.905,1091.194L-638.201,1094.447L-637.729,1096.907L-638.19,1098.212ZM-675.353,1099.397L-682.185,1105.574L-686.22,1100.86L-687.056,1099.444L-687.531,1097.514L-682.486,1099.001L-676.162,1096.981ZM-661.456,1068.196L-662.638,1068.224L-662.312,1064.117L-663.889,1053.345L-659.465,1050.375L-653.994,1052.278L-652.786,1055.834L-653.108,1059.019L-654.758,1060.347L-655.698,1063.86L-657.084,1065.836Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M912.153,251.25L912.039,253.272L911.191,255.668L910.037,258.28L909.169,261.262L908.391,267.564L907.749,270.59L903.855,276.815L904.763,284.504L904.185,285.182L893.967,289.486L892.447,289.309L890.761,288.075L889.799,287.06L889.125,286.415L887.9,284.441L886.431,283.088L884.454,282.145L882.566,281.021L880.432,281.265L874.931,284.18L870.93,284.945L868.261,284.676L864.504,283.98L857.549,284.821L852.89,286.565L852.649,288.095L849.587,298.079L843.656,302.469L838.495,306.739L837.013,307.684L834.04,306.918L830.613,305.295L827.87,304.491L826.017,305.23L824.178,307.872L823.589,310.436L817.485,313.034L806.515,315.38L802.947,318.211L802.049,321.301L802.188,323.438L803.434,325.196L802.445,327.55L802.096,328.503L794.297,329.91L783.889,331.749L777.601,332.273L771.655,332.745L767.467,331.282L762.19,328.106L756.584,323.794L755.999,323.687L755.269,323.264L751.942,323.263L751.171,323.587L749.089,322.219L748.322,320.227L744.741,315.117L740.502,306.511L740.255,303.889L741.222,300.905L742.242,298.493L742.19,296.762L742.368,296.249L743.025,292.466L744.905,287.324L746.863,284.24L748.451,283.174L751.885,283.66L757.771,283.809L762.062,282.705L765.962,280.061L767.992,277.941L769.779,275.68L770.195,274.31L771.024,273.641L774.348,272.12L775.196,270.619L775.361,268.034L775.378,265.133L775.808,262.932L776.522,261.279L782.414,256.889L782.818,255.517L783.662,254.095L785.379,252.489L786.907,250.24L788.638,248.796L791.071,248.593L793.355,248.074L795.029,247.129L795.79,246.955L799.061,247.224L799.89,249.446L800.518,251.858L806.123,251.004L808.555,245.391L810.013,244.544L812.424,242.413L813.863,240.57L815.097,241.491L817.286,244.614L819.395,247.081L820.524,248.013L820.74,248.816L821.906,249.162L823.932,249.228L825.362,249.871L826.137,252.342L826.439,254.628L825.992,256.348L825.854,257.86L827.367,258.242L829.392,257.391L830.72,256.384L835.284,257.679L836.265,253.308L837.619,250.88L839.799,249.583L841.601,248.003L843.348,246.846L844.559,246.676L845.063,246.273L846.725,246.122L848.544,246.281L851.005,245.431L854.568,246L857.041,247.555L859.228,247.902L861.638,247.465L863.133,246.163L865.008,242.139L866.766,241.876L869.316,240.91L873.171,240.408L882.065,239.784L884.6,240.887L890.265,241.823L893.008,243.468L894.403,245.829L895.228,247.447L901.268,249.134L910.099,251.177Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M737.56,396.585L734.651,395.688L731.1,395.506L730.565,396.13L729.219,396.908L728.616,398.116L729.474,402.583L728.717,403.392L724.694,403.322L723.446,403.923L721.594,407.215L719.47,408.712L716.84,409.835L714.816,411.154L712.306,412.345L710.115,413.096L709.283,414.564L708.927,416.077L709.16,417.544L711.627,420.239L712.221,423.246L712.283,427.038L711.846,429.053L711.119,430.43L705.561,432.593L699.979,436.148L699.909,436.813L702.732,439.408L702.9,440.056L700.874,441.775L700.751,443.352L701.123,445.139L702.45,446.856L702.936,448.553L699.798,449.941L695.47,449.842L690.174,447.907L688.287,448.368L686.701,449.715L684.871,449.262L682.748,448.003L679.808,445.229L678.255,443.434L677.655,441.577L676.801,441.303L675.766,441.947L674.967,444.389L672.609,448.744L670.771,450.014L667.89,449.944L663.834,450.272L661.35,450.831L658.154,449.45L657.457,449.82L657.513,450.806L656.407,452.435L654.669,453.522L645.699,451.701L644.405,449.874L646.387,448.863L648.999,446.251L650.806,446.483L653.04,445.783L654.058,444.737L652.336,441.701L648.556,438.035L646.58,436.74L643.914,435.892L643.384,434.848L644.493,428.776L643.972,427.897L641.028,428.379L640.284,427.758L639.993,426.702L640.159,425.293L642.046,422.807L644.183,420.636L644.712,419.454L644.547,418.557L641.664,417.719L639.849,416.906L638.536,416.643L637.617,417.184L636.881,416.644L636.088,414.953L636.664,412.289L639.01,409.7L641.72,407.419L644.1,405.646L645.356,404.92L645.915,402.172L647.335,402.342L650.274,402.346L653.476,402.826L656.45,403.397L659.088,404.232L664.662,404.887L669.626,405.156L671.188,405.635L672.357,405.478L673.936,406.2L674.837,405.565L675.355,404.46L677.966,402.969L680.43,401.073L681.925,398.828L682.861,397.033L684.419,395.771L686.261,395.231L687.857,394.542L694.809,393.219L702.1,393.335L705.515,391.918L708.15,389.567L712.186,388.669L712.419,388.651L718.727,389.705L719.119,388.765L719.318,388.335L718.827,383.836L720.634,381.622L722.418,380.564L728.606,380.364L729.541,381.686L729.96,383.797L730.793,386.614L731.913,387.341L732.597,388.437L732.654,390.414L733.951,391.786L737.113,395.551Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M955.697,476.311L954.629,477.328L953.507,478.771L953.019,481.026L953.474,484.457L949.566,487.871L947.964,488.723L947.521,490.55L947.265,495.77L948.02,499.57L948.939,501.339L949.453,502.924L951.227,504.55L952.949,507.353L954.457,511.112L956.919,513.79L962.202,515.989L964.943,517.277L967.091,519.502L968.817,521.463L973.403,523.849L973.401,526.025L972.907,528.286L972.215,529.411L970.708,532.432L969.001,534.315L966.612,539.66L961.587,540.762L960.419,541.377L958.659,543.01L958.187,545.514L959.366,547.24L959.569,549.213L959.325,553.102L961.247,556.963L963.302,558.543L963.729,559.559L963.794,561.472L961.692,565.757L961.174,567.266L958.55,568.455L957.622,568.273L956.02,567.116L954.594,567.016L951.601,569.094L948.498,570.518L945.756,570.207L943.244,570.527L941.598,571.458L940.262,571.921L937.906,574.048L933.955,575.838L931.913,575.905L930.922,574.472L929.83,572.386L930.041,571.267L932.524,569.128L932.631,567.357L935.229,558.681L935.563,555.955L935.422,555.059L934.338,554.645L932.226,554.977L922.282,553.178L922.203,549.351L919.165,547.729L915.92,546.386L915.117,544.423L911.165,540.847L908.477,538.914L905.22,538.229L902.253,536.916L900.629,536.153L899.615,534.385L899.449,533.243L898.42,532.226L897.211,532.568L895.328,534.339L892.802,536.035L892.449,537.085L893.763,539.229L894.704,540.51L894.532,541.951L893.912,543.789L889.379,548.347L888.944,549.741L890.236,551.725L889.765,552.874L885.737,554.855L885.702,553.694L885.067,551.867L882.427,550.152L878.741,549.078L870.216,544.826L867.271,544.471L864.472,544.26L860.417,542.131L858.386,541.98L855.928,540.47L850.44,534.857L846.071,532.003L843.157,530.707L842.204,529.082L841.755,527.477L841.806,526.889L843.589,524.175L845.145,523.647L847.099,523.318L848.606,524.372L850.479,524.383L851.263,522.704L851.471,520.434L850.858,517.605L845.72,511.449L841.591,507.236L840.98,506.316L841.721,505.31L842.89,504.748L844.272,504.906L847.85,504.783L851.211,503.936L852.16,502.651L851.97,501.18L850.562,499.867L846.188,496.609L842.604,493.66L838.755,491.487L835.843,490.854L834.953,489.636L834.408,488.21L834.458,485.631L834.175,482.347L834.526,480.23L836.463,476.089L838.231,471.636L839.181,467.533L839.437,463.767L839.062,462.735L837.77,462.152L835.148,461.651L831.76,462.819L828.92,464.496L827.729,464.724L827.169,463.134L827.559,462.34L828.529,462.304L829.289,462.543L830.039,461.704L830.247,459.439L828.105,451.907L830.165,450.907L830.153,449.83L830.152,448.836L832.582,449.861L835.806,449.457L838.64,448.85L839.024,448.054L838.76,446.926L838.06,446.186L837.013,445.572L836.163,444.601L834.205,444.432L827.904,442.396L824.687,439.805L824.299,436.62L824.92,434.803L825.919,434.1L825.611,433.557L821.991,432.507L820.568,430.69L821.318,427.947L818.911,422.933L816.746,419.878L818.349,418.277L818.349,416.288L818.329,415.13L819.035,415.045L821.821,413.38L822.633,412.203L823.178,410.81L823.726,410.411L825.897,411.552L827.917,411.467L830.04,410.289L831.649,408.843L833.522,407.61L834.379,406.838L835.407,405.545L837.462,402.047L840.073,401.045L843.694,401.402L847.722,401.202L850.552,400.077L858.052,399.973L859.676,400.497L860.843,401.167L863.219,403.662L865.585,406.904L868.398,408.172L871.73,409.695L873.455,410.863L876.415,414.762L878.593,416.527L879.171,416.36L879.678,415.705L880.09,415.23L880.62,415.569L880.809,416.871L881.329,419.623L881.423,422.769L882.428,425.533L882.558,426.429L882.321,427.295L882.427,428.028L883.244,428.658L886.005,430.168L888.807,432.751L891.73,434.482L894.536,435.396L896.092,435.247L899.06,437.214L904.431,438.146L906.182,438.46L907.402,439.272L908.411,440.282L908.587,441.421L907.96,442.101L907.02,443.911L906.974,446L906.214,446.616L905.38,446.744L904.883,447.486L905.126,448.281L905.967,448.985L907.153,449.553L909.296,449.973L911.502,450.798L911.628,451.612L911.289,452.581L908.841,453.375L906.952,453.831L906.045,454.303L906.426,455.994L912.076,456.874L914.843,458.11L916.372,460.038L920.066,460.875L925.805,460.631L930.116,462.19L932.869,465.498L936.326,464.017L940.466,457.744L945.145,455.546L950.371,457.337L953.365,458.999L954.122,460.541L953.047,461.476L950.353,461.599L948.252,463.039L946.966,465.676L947.148,468.234L948.8,470.712L950.801,472.296L953.268,472.965L954.587,474.161L955.132,475.906Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M611.135,528.103L609.056,528.512L607.999,526.573L609.39,524.295L611.589,523.882L612.024,525.596Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M923.95,131.313L926.115,134.273L927.205,136.674L926.931,138.737L927.513,140.727L929.268,142.586L934.893,148.258L938.273,154.088L940.104,156.263L943.983,158.806L944.44,160.062L943.38,161.436L942.349,161.798L941.56,162.281L941.242,163.515L942.319,164.571L943.808,166.053L946.123,170.734L946.78,174.804L945.91,176.058L944.855,178.688L944.409,181.035L936.874,184.024L935.482,186.708L932.01,192.029L929.572,195.147L926.113,200.703L920.62,210.035L918.718,213.877L917.349,216.956L913.077,225.376L911.868,228.838L912.637,231.381L915.534,237.151L916.334,239.855L916.433,242.426L916.271,244.792L916.547,245.747L918.475,247.089L921.563,249.231L921.813,250.023L921.678,251.216L920.839,252.279L917.377,251.952L913.435,250.783L912.153,251.25L910.099,251.177L901.268,249.134L895.228,247.447L894.403,245.829L893.008,243.468L890.265,241.823L884.6,240.887L882.065,239.784L873.171,240.408L869.316,240.91L866.766,241.876L865.008,242.139L863.133,246.163L861.638,247.465L859.228,247.902L857.041,247.555L854.568,246L851.005,245.431L848.544,246.281L846.725,246.122L845.063,246.273L844.559,246.676L843.348,246.846L841.601,248.003L839.799,249.583L837.619,250.88L836.265,253.308L835.284,257.679L830.72,256.384L829.392,257.391L827.367,258.242L825.854,257.86L825.992,256.348L826.439,254.628L826.137,252.342L825.362,249.871L823.932,249.228L821.906,249.162L820.74,248.816L820.524,248.013L819.395,247.081L817.286,244.614L815.097,241.491L813.863,240.57L812.424,242.413L810.013,244.544L808.555,245.391L806.123,251.004L800.518,251.858L799.89,249.446L799.061,247.224L795.79,246.955L795.513,245.578L794.443,242.223L787.168,236.2L785.958,233.439L786.162,232.337L785.515,230.588L783.971,229.689L778.685,228.969L777.457,229.854L776.172,229.253L774.132,227.823L770.82,226.865L770.412,226.164L769.086,225.15L768.413,225.058L768.166,225.83L767.291,226.92L764.157,228.585L762.785,228.152L761.47,227.215L759.8,224.99L757.622,223.148L755.91,222.582L754.81,221.537L754.507,220.74L758.028,218.632L758.608,216.831L757.836,213.682L757.25,213.329L755.95,214.542L753.003,215.76L750.228,216.542L748.815,216.686L740.309,211.655L734.929,210.355L731.847,210.152L731.576,210.757L733.297,213.905L736.072,217.696L736.065,218.772L733.392,220.682L731.828,221.575L729.998,223.153L728.545,225.274L727.312,226.215L725.987,226.171L724.697,225.296L720.779,219.611L716.248,215.462L715.72,214.433L714.395,214.301L712.465,213.475L711.686,212.054L712.542,210.574L713.613,209.075L715.816,208.055L716.401,207.259L716.732,206.072L717.352,204.445L717.092,203.971L715.427,202.38L712.907,200.946L706.532,202.731L704.872,203.698L703.811,202.711L702.912,201.048L701.164,200.944L698.878,199.558L696.063,198.296L693.442,198.09L687.887,196.371L685.833,196.444L684.592,195.793L683.177,194.245L681.973,192.598L681.168,189.02L677.081,187.747L673.034,186.96L672.86,187.551L673.215,191.08L673.139,193.069L670.636,194.401L668.063,194.742L668.233,194.069L670.803,187.446L671.911,183.236L672.989,175.636L670.653,169.845L669.932,167.166L668.989,165.908L663.479,163.388L662.988,162.428L663.572,158.419L663.038,156.801L661.652,155.156L659.737,151.89L658.804,148.973L660.791,145.367L661.154,142.86L661.871,139.337L662.374,137.399L662.44,136.815L660.987,135.588L660.547,133.713L660.68,130.973L659.81,128.961L657.846,127.848L656.582,126.192L655.811,124.006L656.114,120.591L657.167,115.885L653.795,110.553L645.924,104.5L642.031,100.177L642.185,97.517L643.594,95.113L646.349,92.791L648.28,88.941L649.131,84.411L649.182,83.578L649.082,80.35L644.905,67.586L644.199,64.393L643.551,60.449L643.282,59.386L649.949,61.71L652.691,63.11L652.274,61.394L651.67,59.939L651.83,57.687L651.413,54.392L645.54,53.104L641.661,52.76L641.016,50.474L641.33,48.96L642.496,49.803L646.254,49.904L655.249,44.837L670.841,37.921L687.468,31.134L691.425,30.223L695.33,28.727L696.56,26.623L697.937,25.088L699.921,21.332L704.497,15.258L713.355,12.437L716.476,9.471L723.047,5.073L738.63,-0.71L745.141,-2.336L751.639,-3.145L757.827,-0.594L764.425,2.729L765.907,5.061L762.357,3.894L757.091,0.829L755.295,0.869L760.731,11.44L763.37,15.058L768.398,17.469L772.389,17.906L784.011,14.704L787.987,11.852L789.028,10.545L790.195,10.98L798.01,10.533L805.936,10.126L818.622,9.013L831.813,7.832L845.496,6.493L860.264,4.89L875.873,2.789L876.707,2.31L877.965,0.158L879.981,0.063L882.451,0.814L883.694,1.524L884.26,2.435L884.743,3.446L886.071,3.466L888.489,3.883L891.904,5.3L894.615,6.754L897.378,9.038L898.716,11.914L899.334,15.341L899.632,17.562L899.994,18.423L906.089,33.823L914.244,48.237L917.55,55.368L919.101,59.204L920.77,64.783L921.73,68.81L922.154,71.087L922.321,74.251L921.034,76.425L911.658,83.602L909.898,85.599L907.66,90.281L905.528,95.024L905.168,96.597L905.12,97.529L905.998,98.884L910.107,100.419L914.267,101.603L915.758,102.761L918.758,103.98L920.074,105.335L920.948,106.602L921.424,109.79L920.978,114.403L922.09,117.557L921.239,119.978L920.639,122.604L921.21,126.946Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M715.074,-706.32L712.715,-705.803L705.84,-704.21L709.51,-700.166L710.823,-698.529L711.383,-695.971L711.532,-690.995L710.624,-686.694L709.342,-683.072L706.43,-679.233L712.012,-676.644L709.167,-671.729L707.778,-669.733L705.828,-669.833L702.234,-670.895L693.619,-673.588L689.582,-674.534L686.075,-674.56L684.19,-674.244L676.509,-676.602L675.13,-676.084L672.651,-674.361L672.648,-671.292L673.712,-663.564L674.785,-657.649L674.142,-654.068L673.435,-651.651L671.09,-645.016L663.948,-648.572L659.046,-650.947L656.464,-646.83L649.721,-639.278L647.149,-625.259L646.909,-624.79L644.977,-621.133L642.169,-619.278L640.06,-618.293L639.07,-614.105L642.6,-608.614L644.428,-605.656L646.356,-600.841L646.345,-597.726L646.161,-595.753L643.23,-591.409L637.076,-580.331L631.373,-568.807L628.928,-565.436L630.878,-556.22L628.815,-553.327L624.567,-549.927L622.304,-548.53L619.847,-547.741L612.278,-546.001L614.33,-536.1L615.136,-531.757L615.309,-529.132L614.656,-526.541L614.003,-521.583L613.685,-504.209L612.672,-502.22L611.376,-497.416L607.032,-485.884L603.407,-478.173L598.146,-467.085L603.124,-463.963L607.682,-461.701L608.837,-457.943L609.756,-451.654L609.935,-447.323L608.443,-443.329L607.271,-440.486L606.403,-439.135L600.051,-440.085L591.882,-441.403L589.765,-441.302L585.113,-439.874L580.98,-437.182L578.788,-434.926L578.268,-434.125L575.62,-429.173L570.871,-420.434L568.143,-416.537L569.198,-411.392L564.806,-401.326L568.195,-391.357L568.368,-391.018L570.123,-387.033L568.511,-384.396L567.828,-382.997L568.226,-378.367L568.891,-373.147L568.584,-370.13L568.532,-366.78L573.332,-351.765L573.457,-348.257L573.292,-345.938L572.292,-336.573L570.89,-323.873L574.194,-320.657L578.878,-316.903L581.463,-315.467L585.448,-310.935L588.516,-306.459L588.31,-303.381L587.603,-300.026L586.429,-297.591L585.457,-294.313L585.043,-291.912L584.556,-291.296L579.445,-290.84L576.748,-289.803L575.419,-288.734L576.038,-283.396L579.497,-273.577L582.442,-266.639L583.404,-262.008L582.719,-257.314L581.941,-254.908L582.069,-251.606L581.617,-245.147L579.637,-241.853L577.136,-238.205L574.241,-235.48L571.893,-234.639L569.882,-234.236L568.516,-232.839L567.405,-228.828L566.382,-224.654L562.722,-219.477L562.86,-217.706L564.543,-211.672L566.078,-204.879L565.102,-198.438L564.309,-191.586L562.723,-187.075L560.242,-185.408L558.416,-186.203L556.194,-192.3L556.07,-193.73L555.577,-195.573L549.705,-197.297L548.631,-197.19L546.369,-198.242L545.019,-198.554L542.23,-199.179L539.905,-204.539L537.337,-209.057L537.043,-210.91L536.92,-219.438L536.158,-223.145L535.923,-227.283L534.466,-223.967L535.335,-218.655L533.501,-216.435L531.205,-215.309L531.419,-212.187L532.405,-211.608L532.711,-208.404L532.143,-203.672L527.598,-192.999L526.619,-191.895L526.002,-190.457L523.566,-191.364L520.526,-188.395L517.646,-187.959L516.553,-191.24L512.408,-195.695L510.435,-195.44L512.233,-193.251L513.947,-190.389L512.961,-188.533L511.972,-187.352L510.351,-186.677L504.303,-182.976L506.376,-180.531L504.561,-177.672L502.477,-177.257L501.295,-175.999L500.925,-174.234L494.629,-169.138L484.19,-156.212L478.733,-152.591L474.999,-148.788L471.695,-149.015L467.493,-145.823L456.929,-143.216L450.056,-144.666L445.142,-143.725L442.635,-145.99L442.321,-147.596L442.532,-148.429L443.028,-149.504L442.123,-149.955L440.201,-150.188L439.336,-149.126L439.16,-146.696L438.216,-146.057L434.681,-147.613L433.809,-148.906L435.189,-151.375L437.567,-153.642L437.124,-154.078L436.717,-155.521L435.716,-155.726L432.499,-155.511L429.86,-156.034L421.576,-161.595L419.784,-164.452L413.159,-169.138L410.303,-173.994L408.84,-179.207L409.26,-183.905L410.442,-191.182L411.883,-192.965L417.871,-190.062L423.804,-185.496L424.717,-185.709L426.842,-188.99L430.642,-191.533L429.593,-192.334L423.976,-189.45L421.984,-191.309L418.91,-194.991L418.992,-196.759L420.601,-198.541L421.159,-200.964L420.55,-203.355L421.049,-206.456L423.607,-209.72L427.402,-212.936L430.204,-216.115L433.036,-218.03L432.708,-218.719L429.642,-217.575L426.532,-215.508L422.903,-211.948L418.495,-209.192L415.323,-208.245L413.758,-207.308L411.393,-206.496L408.766,-202.407L406.08,-200.775L401.323,-200.779L400.513,-203.949L402.462,-214.911L404.177,-220.229L405.887,-223.944L408.305,-224.408L410.221,-227.185L411.634,-227.113L412.714,-225.705L417.424,-224.205L419.891,-227.727L423.003,-228.093L428.623,-231.403L428.563,-232.083L424.832,-231.481L422.534,-231.414L419.236,-230.72L417.502,-231.394L416.839,-234.135L418.275,-236.522L423.716,-242.032L425.666,-244.487L426.731,-246.814L426.626,-248.429L427.641,-251.692L432.931,-257.324L437.119,-259.875L438.331,-257.454L436.932,-250.383L436.819,-247.421L440.516,-257.713L441.996,-260.205L443.703,-261.842L447.643,-262.898L448.823,-264.557L444.215,-264.116L433.061,-260.544L428.225,-257.181L426.804,-254.527L423.397,-250.522L421.794,-247.967L420.912,-244.024L418.974,-241.996L416.397,-241.357L412.729,-236.54L411.028,-232.561L407.429,-229.616L405.093,-227.287L404.336,-226.397L402.969,-224.102L401.987,-223.988L401.179,-225.387L401.266,-228.514L401.81,-233.479L403.677,-236.933L404.662,-240.438L403.787,-243.707L404.686,-245.692L406.085,-245.616L408.746,-244.541L411.638,-244.476L416.49,-246.861L415.778,-248.422L413.779,-248.691L409.93,-248.719L406.92,-251.338L404.668,-256.468L403.911,-263.218L404.798,-265.122L414.232,-271.505L416.797,-274.437L415.437,-274.845L411.882,-271.201L406.841,-269.174L404,-272.561L402.56,-276.129L402.038,-283.562L402.599,-287.361L402.545,-292.389L404.682,-293.887L406.936,-292.909L409.134,-292.449L414.358,-292.6L425.834,-295.031L432.999,-292.935L435.99,-292.985L440.691,-295.445L444.616,-295.56L447.531,-293.502L449.076,-291.153L449.234,-288.085L450.54,-286.086L451.499,-286.652L450.807,-289.141L450.751,-292.802L462.794,-296.719L464.28,-298.301L459.536,-299.018L458.282,-302.886L460.977,-308.61L460.743,-309.383L458.039,-306.387L456.646,-302.079L457.06,-298.66L456.504,-297.058L454.014,-296.364L448.56,-296.278L445.121,-297.842L441.921,-298.807L440.857,-299.954L441.288,-302.409L440.713,-302.942L439.273,-300.78L437.914,-296.401L435.321,-295.481L428.241,-297.395L417.906,-296.938L413.198,-294.96L410.231,-295.372L405.258,-299.565L403.394,-302.741L403.074,-308.988L403.489,-311.782L407.517,-312.664L409.536,-312.468L411.469,-313.816L409.923,-314.923L407.668,-316.926L406.28,-320.763L403.914,-322.094L402.509,-325.424L402.376,-330.308L403.076,-333.69L404.391,-334.726L407.431,-333.783L415.546,-333.86L422.971,-330.071L428.064,-327.87L438.56,-328.459L444.774,-331.306L443.719,-332.199L436.973,-330.658L430.88,-330.996L420.194,-334.909L415.84,-336.326L411.067,-336.065L408.626,-337.226L407.32,-340.724L408.766,-347.241L411.08,-348.571L412.228,-346.794L413.709,-346.544L415.342,-349.201L416.831,-350.752L418.165,-354.2L422.531,-357.329L424.353,-357.499L426.975,-358.921L428.6,-358.419L429.518,-356.833L430.779,-355.491L433.67,-355.539L442.254,-357.857L443.19,-358.68L444.912,-360.761L439.537,-360.019L435.036,-358.655L432.14,-358.349L431.81,-360.25L432.955,-362.003L434.671,-363.733L435.622,-366.87L437.478,-368.168L439.438,-368.005L443.55,-368.45L446.439,-369.119L451.328,-368.438L458.654,-367.014L463.327,-363.97L465.055,-364.184L466.958,-364.91L467.883,-365.918L464.147,-367.21L464.029,-369.015L464.47,-370.292L470.567,-372.554L477.186,-372.938L476.08,-374.934L461.582,-372.342L457.885,-374.421L454.951,-374.508L452.96,-373.453L447.367,-372.264L446.34,-373.245L447.519,-376.641L451.04,-382.11L451.329,-383.477L452.913,-384.802L461.588,-387.73L465.807,-391.409L467.676,-391.88L469.446,-391.581L472.28,-391.95L477.666,-390.726L480.011,-385.954L482.256,-384.456L489.241,-378.432L488.935,-380.155L482.961,-388.23L480.647,-390.245L479.019,-394.232L479.645,-397.925L481.615,-400.391L488.537,-401.589L489.757,-403.04L489.944,-405.538L488.922,-407.188L486.361,-407.134L484.296,-408.197L483.775,-410.878L484.599,-412.679L488.625,-415.907L490.786,-417.005L494.534,-418.092L500.961,-415.46L501.433,-414.077L499.662,-410.806L499.812,-408.994L501.409,-408.727L505.099,-414.237L509.48,-415.01L511.31,-416.22L513.377,-417.001L516.422,-412.005L517.706,-410.371L518.668,-409.773L519.651,-405.639L520.614,-405.386L521.96,-407.465L524.35,-408.606L527.699,-409.329L533.226,-408.362L535.773,-409.175L536.973,-409.108L535.797,-412.8L534.984,-413.823L536.126,-417.208L537.298,-418.522L541.07,-420.92L544.699,-422.028L547.029,-424.325L550.147,-426.472L549.636,-428.016L548.644,-429.896L546.587,-430.023L545.775,-431.044L548.323,-433.523L551.799,-436.376L551.145,-437.399L548.444,-438.547L546.42,-437.636L543.477,-435.409L539.997,-431.968L541.197,-431.038L542.988,-428.305L540.606,-424.541L527.565,-414.418L521.372,-411.429L518.417,-411.842L517.685,-414.6L516.402,-416.579L514.956,-420.719L512.495,-420.626L511.147,-419.674L510.51,-421.055L511.536,-425.464L513.585,-428.926L517.048,-431.62L518.608,-434.743L520.149,-439.861L525.049,-444.665L532.009,-456.715L537.773,-460.624L539.79,-464.83L543.156,-466.72L546.021,-469.998L548.249,-470.397L552.335,-473.456L554.549,-476.997L553.008,-477.13L549.454,-474.776L547.398,-473.858L547.466,-477.602L548.373,-481.456L551.271,-485.013L565.137,-495.632L566.637,-494.025L568.418,-491.033L572.655,-491.889L577.287,-497.837L580.728,-504.277L578.809,-503.145L576.725,-500.435L572.547,-496.687L570.593,-496.089L569.439,-496.483L568.743,-498.903L567.203,-499.547L565.858,-498.976L564.435,-500.675L564.067,-504.858L565.589,-511.121L566.873,-515.281L568.258,-518.485L573.745,-527.55L574.811,-532.509L577.375,-535.163L580.812,-534.698L581.814,-535.534L580.488,-538.638L576.683,-541.023L576.395,-542.594L588.507,-547.286L594.396,-547.501L596.051,-549.616L599.134,-551.109L601.408,-553.795L600.097,-554.866L594.289,-552.253L590.608,-550.915L588.92,-550.829L587.638,-549.973L582.95,-549.485L581.46,-559.552L581.934,-565.133L583.688,-565.038L583.801,-570.343L585.68,-573.527L588.466,-574.373L589.772,-575.766L591.65,-578.607L595.001,-578.167L598.428,-578.978L597.493,-580.165L593.152,-581.608L591.995,-584.38L593.35,-585.959L594.938,-587.197L596.357,-587.542L598.908,-593.186L600.482,-595.674L602.363,-595.342L604.921,-597.985L607.612,-597.266L610.002,-599.018L613.417,-600.312L626.039,-601.66L626.226,-603.898L623.49,-604.226L614.083,-604.18L609.335,-603.775L607.317,-603.022L606.557,-603.774L606.609,-605.2L608.173,-607.435L608.873,-609.794L611.948,-615.786L615.758,-619.97L618.918,-619.213L622.425,-615.724L624.852,-615.46L625.996,-614.388L628.149,-609.475L628.94,-609.359L628.208,-614.202L630.154,-618.278L629.501,-619.387L626.168,-617.7L623.459,-618.922L621.2,-621.787L620.437,-624.498L621.5,-627.255L622.588,-628.676L621.702,-630.218L616.843,-625.578L613.342,-624.352L611.83,-624.874L612.339,-628.748L611.715,-631.743L616.055,-639.645L617.591,-640.561L620.331,-640.224L622.917,-638.269L624.971,-638.783L627.106,-640.023L626.6,-642.043L621.764,-642.479L620.394,-644.079L620.752,-645.808L623.866,-647.746L626.921,-651.212L630.562,-652.401L633.316,-655.052L633.91,-654.563L634.541,-653.628L636.318,-644.896L639.635,-637.923L640.699,-637.746L639.127,-643.792L639.94,-645.656L640.996,-647.093L641.276,-648.643L639.851,-649.057L638.495,-651.093L636.243,-657.994L636.698,-659.92L639.862,-663.883L644.144,-665.167L649.02,-663.01L650.666,-663.076L653.326,-664.052L657.678,-666.644L660.309,-667.812L661.669,-667.952L661.899,-669.057L660.534,-669.638L660.063,-670.221L658.999,-670.563L654.904,-668.981L643.179,-668.231L641.978,-669.383L641.582,-671.51L642.527,-674.66L643.717,-676.572L647.823,-680.023L652.365,-680.912L656.666,-686.852L658.133,-691.073L658.48,-697.54L660.875,-702.958L667.925,-706.624L668.051,-707.909L666.961,-710.516L666.503,-715.286L667.912,-721.178L669.011,-723.215L669.569,-723.551L671.355,-721.839L673.701,-718.191L676.91,-716.378L680.844,-716.39L681.766,-717.594L678.476,-719.478L675.842,-722.084L675.298,-725.03L676.229,-726.69L677.883,-726.703L679.995,-727.321L681.722,-729.448L681.807,-730.92L681.653,-732.729L681.93,-734.774L684.226,-739.631L692.633,-743.728L693.444,-742.551L694.136,-733.76L693.834,-727.96L694.372,-723.829L695.596,-728.191L696.37,-739.823L697.402,-745.369L698.919,-748.694L700.235,-749.608L701.373,-751.326L703.031,-752.567L703.784,-751.385L704.753,-748.673L705.103,-738.63L705.671,-735.502L705.14,-731.217L702.173,-721.304L702.527,-720.166L703.45,-720.748L704.88,-722.496L708.877,-732.014L713.585,-731.589L713.546,-732.316L711.742,-734.712L709.566,-736.967L708.614,-739.948L707.709,-748.171L708.583,-751.695L712.484,-751.891L714.791,-752.69L716.107,-751.321L718.404,-751.756L719.109,-757.938L722.218,-758.964L725.642,-755.44L729.381,-753.355L732.74,-750.023L733.337,-751.223L730.455,-759.794L728.361,-762.69L724.657,-763.861L720.36,-767.257L719.147,-768.826L719.13,-770.209L722.099,-771.959L726.625,-771.189L729.834,-775.031L731.052,-774.302L733.674,-776.488L735.811,-774.525L736.778,-775.333L736.947,-778.604L741.216,-781.269L744.414,-779.961L746.298,-778.432L747.664,-775.053L749.961,-768.23L752.908,-764.861L754.704,-763.236L756.502,-763.094L756.928,-765.113L755.003,-767.083L754.175,-769.158L753.99,-774.592L754.502,-776.817L757.984,-785.529L761.344,-790.429L763.709,-791.244L766.191,-801.229L767.117,-803.088L768.142,-803.752L767.416,-805.856L764.859,-806.862L764.202,-809.636L766.612,-813.657L769.174,-820.062L770.932,-820.784L772.334,-819.466L776.461,-817.568L779.204,-815.026L781.09,-813.908L782.076,-814.392L782.471,-816.819L783.306,-818.025L785.679,-817.953L787.325,-816.793L788.463,-816.844L789.551,-816.227L790.194,-814.39L788.667,-811.91L786.424,-805.723L784.36,-798.84L783.901,-795.381L784.57,-786.649L782.976,-780.644L783.559,-776.758L784.989,-775.185L787.662,-777.215L790.201,-783.045L790.03,-788.607L795.816,-805.167L798.238,-814.233L801.407,-821.985L803.726,-823.912L805.988,-819.799L806.25,-813.739L805.102,-809.629L806.956,-808.255L807.643,-803.713L807.747,-801.202L807.993,-798.631L808.508,-796.308L809.797,-797.251L814.263,-803.135L814.541,-808.461L814.972,-812.512L814.846,-815.873L816.283,-819.41L820.31,-820.348L820.199,-821.644L814.35,-824.719L813.348,-826.565L814.404,-829.455L817.664,-835.42L820.082,-835.424L821.747,-834.588L827.431,-835.102L832.449,-832.631L833.669,-827.152L833.268,-824.592L832.683,-823.03L828.271,-817.519L827.824,-815.336L829.71,-815.034L832.883,-817.974L834.319,-816.341L834.306,-811.335L835.75,-804.335L836.312,-800.141L837.219,-796.411L838.212,-794.49L837.75,-802.845L837.765,-804.921L839.24,-808.489L838.544,-814.735L838.83,-822.465L840.153,-827.247L841.256,-828.757L845.845,-829.733L848.256,-828.643L850.85,-825.612L852.495,-824.521L856.965,-824.076L858.917,-822.598L859.442,-821.598L860.487,-821.59L862.517,-824.979L864.221,-825.911L868.241,-822.626L868.471,-819.364L868.917,-818.441L872.41,-819.582L875.656,-819.24L883.026,-814.546L884.455,-811.813L885.137,-808.208L878.069,-802.075L875.547,-797.414L870.088,-794.433L849.652,-791.774L850.778,-789.142L866.085,-786.869L867.338,-785.41L867.825,-781.775L868.525,-778.856L869.348,-777.005L870.82,-775.513L872.755,-775.086L876.105,-776.449L878.066,-775.941L878.861,-777.755L877.996,-782.699L878.714,-784.024L881.039,-783.149L883.269,-778.2L883.979,-777.829L883.913,-781.768L885.931,-782.041L887.928,-782.877L890.796,-783.016L893.577,-776.723L894.239,-774.364L894.434,-771.97L894.119,-770.658L892.975,-769.868L889.887,-769.198L884.987,-770.672L881.664,-772.4L880.819,-772.265L880.51,-771.9L881.806,-769.619L882.201,-767.66L882.324,-765.44L882.248,-763.449L881.932,-761.582L880.815,-759.125L878.361,-756.785L871.311,-751.566L871.033,-749.999L870.713,-740.589L870.338,-739.095L869.7,-737.814L867.269,-735.705L865.484,-737.299L863.632,-739.996L863.162,-742.95L864.961,-749.373L866.903,-754.071L867.375,-755.687L868.057,-760.165L862.047,-769.291L855.336,-770.772L847.345,-773.745L844.215,-775.598L839.065,-779.778L835.259,-783.735L832.73,-783.226L830.305,-781.436L827.001,-776.267L825.033,-773.571L823.786,-772.631L823.49,-772.47L820.111,-773.007L816.639,-772.505L814,-771.544L813.126,-770.698L810.737,-763.098L808.812,-759.055L807.611,-757.496L806.943,-755.31L806.748,-751.836L807.164,-740.07L806.572,-735.507L806.806,-732.786L808.789,-724.991L809.391,-720.51L808.293,-716.596L807.327,-714.646L805.621,-713.924L803.562,-712.58L802.015,-710.058L801.2,-706.954L800.909,-700.2L798.705,-697.375L795.983,-697.475L793.649,-699.486L789.362,-700.572L786.215,-701.156L782.488,-703.008L779.202,-704.403L776.549,-704.275L775.464,-701.604L774.69,-699.084L770.497,-696.403L768.148,-694.521L764.87,-693.575L763.239,-695.022L758.249,-695.251L752.298,-695.518L750.63,-695.239L749.624,-697.99L747.418,-701.82L742.225,-708.183L740.169,-710.408L736.079,-715.695L731.526,-721.106L731.039,-721.213L728.586,-721.016L725.072,-720.296L723.042,-718.619L721.863,-716.616L721.799,-715.236L723.996,-709.996L723.813,-708.509L723.179,-707.776L719.713,-708.815L715.824,-708.159ZM401.484,-294.751L399.315,-294.197L397.727,-294.803L398.602,-299.44L399.497,-300.154L400.791,-300.419L402.002,-297.79ZM402.321,-256.599L402.083,-250.841L399.928,-251.388L399.01,-253.648L398.832,-255.101L399.198,-258.391L398.88,-261.891L399.585,-263.549L400.466,-263.753L401.678,-260.626ZM874.716,-779.369L871.778,-776.988L871.075,-778.118L871.255,-780.235L871.106,-784.336L872.531,-784.527L874.31,-783.402L875.847,-781.931ZM560.401,-518.043L559.101,-516.425L556.465,-516.784L556.202,-518.091L556.796,-520.824L558.332,-522.01L560.357,-521.809L561.066,-520.692ZM486.281,-419.218L483.817,-419.166L482.245,-420.312L485.926,-422.419L491.657,-424.512L492.145,-425.804L492.859,-425.97L493.794,-424.319L493.933,-422.071L493.288,-420.954ZM477.885,-402.953L475.72,-402.993L473.17,-403.82L471.522,-405.493L471.312,-406.877L474.388,-408.625L477.364,-409.603L478.768,-407.594L478.792,-404.403ZM750.266,-806.491L750.189,-804.797L749.925,-803.07L748.794,-801.189L745.88,-793.781L743.687,-792.376L743.065,-791.152L742.238,-790.359L739.091,-790.75L738.447,-789.248L737.725,-788.197L735.66,-787.48L734.288,-787.623L730.576,-789.519L728.217,-791.829L726.778,-794.012L729.841,-794.415L730.809,-795.132L732.934,-795.017L733.723,-797.567L736.375,-797.732L741.055,-800.205L743.008,-799.612L746.197,-805.765L747.525,-805.814L749.222,-807.704ZM783.372,-830.551L788.27,-829.507L789.784,-829.829L792.818,-826.614L793.894,-827.223L794.198,-824.933L792.179,-823.369L788.782,-821.988L788.328,-821.422L785.266,-821.157L782.943,-823.777L779.917,-824.001L779.713,-824.994L781.071,-827.625ZM755.742,-793.216L756.497,-790.839L757,-788.791L755.899,-785.614L752.88,-781.168L753.246,-780.212L752.165,-778.998L750.341,-777.933L749.145,-778.465L748.702,-781.728L748.214,-782.664L747.007,-781.06L745.203,-782.51L744.859,-784.122L745.048,-785.64L746.094,-788.145L748.151,-789.993L749.806,-789.728L753.921,-796.518L754.709,-795.356ZM762.541,-795.405L759.63,-792.719L757.369,-794.165L756.23,-795.82L755.425,-799.868L755.412,-802.385L756.707,-804.024L757.879,-803.213L758.26,-802.537L760.204,-802.058L762.782,-799.928ZM592.492,-654.094L593.71,-653.266L596.647,-653.705L597.217,-653.38L596.889,-651.926L595.676,-650.242L593.047,-649.106L591.941,-646.627L591.157,-645.778L588.815,-645.562L587.462,-644.953L585.845,-642.722L584.381,-644.259L584.093,-643.081L583.919,-641.015L583.184,-640.442L580.867,-639.525L580.088,-644.229L581.108,-646.067L581.841,-648.072L583.133,-648.493L584.313,-648.373L586.149,-652.946L588.967,-654.35L590.747,-654.536ZM576.218,-633.146L573.482,-630.26L574.312,-635.295L575.621,-640.357L577.569,-643.306L578.724,-642.286L578.351,-639.854L578.462,-637.446L578.029,-636.265ZM615.392,-690.669L618.192,-685.638L619.497,-682.668L619.051,-676.863L616.896,-673.821L613.276,-673.02L610.682,-673.109L608.958,-674.432L608.652,-675.942L607.674,-676.326L605.301,-674.188L603.626,-673.809L601.362,-675.196L600.597,-677.67L602.693,-680.956L603.615,-683.449L606.189,-683.348L606.91,-682.674L608.355,-682.321L609.034,-685.253L608.691,-687.306L609.269,-688.699L612.423,-687.926L612.035,-693.409L613.139,-693.94L613.693,-693.709L614.646,-692.603ZM691.229,-765.318L692.266,-764.81L693.108,-765.29L693.879,-764.841L695.706,-762.324L697.445,-761.455L697.757,-760.117L696.474,-758.563L694.543,-757.936L692.439,-758.116L691.638,-759.758L690.633,-762.478L688.549,-765.059L687.978,-767.471L689.377,-768.114ZM710.021,-761.197L709.247,-759.795L707.845,-759.133L706.976,-759.746L705.815,-760.133L704.578,-759.682L703.24,-761.795L703.051,-763.611L704.156,-766.347L706.804,-768.199L709.165,-767.987L709.917,-767.266ZM683.191,-756.283L685.144,-753.682L686.519,-754.132L686.764,-755.265L687.655,-755.93L689.773,-754.642L689.844,-752.08L687.565,-748.483L686.206,-743.726L683.889,-742.337L682.659,-742.733L680.719,-739.84L679.309,-736.832L677.903,-733.19L677.988,-731.372L677.824,-729.983L671.2,-727.84L668.887,-726.666L666.155,-727.455L664.658,-729.662L664.91,-730.967L667.463,-731.707L667.286,-733.879L667.793,-735.215L668.556,-736.032L668.832,-738.806L669.785,-739.646L671.8,-739.237L672.862,-741.373L673.542,-741.727L674.637,-740.209L674.759,-742.511L674.127,-744.543L674.161,-745.92L676.176,-749.826L676.952,-752.579L678.282,-754.483L679.723,-754.384L679.86,-756.972L679.102,-759.451L679.094,-761.104L679.864,-765.338L681.239,-765.693L682.391,-762.157ZM571.099,-532.362L569.472,-532.125L569.397,-534.142L570.287,-536.108L571.721,-537.394L573.631,-537.821L575.769,-538.084L576.479,-537.059L575.279,-535.603ZM568.978,-539.399L567.143,-538.98L567.356,-541.273L568.827,-543.438L569.364,-544.866L569.592,-546.634L570.869,-547.915L572.847,-546.32L573.03,-543.6L572.175,-540.928ZM545.89,-479.396L544.847,-477.979L542.292,-479.059L537.475,-478.099L535.459,-479.372L536.947,-482.096L541.333,-484.964L543.706,-484.838L546.151,-481.492ZM654.516,-728.311L657.043,-725.564L657.929,-726.569L659.794,-727.039L661.337,-726.201L662.717,-724.435L664.166,-724.501L665.283,-722.163L666.098,-718.973L665.312,-716.429L663.982,-715.193L663.888,-712.363L664.91,-708.474L661.812,-706.779L658.036,-705.748L656.385,-707.485L653.748,-703.769L651.225,-698.078L649.887,-697.313L649.588,-699.006L647.345,-699.968L644.542,-699.793L644.491,-701.057L644.938,-702.006L647.201,-703.58L647.406,-706.322L646.478,-711.135L646.715,-713.52L646.616,-715.237L647.947,-717.275L653.098,-716.875L653.508,-718.736L652.995,-719.867L650.24,-721.594L650.498,-722.985L652.204,-724.431L654.017,-724.797L654.337,-726.834L654.31,-727.743ZM627.215,-671.73L627.515,-671.394L629.681,-676.616L632.325,-678.368L632.385,-680.087L633.319,-681.881L632.949,-684.648L633.371,-686.852L634.726,-687.6L635.536,-688.393L636.503,-688.929L638.472,-687.295L639.655,-685.413L641.336,-681.048L641.183,-676.703L638.101,-673.004L635.52,-671.248L633.06,-667.168L631.959,-663.927L630.858,-663.116L630.086,-663.323L629.338,-664.072L627.906,-663.956L626.625,-661.067L622.149,-658.473L620.254,-658.959L619.979,-661.724L618.906,-661.374L617.364,-658.027L615.729,-656.832L614.658,-656.397L612.447,-657.498L607.131,-651.487L601.828,-650.163L600.069,-650.682L599.863,-654.076L603.018,-658.668L605.626,-661.889L615.172,-664.608L620.485,-674.088L621.158,-683.967L622.299,-687.576L621.469,-689.589L619.833,-689.826L619.534,-692.875L620.081,-696.263L622.855,-701.094L624.359,-703.206L626.689,-709.015L627.907,-710.385L629.426,-710.512L631.068,-709.198L631.055,-706.204L629.252,-700.616L626.297,-695.757L626.967,-692.465L628.525,-689.88L629.237,-685.331L629.673,-680.854L627.587,-674.733ZM191.271,-823.871L189.664,-823.88L189.033,-825.262L192.034,-827.849L200.946,-831.979L205.222,-836.945L211.397,-837.609L211.043,-834.379L209.782,-830.506L203.973,-828.532L197.913,-827.774ZM653.684,-987.517L652.196,-985.101L649.078,-988.018L646.829,-991.921L647.6,-993.568L652.283,-994.432L653.725,-992.376L654.093,-991.16ZM712.29,-1246.023L710.615,-1245.54L706.565,-1249.12L705.161,-1252.761L705.359,-1254.407L706.813,-1254.836L710.315,-1250.167L713.176,-1249.212ZM750.705,-1348.8L741.697,-1343.66L740.223,-1345.027L753.907,-1356.212L754.515,-1357.079L757.158,-1358.812L760.079,-1358.15L759.713,-1356.788ZM651.762,-1231.313L653.588,-1230.127L657.036,-1230.994L660.572,-1221.276L663.411,-1210.961L665.31,-1210.441L668.493,-1212.546L671.376,-1213.776L673.063,-1213.233L676.396,-1210.685L677.985,-1208.773L677.258,-1206.865L675.046,-1204.489L675.59,-1198.85L678.522,-1197.287L683.666,-1193.325L686.233,-1193.175L690.164,-1195.893L694.953,-1192.961L699.886,-1189.247L691.471,-1181.795L690.93,-1180.035L690.425,-1175.592L689.644,-1171.829L688.711,-1169.592L686.466,-1165.574L685.119,-1163.992L681.541,-1163.666L680.473,-1162.04L679.733,-1159.034L678.866,-1156.73L675.808,-1155.697L673.747,-1158.224L674.142,-1159.213L674.085,-1160.949L672.828,-1164.849L675.127,-1169.353L675.408,-1171.772L674.689,-1172.474L673.916,-1172.137L671.564,-1172.979L670.937,-1172.875L669.541,-1170.171L667.331,-1168.163L664.919,-1167.365L655.286,-1162.698L653.584,-1163.575L652.009,-1169.607L655.627,-1173.333L655.446,-1178.768L655.931,-1182.454L656.727,-1184.953L657.992,-1191.361L658.456,-1191.848L652.32,-1195.884L649.753,-1198.718L646.536,-1204.585L645.059,-1209.576L641.39,-1213.43L640.99,-1219.013L638.829,-1218.29L636.54,-1221.945L637.855,-1224.326L645.543,-1227.95L649.936,-1231.135ZM628.792,-1329.826L629.939,-1329.339L635.653,-1330.424L637.013,-1329.105L637.996,-1325.545L639.104,-1324.41L640.365,-1324.283L644.158,-1320.315L645.326,-1319.853L645.834,-1322.445L645.525,-1328.731L644.315,-1335.982L643.466,-1339.465L643.425,-1341.768L644.28,-1342.792L645.573,-1342.79L646.61,-1344.289L647.291,-1346.722L648.375,-1347.241L651.142,-1345.962L652.053,-1344.69L651.863,-1341.9L652.303,-1337.905L652.553,-1329.716L655.108,-1329.731L658.309,-1331.956L658.777,-1334.458L659.949,-1338.526L662.019,-1338.365L662.867,-1338.966L663.045,-1340.654L662.864,-1342.605L663.997,-1342.492L666.18,-1339.163L667.01,-1338.664L668.085,-1339.867L668.567,-1339.963L670.125,-1338.727L676.501,-1337.265L678.821,-1336.203L679.982,-1335.123L681.019,-1334.46L687.229,-1335.91L691.839,-1335.942L693.92,-1334.203L696.217,-1330.532L698.861,-1321.445L698.18,-1318.652L691.514,-1305.352L689.971,-1301.208L689.551,-1297.64L689.205,-1289.976L688.715,-1287.601L685.006,-1283.163L684.036,-1282.643L680.368,-1283.632L679.417,-1283.228L676.084,-1278.703L675.082,-1276.147L674.249,-1273.092L672.451,-1271.36L670.184,-1271.69L660.387,-1271.439L658.742,-1273.296L657.043,-1276.968L658.059,-1282.293L647.816,-1278.66L635.995,-1277.921L635.304,-1278.462L634.497,-1280.378L630.335,-1281.07L627.133,-1282.232L624.223,-1284.623L621.311,-1287.774L621.892,-1289.46L622.555,-1290.513L624.623,-1291.22L626.569,-1291.055L629.913,-1291.521L630.204,-1295.112L631.384,-1296.358L632.072,-1299.044L628.339,-1300.128L624.649,-1299.832L622.517,-1297.389L619.79,-1296.06L617.221,-1295.622L612.172,-1295.64L609.647,-1296.843L605.965,-1300.287L604.623,-1302.395L604.004,-1304.049L603.368,-1306.565L606.776,-1309.223L607.948,-1311.198L609.023,-1313.923L603.426,-1314.677L600.905,-1316.452L598.317,-1319.312L599.954,-1321.226L607.072,-1323.454L609.146,-1322.508L611.319,-1320.493L613.608,-1319.476L615.252,-1322.62L613.195,-1323.662L610.853,-1328.268L610.221,-1330.588L610.22,-1332.443L611.04,-1332.873L611.809,-1332.205L614.901,-1328.018L617.018,-1326.769L616.992,-1331.019L616.797,-1333.069L616.248,-1334.635L614.957,-1337.529L613.686,-1341.197L614.781,-1342.327L616.058,-1342.057L619,-1339.822L621.889,-1338.357L623.321,-1336.805L626.241,-1332.625ZM587.719,-1303.556L588.311,-1303.503L588.793,-1304.195L589.018,-1305.939L589.351,-1306.941L592.209,-1306.033L596.388,-1303.01L597.731,-1301.428L599.699,-1298.087L601.659,-1292.394L601.052,-1288.043L600.083,-1283.983L599.84,-1281.714L600.691,-1278.603L600.774,-1275.521L600.54,-1272.729L602.382,-1276.012L605.83,-1286.427L606.43,-1287.137L607.178,-1286.901L609.428,-1285.127L611.851,-1280.281L612.49,-1278.649L613.061,-1276.583L613.563,-1274.085L613.794,-1271.131L613.871,-1269.119L613.011,-1267.741L612.715,-1266.431L613.78,-1266.451L615.183,-1265.026L616.672,-1261.917L618.1,-1260.713L622.474,-1262.43L625.675,-1261.042L627.987,-1255.836L630.356,-1257.427L629.972,-1260.238L630.331,-1261.561L633.8,-1261.088L635.744,-1259.983L637.904,-1257.428L635.538,-1252.321L638.69,-1248.223L643.422,-1245.641L646.467,-1242.615L647.187,-1241.246L647.887,-1239.455L646.592,-1236.728L645.076,-1235.132L640.744,-1234.286L637.086,-1231.979L630.011,-1229.758L629.008,-1228.892L628.849,-1228.138L628.708,-1225.92L626.527,-1220.724L624.539,-1214.423L623.865,-1210.695L623.615,-1205.571L623.629,-1202.562L624.642,-1199.678L624.841,-1196.595L623.025,-1193.996L621.666,-1193.834L619.954,-1194.047L618.441,-1192.528L618.587,-1190.479L619.002,-1187.637L619.592,-1178.951L619.807,-1172.3L619.674,-1166.238L619.191,-1162.808L618.161,-1161.773L614.545,-1160.868L612.333,-1154.819L611.078,-1144.517L610.273,-1140.478L608.338,-1134.006L609.021,-1131.849L610.053,-1129.525L609.07,-1125.087L607.368,-1120.085L607.597,-1118.194L608.681,-1114.878L609.351,-1111.426L607.969,-1108.282L604.963,-1106.396L601.655,-1107.8L599.943,-1109.755L598.237,-1112.818L596.53,-1114.882L594.856,-1116.047L588.278,-1122.761L581.944,-1133.784L576.61,-1137.961L573.273,-1139.867L571.574,-1141.784L569.877,-1144.516L568.401,-1147.57L566.93,-1151.441L566.241,-1153.839L565.894,-1157.48L566.181,-1159.634L566.66,-1160.782L570.456,-1161.929L571.892,-1161.51L573.377,-1159.67L574.65,-1159.04L576.849,-1168.779L592.422,-1175.514L597.473,-1176.885L602.601,-1177.366L601.555,-1179.833L600.569,-1183.13L599.748,-1183.773L596.06,-1181.582L590.319,-1179.131L587.426,-1178.892L584.341,-1179.981L581.415,-1179.04L578.549,-1175.959L575.587,-1174.011L572.592,-1173.094L566.17,-1173.003L564.521,-1174.34L562.19,-1177.588L561.606,-1179.298L561.045,-1181.421L560.301,-1187.851L560.647,-1189.617L561.213,-1190.574L561.839,-1191.226L563.239,-1191.407L564.666,-1190.357L568.059,-1186.857L567.066,-1190.809L575.875,-1196.126L579.763,-1200.539L581.848,-1201.317L584.037,-1201.282L583.389,-1203.403L583.227,-1205.461L584.609,-1207.228L585.63,-1208.037L588.883,-1209.138L596.402,-1209.601L598.964,-1210.986L600.703,-1214.065L598.657,-1212.826L596.529,-1212.417L595.484,-1212.943L592.985,-1215.21L591.672,-1218.317L593.974,-1225.093L594.701,-1228.294L591.791,-1227.505L590.911,-1226.382L588.037,-1220.083L585.702,-1217.181L582.679,-1215.689L579.545,-1215.55L578.798,-1216.325L577.558,-1220.29L577.108,-1222.339L577.151,-1223.489L577.887,-1226.776L578.128,-1230.344L577.817,-1233.353L577.064,-1233.82L576.144,-1230.824L575.383,-1226.696L574.133,-1224.522L572.606,-1225.04L571.864,-1226.554L571.152,-1228.905L570.541,-1229.804L569.908,-1229.762L568.662,-1228.74L567.472,-1226.786L568.104,-1224.22L568.424,-1221.22L567.98,-1218.799L567.736,-1215.874L569.219,-1214.203L570.524,-1211.382L568.932,-1209.931L567.411,-1207.97L566.124,-1204.889L564.705,-1202.426L562.285,-1202.08L559.309,-1200.677L553.198,-1199.856L550.158,-1203.54L549.562,-1205.272L548.947,-1206.486L546.965,-1208.37L544.025,-1214.162L541.647,-1220.722L540.221,-1221.296L538.067,-1223.411L536.861,-1225.351L535.729,-1227.818L535.304,-1230.83L535.352,-1233.546L536.532,-1234.834L533.557,-1237.781L530.617,-1241.789L531.624,-1243.176L532.646,-1243.831L541.202,-1239.275L541.764,-1239.924L542.592,-1242.364L542.232,-1243.084L540.801,-1243.557L538.89,-1243.492L538.416,-1244L537.589,-1246.492L536.83,-1249.619L536.518,-1251.711L536.32,-1254.125L537.597,-1257.852L538.262,-1261.25L537.035,-1262.688L533.664,-1262.482L532.536,-1262.029L533.071,-1257.297L532.092,-1254.006L530.06,-1251.326L528.55,-1252.554L527.269,-1258.845L525.677,-1263.141L525.058,-1265.876L524.582,-1269.888L523.928,-1272.738L522.788,-1276.219L522.635,-1278.341L522.728,-1280.043L523.464,-1283.672L522.821,-1286.644L522.029,-1289.298L521.967,-1290.791L522.645,-1292.724L523.263,-1293.376L523.933,-1293.173L525.98,-1290.968L527.138,-1288.324L527.488,-1288.544L528.147,-1292.616L529.109,-1293.493L532.996,-1294.877L537.514,-1289.886L538.694,-1288.859L539.616,-1288.464L539.064,-1290.686L538.685,-1293.665L539.313,-1294.757L542.902,-1292.326L544.547,-1292.499L548.234,-1296.191L554.516,-1298.218L557.086,-1295.682L557.288,-1294.194L557.318,-1292.27L557.23,-1291.731L555.943,-1289.309L547.901,-1287.092L542.877,-1279.851L550.12,-1281.228L551.47,-1280.548L552.317,-1274.745L552.865,-1274.241L554.835,-1273.493L556.211,-1271.869L557.68,-1268.664L559.179,-1266.524L560.011,-1266.889L560.159,-1269.228L559.67,-1272.063L559.286,-1275.225L559.204,-1278.728L559.238,-1281.603L560.669,-1283.711L562.479,-1290.439L564.511,-1295.062L567.233,-1293.21L570.067,-1287.741L572.817,-1280.048L575.572,-1271.748L578.808,-1261.51L580.283,-1257.928L581.455,-1257.178L587.341,-1246.819L587.907,-1246.552L586.166,-1254.618L582.455,-1268.372L579.839,-1278.995L579.145,-1283.095L578.403,-1288.801L578.384,-1290.511L578.46,-1292.015L579.159,-1298.396L580.467,-1301.513L579.642,-1305.746L579.748,-1309.094L581.144,-1311.803L582.622,-1312.147L584.263,-1310.243ZM529.743,-1221.314L529.965,-1217.164L531.878,-1217.624L534.26,-1213.328L536.817,-1211.121L537.599,-1209.488L538.18,-1207.436L539.827,-1203.353L540.709,-1199.046L538.891,-1198.575L536.184,-1204.687L534.054,-1208.144L531.393,-1211.079L529.323,-1211.239L528.394,-1212.463L524.856,-1223.298L524.178,-1225.784L522.256,-1229.819L521.345,-1234.816L521.292,-1238.788L523.812,-1237.884L526.032,-1235.414L528.034,-1229.816L528.449,-1228.156L527.608,-1225.847L528.557,-1223.057ZM605.867,-1330.06L604.011,-1326.357L599.939,-1328.616L600.09,-1331.357L600.77,-1333.069L603.239,-1332.696ZM733.265,-1267.372L736.725,-1267.829L739.838,-1269.615L740.643,-1268.853L737.132,-1264.586L731.892,-1264.972L727.45,-1264.292L723.102,-1259.679L721.072,-1260.588L722.907,-1264.579L725.495,-1266.289L725.44,-1268.432L726.429,-1269.108L730.129,-1270.249Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M403.677,202.887L400.656,202.667L397.851,202.454L396.35,202.135L394.766,201.315L394.083,199.796L393.305,198.024L393.577,196.882L396.418,193.966L396.892,193.081L396.589,192.654L396.979,191.269L399.239,186.753L399.543,184.868L398.747,183.51L397.39,182.702L393.175,181.092L391.237,179.095L390.469,177.322L389.533,176.778L388.114,177.283L384.552,177.756L381.715,176.693L378.477,173.291L377.893,170.366L377.589,168.2L376.784,167.328L375.547,168.414L374.057,170.146L371.171,170.141L370.45,169.685L370.296,168.683L370.244,167.771L369.462,166.567L368.757,165.863L364.936,168.935L363.557,168.766L361.932,167.423L361.159,166.134L359.303,166.758L357.504,168.13L357.955,171.053L356.963,171.484L354.954,171.103L352.687,169.794L350.181,168.879L346.38,166.63L340.835,167.888L337.15,165.632L334.079,165.236L332.179,163.519L330.358,160.813L331.976,159.2L333.399,158.729L339.149,158.829L343.313,160.208L350.463,166.335L352.383,166.383L354.448,165.86L353.49,164.224L351.628,163.354L348.968,161.682L346.89,159.386L352.131,159.087L351.462,157.966L350.956,156.029L345.912,149.139L346.991,147.395L348.627,143.702L350.53,140.689L351.954,139.96L354.418,137.893L359.684,131.621L363.171,126.466L365.867,120.345L370.282,103.061L371.498,100.153L373.248,96.945L375.273,97.73L376.561,98.717L381.658,96.527L390.563,90.553L393.324,85.063L395.917,82.627L405.895,77.973L411.281,76.724L419.581,76.659L425.648,75.984L432.815,75.91L435.471,79.147L436.931,81.514L439.455,82.836L443.427,83.868L442.984,88.409L442.824,97.344L442.468,98.906L440.493,102.653L438.421,109.291L437.762,113.737L437.213,114.629L429.521,114.289L428.452,115.078L428.211,115.98L428.586,117.151L428.337,118.3L427.679,119.186L427.939,120.684L429.236,122.384L431.6,123.541L434.207,123.711L435.57,123.591L436.473,124.777L437.46,126.627L437.28,129.019L436.764,132.061L435.519,134.914L431.84,138.099L430.119,139.197L428.624,139.806L427.858,140.605L427.501,141.75L427.571,142.744L430.007,145.473L429.882,146.048L429.095,147.425L428.099,148.712L421.451,151.194L418.713,150.841L417.181,152.102L416.639,152.411L415.001,151.022L411.152,149.457L409.757,149.893L408.877,150.681L406.406,151.481L404.648,152.889L404.562,154.786L407.413,159.871L408.431,160.907L408.348,162.803L409.736,165.176L411.209,168.13L411.239,169.948L411.052,171.84L410.087,174.441L407.147,180.507L407.093,181.743L407.268,182.659L408.221,182.948L408.843,183.47L408.593,184.285L403.361,188.347L402.683,189.059L400.653,188.718L400.297,189.444L400.458,190.608L401.269,191.718L403.074,192.296L404.533,193.435L405.73,195.634ZM352.687,169.794L352.138,171.576L350.938,173.479L346.794,176.004L342.493,177.602L340.48,177.209L339.056,176.113L338.381,175.071L336.213,173.918L333.262,173.2L331.26,174.123L329.903,175.011L328.741,174.756L327.951,173.867L327.307,172.492L326.778,168.313L329.071,167.748L333.993,167.794L337.609,169.554L342.462,170.57L346.437,168.867L349.3,170.803ZM419.254,72.088L415.205,73.578L414.198,73.204L414.525,72.721L418.036,71.873ZM407.714,74.078L402.061,74.559L400.148,73.886L399.867,73.375L401.414,73.118L406.216,73.263L407.623,73.825ZM384.03,80.085L378.502,83.25L378.121,82.73L381.68,79.869ZM390.374,76.701L387.693,76.971L386.502,76.243L393.042,74.687L397.056,74.312L397.758,74.596ZM377.014,91.037L373.928,94.251L372.237,93.154L371.871,92.386L372.855,89.793L377.331,85.668ZM345.672,152.515L348.455,155.276L348.927,156.137L349.076,157.057L345.404,157.792L341.71,154.382L339.116,154.937L338.274,153.385L338.347,152.397L341.044,151.851ZM430.701,69.124L428.148,69.198L428.906,67.983L431.385,67.076L432.709,67.122ZM-3074.518,191.641L-3081.231,192.727L-3079.812,189.921L-3075.688,187.002L-3074.706,184.955L-3074.909,182.507L-3074.169,180.62L-3072.055,179.247L-3070.885,188.332ZM-2675.704,251.462L-2677.365,251.105L-2677.953,250.17L-2677.578,248.971L-2676.097,247.857L-2675.99,248.924L-2675.808,249.475L-2675.994,249.844ZM-2679.307,235.386L-2679.674,235.204L-2679.741,234.34L-2678.89,233.933L-2678.265,234.151L-2678.268,234.61L-2678.568,235.291Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M438.393,536.29L436.273,537.057L436.423,536.072L436.932,535.509L437.556,535.278L438.285,535.71Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M406.167,232.94L405.786,234.161L405.77,237.046L406.527,239.882L408.385,242.764L409.838,244.886L411.861,246.617L415.432,248.326L416.851,248.711L416.882,250.772L416.576,252.986L415.314,254.173L414.031,255.853L413.062,257.957L412.012,262.036L411.785,264.911L409.725,263.673L408.651,262.804L406.778,262.478L404.866,263.056L403.471,264.479L401.457,264.802L399.923,264.321L398.974,263.206L398.228,262.512L395.822,261.741L394.899,260.131L395.709,259.428L396.43,258.225L397.056,256.688L397.902,255.161L395.777,250.94L395.288,249.597L393.526,247.204L393.581,246.053L394.077,244.922L394.01,244.012L394.329,241.966L395.741,240.054L396.735,237.627L398.423,234.407L402,230.53L404.267,231.291L405.36,231.339L405.956,232.766Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M511.662,380.424L509.105,380.179L508.641,380.179L508.409,378.533L508.525,374.914L509.915,370.307L510.263,371.047L510.379,372.034L510.728,373.021L510.844,374.337L511.309,375.653L512.239,376.886L512.589,378.037L512.126,379.519Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M427.349,432.688L428.383,433.791L430.84,435.019L437.414,433.646L441.488,432.274L444.494,430.705L446.264,431.078L452.614,433.611L454.776,432.423L459.463,429.308L460.207,427.594L463.85,422.477L463.989,421.245L462.514,417.928L462.997,417.278L467.533,413.982L469.816,411.056L472.197,409.117L473.842,409.14L474.303,409.804L474.52,411.206L474.207,416.879L474.892,418.616L478.382,422.774L480.838,425.106L486.62,426.726L486.85,427.551L485.283,430.581L488.809,434.313L489.383,436.951L491.035,438.526L493.299,437.801L494.021,436.324L493.204,433.851L492.509,431.213L492.637,429.733L493.358,428.01L494.911,425.633L499.309,420.059L500.854,416.938L501.223,411.921L501.235,407.972L502.647,406.988L505.699,407.735L506.639,407.653L507.107,410.122L508.4,413.989L509.931,415.963L511.582,416.456L513.586,416.453L518.41,414.054L521.585,413.053L523.352,413.291L524.421,414.93L526.807,419.193L528.108,419.595L529.638,419.089L530.223,418.426L529.62,416.786L529.003,413.253L528.04,410.463L526.856,409.238L526.609,407.512L527.292,404.545L528.095,401.989L529.73,401.318L531.719,400.972L534.206,403.582L537.148,404.456L539.375,404.266L539.708,402.699L539.57,400.973L538.257,398.849L538.452,395.474L539.897,389.287L540.719,389.77L543.986,389.809L547.607,390.086L549.865,392.601L552.098,393.387L555.373,393.576L557.47,393.208L558.503,392.283L559.728,389.297L561.867,385.55L565.437,383.663L571.478,383.11L574.602,382.373L577.744,382.371L580.087,382.883L582.527,382.731L588.728,379.992L595.165,377.723L596.105,378.02L596.246,378.755L595.135,380.275L594.042,382.37L594.937,384.727L598.712,389.288L600.825,392.834L602.911,395.474L605.887,396.762L609.783,397.516L613.072,397.713L616.624,398.553L628.448,400.579L634.454,400.949L639.032,400.885L645.915,402.172L645.356,404.92L644.1,405.646L641.72,407.419L639.01,409.7L636.664,412.289L636.088,414.953L636.881,416.644L637.617,417.184L638.536,416.643L639.849,416.906L641.664,417.719L644.547,418.557L644.712,419.454L644.183,420.636L642.046,422.807L640.159,425.293L639.993,426.702L640.284,427.758L641.028,428.379L643.972,427.897L644.493,428.776L643.384,434.848L643.914,435.892L646.58,436.74L648.556,438.035L652.336,441.701L654.058,444.737L653.04,445.783L650.806,446.483L648.999,446.251L650.923,444.251L645.444,437.789L643.185,437.907L640.241,440.942L631.531,438.403L629.925,439.715L628.842,442.071L625.995,445.084L621.877,446.502L617.237,449.83L612.429,452.249L608.67,454.126L606.505,453.878L609.833,450.128L608.277,450.105L603.832,452.824L601.28,455.139L600.57,458.788L599.943,464.904L602.04,466.394L605.941,474.242L610.41,477.45L609.691,480.773L608.7,483.365L606.121,485.685L603.762,484.124L602.431,484.171L601.648,489.471L604.084,503.226L607.493,512.908L610.711,516.991L617.965,523.382L625.483,526.528L639.302,537.108L646.76,540.201L648.717,542.081L653.627,550.405L658.02,560.156L663.008,575.487L666.459,583.056L673.002,591.349L686.394,603.002L698.402,611.387L709.461,616.235L717.921,616.602L737.511,613.808L740.98,614.016L744.795,615.268L745.888,619.07L744.841,621.812L740.866,624.884L736.971,629.02L736.885,634.25L741.152,637.546L761.222,645.51L781.648,651.732L788.235,655.238L795.978,660.941L814.228,667.922L817.544,671.89L829.206,679.837L834.707,686.461L836.255,691.869L834.667,697.64L834.072,701.711L832.686,705.873L827.929,704.908L822.369,701.438L812.9,686.051L798.658,685.877L795.667,684.933L790.309,682.641L789.869,680.854L788.34,678.677L787.09,677.968L781.586,678.005L778.199,680.991L774.364,687.674L770.236,697.123L766.324,710.792L766.536,716.1L769.774,721.052L778.353,723.174L785.132,727.196L789.828,731.576L791.355,743.102L793.865,749.53L791.43,753.523L785.875,753.141L778.895,756.218L774.073,760.917L772.3,765.166L773.796,775.713L773.079,779.786L763.915,788.279L759.449,796.514L758.369,799.863L756.785,803.756L744.171,804.872L740.961,800.533L740.297,793.823L742.131,789.505L746.561,787.147L748.822,778.285L747.373,772.148L749.027,769.261L750.479,767.223L753.865,765.773L758.728,764.276L758.383,755.551L754.31,751.897L752.517,746.549L749.798,736.45L742.51,723.983L738.282,712.68L735.331,707.178L731.155,704.431L724.08,705.057L720.478,704.495L707.323,697.303L706.453,696.118L706.309,694.053L708.167,690.603L706.563,686.399L704.714,682.378L702.129,678.989L699.278,677.357L693.769,678.884L691.873,679.837L688.342,679.731L685.71,681.473L684.155,681.652L688.054,675.189L686.797,673.859L682.359,671.566L676.502,671.505L674.927,671.267L673.987,672.98L672.897,672.132L672.868,669.399L665.313,657.403L660.527,652.615L658.29,651.824L654.227,653.114L647.163,651.237L643.022,650.941L640.862,651.623L637.459,653.354L635.74,652.439L635.022,650.817L628.624,645.885L620.673,643.32L604.969,627.618L600.174,621.665L590.428,615.278L584.19,605.627L579.163,602.21L572.017,599.494L570.383,599.861L568.259,600.981L566.619,601.18L565.33,599.969L566.566,598.623L568.068,598.013L567.484,594.312L559.237,584.738L554.413,581.77L553.126,579.812L552.082,577.189L551.054,575.555L548.785,574.517L546.911,574.791L544.274,574.167L544.338,569.465L544.791,565.914L544.377,562.868L541.789,554.987L537.245,548.279L534.613,532.236L532.479,527.724L527.658,524.302L516.837,520.567L501.9,510.191L498.724,510.016L489.712,505.93L484.107,505.225L476.869,508.688L467.923,518.532L460.504,528.705L457.881,530.716L448.567,534.066L440.265,535.514L440.209,532.875L440.014,530.892L441.424,528.703L443.825,526.208L445.992,522.964L446.905,520.679L446.574,519.105L445.648,516.777L444.305,516.58L436.537,518.274L434.712,517.73L429.043,514.599L423.046,510.622L420.812,507.912L420.045,505.249L420.713,503.541L420.28,501.879L419.138,499.616L420.319,497.102L422.369,493.957L423.41,491.849L425.006,491.324L425.776,490.03L424.732,484.726L424.032,483.88L422.965,483.186L421.275,483.048L418.409,481.88L416.297,479.994L415.901,477.509L414.898,475.167L413.05,472.876L413.014,470.568L415.105,469.409L418.115,469.433L420.144,469.997L424.959,466.368L426.652,466.092L428.239,465.319L429.599,460.173L430.725,458.643L430.991,457.745L430.066,456.647L426.472,452.83L424.801,448.989L422.316,444.708L419.878,442.732L419.453,441.235L419.399,439.34L420.048,437.798L424.529,435.396ZM613.107,623.193L613.094,622.862L612.712,622.877L612.721,623.124L612.727,623.289ZM611.135,528.103L612.024,525.596L611.589,523.882L609.39,524.295L607.999,526.573L609.056,528.512ZM540.204,579.413L541.354,581.214L541.492,582.285L540.754,583.531L541.163,586.248L538.121,583.972L533.737,585.171L531.096,584.946L530.327,582.972L530.945,581.73L535.083,581.446L536.457,580.855L538.969,581.076ZM669.293,677.394L667.758,677.895L666.821,677.45L666.26,676.736L666.808,674.882L670.113,675.773L670.04,676.771ZM607.359,869.411L605.572,869.97L603.025,868.463L602.814,866.13L603.206,865.365L606.289,866.354L607.191,868.497ZM737.559,791.867L735.413,797.542L734.353,799.71L726.248,813.676L725.519,816.82L725.08,820.194L724.336,823.172L723.31,826.087L722.33,829.667L722.753,833.649L723.439,835.523L724.632,836.775L726.501,837.81L728.008,839.54L725.937,841.447L728.655,844.595L730.729,846.45L731.152,848.427L731.3,850.425L727.444,854.558L725.932,856.677L725.012,859.339L724.783,861.951L725.366,864.254L725.395,866.597L721.214,866.559L716.681,865.451L712.432,866.411L706.016,864.075L703.773,863.802L701.627,862.852L695.849,854.85L691.489,851.523L686.914,849.039L682.357,849.139L677.829,849.732L673.741,848.288L665.318,843.059L656.429,838.917L652.582,836.183L650.84,834.263L648.859,833.021L643.865,831.916L639.209,829.037L637.286,828.953L632.921,829.472L630.724,829.396L628.491,828.402L623.971,824.911L621.049,820.021L620.285,817.882L621.975,812.069L624.077,806.572L626.052,804.912L628.316,803.739L629.74,802.015L630.882,800.053L635.46,805.524L637.558,806.85L639.445,806.434L642.886,804.28L643.055,802.023L646.852,798.932L651.728,798.7L654.055,799.086L655.402,801.602L657.338,802.256L659.529,802.561L666.98,807.09L669.058,807.728L671.105,807.783L676.558,805.395L680.723,804.405L689.745,804.95L694.553,803.401L697.94,803.102L702.698,800.875L706.282,797.468L708.262,796.584L710.275,796.197L715.429,796.007L720.625,796.389L722.737,795.485L724.344,793.282L726.439,792.21L728.787,792.703L734.46,788.686L737.012,788.322L739.546,789.459ZM513.783,673.577L515.606,676.635L519.678,689.118L520.08,691.766L519.307,694.583L518.268,696.491L514.226,702.795L514.892,708.012L516.344,711.239L516.616,714.801L515.837,719.278L513.374,746.482L512.182,751.297L511.385,755.448L508.582,756.777L504.846,755.363L500.315,753.029L498.181,753.187L496.043,754.009L494.313,753.253L492.587,751.916L491.33,761.29L489.164,765.096L486.065,767.482L482.981,767.622L479.907,766.762L477.361,766.736L475.371,764.969L473.803,761.795L471.446,757.862L468.971,753.263L468.761,749.193L468.488,740.144L469.179,738.163L470.266,736.27L470.851,732.214L470.501,728.643L471.311,727.41L472.749,728.673L473.812,728.271L473.702,726.446L474.139,723.135L472.196,720.293L469.044,719.339L468.821,716.435L469.125,713.538L470.86,711.656L471.419,709.178L471.652,701.395L469.334,698.548L468.61,694.231L467.474,691.483L465.429,688.637L463.118,686.366L461.591,684.189L461.427,678.475L462.286,673.69L463.096,671.718L463.87,671.979L466.167,674.414L468.106,674.939L471.862,675.57L475.634,674.873L480.198,672.772L484.629,670.25L491.026,662.606L494.909,661.14L496.984,659.083L497.641,656.357L499.319,655.702L501.245,658.354L503.695,658.608L507.435,660.762L508.985,662.912L510.407,665.393L511.701,666.467L513.125,667.127L513.385,667.705L512.221,668.286L510.928,671.182L511.707,672.008ZM471.151,759.934L468.948,764.638L466.72,761.285L466.628,758.377L467.041,757.553L469.696,758.836ZM465.394,665.716L464.195,667.848L462.515,667.655L463.188,666.095L464.791,662.895L466.746,661.85L467.507,662.771L466.574,664.659Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M-32.282,-12.911L-32.727,-11.57L-34.359,-13.781L-34.888,-15.798L-40.147,-18.089L-37.441,-19.276L-36.39,-18.492L-32.495,-17.412L-31.622,-16.335ZM54.36,-50.418L49.461,-48.338L48.633,-47.328L46.361,-42.978L45.978,-41.701L44.086,-39.566L42.137,-37.19L40.448,-36.458L37.938,-36.166L36.495,-35.638L35.033,-36.391L32.977,-36.769L31.708,-36.119L31.64,-35.368L32.04,-34.427L33.515,-32.817L35.303,-31.225L34.891,-30.296L33.584,-29.483L26.143,-28.273L23.709,-27.042L22.785,-26.147L23.042,-24.13L27.265,-17.382L28.018,-16.616L28.188,-13.262L32.69,-10.807L34.205,-8.346L35.788,-7.571L39.464,-6.931L40.763,-5.797L41.773,-6.171L42.495,-7.116L46.142,-9.209L47.486,-10.192L47.248,-11.941L46.824,-13.305L49.231,-15.416L52.025,-17.446L53.183,-17.113L54.813,-15.153L55.934,-12.709L55.785,-11.044L55.822,-9.765L56.863,-6.916L57.659,-5.815L60.215,-4.77L60.602,-3.672L59.327,-0.041L59.468,1.259L62.333,1.856L65.348,2.227L66.319,2.512L67.557,2.005L69.403,1.537L71.626,2.245L72.465,4.192L72.614,5.999L70.518,6.165L68.407,5.395L67.184,6.329L66.652,8.42L66.879,11.344L67.87,13.577L68.054,18.265L68.059,23.339L68.848,26.626L68.409,30.339L67.847,32.084L67.491,35.391L66.658,36.405L66.436,39.57L66.97,46.264L66.974,49.894L65.947,57.619L64.142,60.293L61.977,62.64L60.201,65.655L58.679,68.974L57.016,74.541L51.993,80.347L50.124,81.65L48.062,82.321L51.131,87.677L47.41,89.104L43.78,89.026L40.111,87.078L37.731,86.661L35.146,87.719L34.135,88.433L33.519,87.795L32.874,83.773L30.916,87.409L28.395,88.135L24.646,87.072L18.048,86.73L15.334,87.316L13.931,88.782L12.662,90.616L11.382,91.516L10.106,91.908L4.839,92.252L3.767,92.687L0.668,95.372L-2.744,96.544L-5.349,96.541L-7.088,94.192L-7.756,92.852L-8.637,91.971L-12.071,91.343L-11.173,92.146L-10.751,93.6L-11.038,96.245L-12.029,98.642L-13.962,99.464L-15.981,99.247L-19.787,101.068L-24.196,100.789L-27.044,102.657L-41.876,103.318L-42.601,103.141L-44.31,101.616L-46.279,100.706L-48.425,100.515L-54.772,101.313L-57.546,100.105L-52.545,95.49L-47.002,93.895L-46.288,93.222L-47.856,92.492L-57.399,92.141L-61.018,93.01L-64.333,92.675L-62.238,90.485L-57.25,88.091L-54.667,86.956L-53.068,86.679L-51.127,85.038L-46.237,83.793L-61.28,85.021L-64.728,83.541L-65.218,82.051L-68.233,81.869L-68.428,78.407L-63.078,74.587L-60.092,73.138L-56.846,72.775L-53.683,71.874L-52.156,70.131L-53.319,69.155L-61.795,67.498L-65.661,66.071L-65.042,64.525L-63.773,62.977L-58.945,61.067L-56.588,61.16L-54.639,62L-52.892,63.212L-51.632,64.64L-46.791,65.18L-48.259,62.851L-47.573,58.849L-48.77,57.183L-46.4,55.906L-43.99,55.32L-39.404,52.463L-37.95,52.229L-30.55,53.12L-22.392,53.064L-14.05,52.174L-17.627,49.705L-19.062,47.234L-23.081,50.601L-25.574,51.613L-31.936,50.907L-33.737,49.952L-36.165,48.073L-37.194,48.328L-38.241,49.09L-42.763,50.003L-47.126,49.414L-41.271,47.054L-33.502,42.515L-31.597,40.857L-28.754,37.98L-29.001,36.386L-30.087,35.181L-23.859,29.301L-21.963,28.487L-19.003,28.952L-16.53,28.359L-15.629,28.576L-14.732,28.367L-12.329,26.731L-14.917,24.747L-17.637,23.322L-26.992,21.798L-28.149,21.341L-29.186,20.401L-29.663,19.345L-29.661,16.786L-30.138,16.155L-32.226,15.634L-34.397,15.858L-35.868,15.402L-36.996,14.007L-34.105,12.175L-36.841,10.887L-39.841,10.638L-42.136,9.284L-41.746,7.76L-40.267,6.514L-41.383,4.69L-41.208,2.769L-39.401,2.291L-37.901,3.015L-34.095,2.527L-29.683,2.954L-33.015,0.75L-34.212,-0.749L-33.863,-2.541L-33.202,-3.912L-28.22,-5.39L-23.429,-5.304L-23.402,-7.091L-22.569,-8.762L-27.047,-10.479L-31.891,-10.332L-30.525,-13.663L-28.675,-16.444L-27.972,-18.405L-27.62,-20.625L-29.995,-20.285L-29.514,-23.413L-29.861,-25.726L-33.352,-25.075L-32.535,-27.863L-31.166,-29.568L-29.286,-30.03L-27.733,-29.208L-24.811,-28.469L-21.505,-29.264L-17.237,-28.541L-10.611,-26.479L-7.045,-21.169L-5.696,-21.61L-3.197,-23.822L-2.26,-23.852L4.405,-21.064L8.366,-18.593L9.654,-18.802L9.633,-21.789L8.644,-24.153L11.124,-26.382L13.783,-27.634L15.549,-28.16L19.319,-28.478L21.023,-29.192L22.875,-32.343L25.08,-34.818L16.004,-35.384L8.541,-40.639L10.453,-42.661L12.519,-43.623L15.764,-43.968L16.339,-45.113L18.034,-45.825L21.167,-47.91L21.109,-51.592L22.194,-54.07L24.416,-55.346L25.556,-57.641L26.736,-59.246L30.533,-59.054L34.455,-59.865L35.666,-59.419L39.886,-58.893L41.181,-57.92L41.451,-60.927L44.114,-60.673L44.947,-59.891L44.976,-57.755L45.823,-56.119L45.608,-53.783L44.442,-52.168L42.883,-51.067L43.734,-49.43L41.341,-47.323L43.603,-47.927L46.956,-49.824L47.307,-51.875L47.381,-54.498L47.018,-56.962L47.958,-59.394L49.948,-60.659L54.251,-60.568L53.147,-63.789L54.732,-63.698L56.333,-62.753L58.238,-59.958L60.366,-57.713L62.762,-55.754L59.555,-53.464L56.07,-52.259Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M904.763,284.504L907.715,283.605L907.84,283.668L908.551,283.801L909.359,285.92L909.484,285.983L910.508,287.315L911.502,289.153L912.738,290.366L915.074,290.562L918.4,291.841L920.867,294.846L924.035,295.812L924.259,295.774L924.793,295.516L926.913,295.071L927.473,295.643L929.437,296.975L930.363,298.318L930.277,299.836L930.809,301.581L931.583,302.032L930.99,303.303L926.559,309.987L924.673,311.892L923.258,312.465L920.901,312.277L918.706,313.06L916.772,314.716L914.901,315.359L913.796,317.125L912.374,320.526L910.54,323.575L908.43,325.667L907.414,327.331L908.124,332.466L907.105,334.13L905.627,335.866L904.806,337.329L903.413,345.547L901.746,348.392L900.203,350.549L900.138,352.391L900.456,354.423L898.891,358.747L896.65,363.34L896.336,365.136L897.381,367.305L895.017,370.416L893.583,371.884L892.408,372.729L891.844,374.478L891.068,378.756L891.687,380.493L891.933,382.12L889.754,383.447L889.337,385.423L889.084,387.707L888.31,388.905L885.906,391.176L879.25,391.324L876.776,392.349L876.264,393.753L876.312,394.91L875.634,396.005L874.301,397.527L872.745,398.332L869.131,397.267L861.973,399.848L860.843,401.167L859.676,400.497L858.052,399.973L850.552,400.077L847.722,401.202L843.694,401.402L840.073,401.045L837.462,402.047L835.407,405.545L834.379,406.838L833.522,407.61L831.649,408.843L830.04,410.289L827.917,411.467L825.897,411.552L823.726,410.411L823.178,410.81L822.633,412.203L821.821,413.38L819.035,415.045L818.329,415.13L818.211,415.144L816.09,416.394L812.503,417.401L810.568,417.215L807.78,422.015L806.929,422.942L803.898,424.699L801.37,425.65L799.058,425.332L798.23,425.426L788.265,426.278L783.072,425.844L779.578,424.476L777.135,422.829L775.842,420.73L773.236,419.759L769.173,419.678L765.773,417.871L763.158,414.328L759.799,411.6L755.82,409.755L752.466,406.937L749.848,403.053L745.526,399.822L739.373,397.082L737.56,396.585L737.113,395.551L733.951,391.786L732.654,390.414L732.597,388.437L731.913,387.341L730.793,386.614L729.96,383.797L729.541,381.686L728.606,380.364L722.418,380.564L727.092,375.045L729.515,373.348L732.55,373.329L733.44,372.837L733.606,372.079L733.916,370.317L734.124,368.729L734.223,367.233L733.803,366.445L732.394,366.323L731.374,362.697L731.943,361.243L732.547,360.198L731.347,355.845L731.446,354.349L733.724,353.898L735.475,352.749L736.987,351.538L737.319,350.103L738.326,347.202L736.864,343.866L730.024,342.253L729.601,341.382L731,340.266L732.59,338.72L733.409,337.572L734.65,337.294L736.531,337.701L739.958,339.863L741.14,340.167L742.328,339.312L743.57,339.029L747.008,338.785L749.924,337.926L748.985,335.372L748.795,333.407L748.188,331.895L748.372,330.224L749.384,328.804L749.439,325.822L751.171,323.587L751.942,323.263L755.269,323.264L755.999,323.687L756.584,323.794L762.19,328.106L767.467,331.282L771.655,332.745L777.601,332.273L783.889,331.749L794.297,329.91L802.096,328.503L802.445,327.55L803.434,325.196L802.188,323.438L802.049,321.301L802.947,318.211L806.515,315.38L817.485,313.034L823.589,310.436L824.178,307.872L826.017,305.23L827.87,304.491L830.613,305.295L834.04,306.918L837.013,307.684L838.495,306.739L843.656,302.469L849.587,298.079L852.649,288.095L852.89,286.565L857.549,284.821L864.504,283.98L868.261,284.676L870.93,284.945L874.931,284.18L880.432,281.265L882.566,281.021L884.454,282.145L886.431,283.088L887.9,284.441L889.125,286.415L889.799,287.06L890.761,288.075L892.447,289.309L893.967,289.486L904.185,285.182Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L504.273,354.755L498.88,351.284L497.157,351.276L489.225,351.966L488.998,351.635L487.751,349.651L486.493,349.064L485.801,349.386L485.222,349.957L484.42,349.784L480.896,346.621L479.525,346.194L477.456,346.58L475.14,348.195L474.079,350.237L474.292,351.474L475.549,351.985L478.77,351.697L479.226,352.031L479.333,352.691L478.98,353.345L476.328,353.887L475.628,354.619L474.82,354.855L474.359,354.931L471.61,354.068L467.47,354.003L464.108,355.426L458.688,355.898L451.445,355.413L448.824,354.282L447.231,353.584L446.159,350.431L446.623,345.669L448.495,339.461L449.064,334.866L448.335,331.968L449.468,327.551L452.447,321.778L454.4,315.649L455.559,309.255L457.005,305.006L459.658,302.097L466.109,293.988L466.682,293.339L466.529,289.22L464.859,288.615L462.419,287.334L456.183,285.725L450.388,284.686L447.734,283.468L445.469,280.281L444.02,280.16L441.197,281.236L437.603,281.874L435.166,281.142L433.486,281.255L432.574,281.803L432.143,281.295L431.56,278.559L430.246,277.775L428.258,277.133L426.912,277.335L425.975,278.621L424.602,279.562L423.275,279.186L419.599,272.875L418.649,271.439L418.362,270.193L417.56,267.855L415.204,265.54L412.904,264.708L411.785,264.911L412.012,262.036L413.062,257.957L414.031,255.853L415.314,254.173L416.576,252.986L416.882,250.772L416.851,248.711L415.432,248.326L411.861,246.617L409.838,244.886L408.385,242.764L406.527,239.882L405.77,237.046L405.786,234.161L406.167,232.94L406.316,232.04L408.142,227.748L413.983,223.948L413.597,219.974L413.588,217.499L412.238,215.877L409.55,215.106L408.835,214.003L408.558,212.836L410.72,210.535L408.311,208.454L407.313,206.431L404.069,203.813L403.677,202.887L405.73,195.634L404.533,193.435L403.074,192.296L401.269,191.718L400.458,190.608L400.297,189.444L400.653,188.718L402.683,189.059L403.361,188.347L408.593,184.285L408.843,183.47L408.221,182.948L407.268,182.659L407.093,181.743L407.147,180.507L410.087,174.441L411.052,171.84L411.239,169.948L411.209,168.13L409.736,165.176L408.348,162.803L408.431,160.907L407.413,159.871L404.562,154.786L404.648,152.889L406.406,151.481L408.877,150.681L409.757,149.893L411.152,149.457L415.001,151.022L416.639,152.411L417.181,152.102L418.713,150.841L421.451,151.194L428.099,148.712L429.095,147.425L429.882,146.048L430.007,145.473L427.571,142.744L427.501,141.75L427.858,140.605L428.624,139.806L430.119,139.197L431.84,138.099L435.519,134.914L436.764,132.061L437.28,129.019L437.46,126.627L436.473,124.777L435.57,123.591L434.207,123.711L431.6,123.541L429.236,122.384L427.939,120.684L427.679,119.186L428.337,118.3L428.586,117.151L428.211,115.98L428.452,115.078L429.521,114.289L437.213,114.629L437.762,113.737L438.421,109.291L440.493,102.653L442.468,98.906L442.824,97.344L442.984,88.409L443.427,83.868L442.158,81.677L439.463,79.275L440.229,74.412L441.262,70.715L444.154,66.079L446.428,64.901L456.21,64.411L466.881,64.971L471.238,72.009L469.541,75.623L472.068,77.323L473.407,76.765L474.376,73.634L475.042,70.165L475.976,69.102L479.303,71.8L480.505,73.555L480.432,79.268L481.755,71.583L480.906,66.105L481.582,60.894L483.036,58.094L484.273,56.368L492.059,58.348L500.784,57.403L504.023,59.484L511.441,69.679L513.891,71.331L517.054,71.819L512.766,69.677L503.724,57.329L501.094,55.747L496.944,55.313L494.319,54.054L492.714,52.136L492.322,50.475L492.517,38.038L490.925,36.2L488.923,35.519L487.711,36.337L485.2,36.394L484.729,33.568L485.355,31.417L490.475,30.056L493.792,28.173L494.016,24.771L491.84,22.099L489.39,17.262L486.453,12.582L486.212,7.263L491.362,7.394L492.648,7.654L500.366,10.191L502.245,11.942L504.627,12.032L508.995,10.375L512.268,9.708L513.46,10.702L515.247,11.113L515.644,11.112L515.845,11.942L519.823,13.255L521.523,15.239L523.432,18.3L523.662,22.782L521.285,25.951L519.296,27.953L526.89,27.157L527.706,28.976L528.825,30.958L532.915,29.506L543.314,35.176L549.583,32.247L551.183,32.051L552.68,36.751L551.165,41.51L545.715,46.667L547.08,49.795L548.81,50.427L554.05,49.663L562.407,52.544L564.103,51.59L570.676,44.282L573.252,42.715L582.073,41.277L583.59,38.487L587.009,35.629L589.207,32.561L594.491,26.547L600.133,27.397L603.479,28.334L607.206,28.751L610.793,34.732L619.458,41.038L627.173,40.053L630.24,46.28L631.894,54.157L634.464,56.502L636.582,57.958L643.074,59.316L643.282,59.386L643.551,60.449L644.199,64.393L644.905,67.586L649.082,80.35L649.182,83.578L649.131,84.411L648.28,88.941L646.349,92.791L643.594,95.113L642.185,97.517L642.031,100.177L645.924,104.5L653.795,110.553L657.167,115.885L656.114,120.591L655.811,124.006L656.582,126.192L657.846,127.848L659.81,128.961L660.68,130.973L660.547,133.713L660.987,135.588L662.44,136.815L662.374,137.399L661.871,139.337L661.154,142.86L660.791,145.367L658.804,148.973L659.737,151.89L661.652,155.156L663.038,156.801L663.572,158.419L662.988,162.428L663.479,163.388L668.989,165.908L669.932,167.166L670.653,169.845L672.989,175.636L671.911,183.236L670.803,187.446L668.233,194.069L668.063,194.742L667.79,195.504L666.898,196.721L665.616,196.973L663.621,196.279L662.258,195.294L662.398,192.476L661.521,192.285L660.339,190.709L659.787,188.845L658.558,188.18L654.319,187.621L652.893,187.214L651.845,187.691L651.061,188.978L651.673,190.18L652.604,191.28L654.975,192.951L654.806,193.705L649.851,195.743L646.838,197.821L643.983,198.978L641.069,201.043L635.245,203.51L630.952,204.315L630.112,204.853L628.674,208.558L627.628,209.354L626.528,209.079L625.737,208.458L624.678,209.006L623.763,210.288L622.595,210.84L621.724,210.799L620.14,214.092L615.186,215.228L614.717,216.899L613.822,218.836L613.188,219.276L610.871,218.635L607.699,218.357L606.003,219.499L603.849,220.164L601.243,220.432L598.491,222.599L595.681,226.331L594.268,229.598L593.435,230.782L591.91,227.867L590.09,225.787L588.853,224.757L587.763,224.793L587.561,225.295L587.613,226.859L588.793,229.458L590.273,231.139L590.536,232.449L591.494,234.806L593.669,237.368L597.034,239.307L599.306,241.283L601.064,244.101L601.096,244.924L600.7,246.093L599.971,247.192L599.366,248.698L597.599,251.649L598.197,252.863L599.801,254.369L601.198,256.211L602.975,259.191L605.516,264.529L607.158,266.688L609.363,268.904L611.436,270.548L614.545,270.332L618.031,273.556L621.926,278.157L624.708,280.251L626.637,280.818L628.289,282.55L629.752,284.95L630.385,286.402L631.665,287.327L635.015,286.991L639.479,290.712L642.214,293.449L643.8,295.67L643.513,296.592L643.446,299.481L643.617,302.603L643.365,304.183L641.564,306.424L640.575,306.971L640.033,307.412L634.022,304.924L633.596,305.441L633.161,305.792L631.989,314.008L631.044,315.538L629.417,317.101L626.084,318.662L623.844,319.344L621.946,320.09L616.306,323.719L613.78,325.886L612.181,328.506L612.242,329.986L615.273,334.14L618.781,338.516L618.951,342.379L617.592,345.403L617.298,346.569L618.348,346.935L620.19,347.018L621.704,347.444L622.485,349.468L622.42,353.094L621.997,356.489L621.599,357.907L620.109,358.138L617.165,356.785L614.905,355.153L613.943,354.205L613.891,352.972L614.316,352.131L613.447,350.603L610.633,349.319L607.79,350.092L605.643,351.082L604.264,351.135L602.719,349.794L600.383,348.81L597.261,348.264L595.4,347.588L594.955,348.015L595.287,350.967L594.758,352.302L579.865,354.497L575.305,356.186L572.134,358.325L569.621,359.292L569.076,360.622L566.693,362.323L563.934,362.879L563.231,362.401L561.516,363.178L558.529,363.979L556.562,363.77L555.614,362.471L553.731,360.449L552.898,358.982L552.997,358.076L548.732,357.982L546.066,356.871L540.428,357.277L539.041,356.801L538.816,357.297L537.962,363.148L536.951,365.628L535.128,368.115L532.828,369.537L530.979,369.8L531.079,367.99L531.521,365.764L530.131,365.283L528.165,365.052L527.236,364.401L527.455,362.754L526.986,361.77L526.171,360.624L524.086,359.157L519.928,356.957L517.046,355.816L515.898,356.971L513.828,358.21L510.602,357.803ZM626.182,29.141L627.057,32.334L626.34,33.951L623.093,31.465L619.887,31.631L618.295,35.947L616.898,36.183L611.799,32.609L611.008,30.736L610.738,29.253L611.185,23.832L611.007,22.178L612.416,20.283L612.489,17.62L615.038,14.67L617.419,14.469L618.332,16.751L619.511,18.354L623.59,19.971L624.232,20.768L624.692,21.907L622.915,24.245L622.376,25.437L623.075,27.312ZM641.33,48.96L641.016,50.474L641.661,52.76L640.437,52.667L637.027,53.367L633.544,52.819L632.678,50.046L633.125,47.198L631.611,45.456L630.236,44.37L629.947,42.808L630.057,41.141L636.253,45.275ZM558.656,30.067L554.353,30.244L552.713,28.369L551.003,27.904L551.855,25.48L553.037,24.626L557.166,26.116L558.533,29.074ZM476.122,12.699L475.511,13.686L475.914,6.88L478.985,-0.222L480.266,-0.039L478.956,1.855L478.542,3.179L478.008,5.914L478.186,7.329L485.115,7.833L484.308,9.07L477.257,9.808ZM483.827,16.374L482.718,17.523L480.133,17.324L478.655,16.225L479.169,15.069L480.573,14.174L481.668,14.022L483.449,14.625Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M508.358,582.065L507.476,588.994L508.104,591.057L509.364,592.542L509.994,594.11L511.016,612.678L510.763,614.165L506.439,621.678L505.545,623.824L505.278,633.156L504.507,635.634L502.966,638.109L500.251,646.034L497.797,649.58L491.266,645.165L487.428,643.32L485.649,641.24L484.38,639.824L485.165,637.931L486.973,636.045L487.241,634.478L483.164,632.708L481.259,631.533L481.278,629.551L482.713,626.426L482.101,623.777L479.806,623.919L477.899,623.486L477.787,622.08L479.08,620.361L480.884,618.15L480.782,615.672L478.761,614.577L476.88,612.492L476.151,609.759L477.694,607.878L479.988,606.665L478.373,603.841L477.109,603.744L476.23,603.156L477.004,601.845L478.796,599.884L481.507,594.054L485.06,591.365L491.368,589.597L493.134,588.866L494.655,586.812L496.421,585.501L498.43,585.674L500.439,586.424L501.567,587.334L502.575,586.43L503.335,583.874L502.838,581.646L503.102,575.461L504.235,572L506.111,571.755L507.735,573.735L507.609,575.384L508.234,579.426ZM448.824,354.282L444.859,356.323L444.004,358.193L442.441,360.621L439.875,361.621L437.443,361.882L435.376,361.493L434.252,360.472L434.395,359.571L433.38,358.8L430.729,358.719L427.908,360.357L425.625,363.081L426.266,364.666L428.332,365.145L428.775,365.735L428.749,366.557L428.024,367.522L427.161,369.14L422.711,373.93L418.245,378.712L417.494,380.166L416.177,381.189L410.611,383.612L409.987,384.658L409.464,389.083L408.735,392.759L404.509,395.964L400.386,399.25L399.243,401.259L398.437,403.612L397.024,406.35L396.728,407.737L398.622,410.208L398.305,412.088L397.595,414.857L395.505,416.742L393.335,417.715L393.198,420.756L394.36,421.22L396.969,421.088L400.838,419.113L403.317,416.335L402.013,413.646L401.798,413.143L402.178,412.5L405.238,409.744L408.715,408.154L413.662,408.014L419.502,409.213L420.076,409.645L419.66,411.441L420.157,414.093L421.155,415.938L419.557,421.151L420.566,422.75L422.154,424.78L423.394,426.633L425.234,428.34L426.806,431.107L427.349,432.688L424.529,435.396L420.048,437.798L419.399,439.34L419.453,441.235L419.878,442.732L422.316,444.708L424.801,448.989L426.472,452.83L430.066,456.647L430.991,457.745L430.725,458.643L429.599,460.173L428.239,465.319L426.652,466.092L424.959,466.368L420.144,469.997L418.115,469.433L415.105,469.409L413.014,470.568L413.05,472.876L414.898,475.167L415.901,477.509L416.297,479.994L418.409,481.88L421.275,483.048L422.965,483.186L424.032,483.88L424.732,484.726L425.776,490.03L425.006,491.324L423.41,491.849L422.369,493.957L420.319,497.102L419.138,499.616L420.28,501.879L420.713,503.541L420.045,505.249L420.812,507.912L423.046,510.622L429.043,514.599L434.712,517.73L436.537,518.274L444.305,516.58L445.648,516.777L446.574,519.105L446.905,520.679L445.992,522.964L443.825,526.208L441.424,528.703L440.014,530.892L440.209,532.875L440.265,535.514L438.393,536.29L438.285,535.71L437.556,535.278L436.932,535.509L436.423,536.072L436.273,537.057L432.274,538.677L429.383,540.324L418.156,550.44L412.96,553.394L411.901,555.171L410.781,558.595L407.685,561.451L404.891,562.747L398.351,563.973L391.609,566.826L388.797,565.382L381.061,565.11L376.508,561.094L367.418,558.24L364.728,552.567L360.65,552.016L357.91,552.029L356.343,551.115L355.954,549.194L356.057,547.384L353.16,548.043L350.929,547.913L349.522,548.573L348.482,549.337L347.277,548.687L346.518,548.889L346.577,549.966L343.834,550.047L341.023,549.213L333.648,545.852L332.561,545.368L327.433,543.953L325.408,542.659L323.875,539.663L322.573,538.747L321.873,538.12L316.958,539.177L315.068,541.272L312.28,543.714L293.203,555.069L289.421,560.058L284.911,567.632L284.363,571.228L285.03,583.036L288.298,589.511L288.682,591.032L286.542,590.859L283.085,589.748L280.266,588.603L277.583,588.874L274.829,589.965L272.374,590.499L270.716,590.604L269.525,591.163L268.892,592.598L268.672,593.656L265.796,593.154L259.187,590.404L253.284,588.367L249.481,589.667L247.066,591.012L245.453,590.608L244.471,588.938L243.75,587.21L241.498,585.581L236.317,582.83L236.8,581.8L237.826,580.409L237.915,579.506L236.918,578.08L232.182,576.11L229.962,575.552L228.358,576.382L227.103,577.497L224.819,572.697L223.038,571.598L220.056,571.117L216.831,569.362L213.521,567.261L205.348,563.537L203.017,562.943L202.098,563.254L201.28,564.904L200.375,569.533L199.935,570.064L195.918,569.77L191.123,568.549L188.837,568.613L186.839,568.376L185.123,566.843L176.583,567.306L175.3,566.4L173.568,564.025L171.413,562.012L169.772,560.976L168.412,559.725L167.063,559.388L164.947,560.118L162.032,560.161L159.678,559.775L158.412,559.778L153.749,553.846L153.187,552.358L150.511,551.587L147.296,551.075L139.444,546.598L135.866,544.19L135.518,543.059L135.632,542.243L134.991,542.32L133.661,543.717L132.871,544.855L131.97,544.979L130.879,544.659L129.869,543.768L129.253,542.765L130.226,541.237L131.749,539.369L132.687,537.17L132.838,535.193L130.926,533.592L127.926,532.584L125.732,532.105L122.94,530.538L121.581,529.508L120.682,527.046L120.796,525.397L126.525,524.807L132.404,519.567L140.18,498.776L147.091,473.877L150.15,469.478L153.467,468.518L151.411,464.748L149.614,466.246L148.755,468.039L147.778,468.902L152.776,445.908L155.26,437.526L158.727,428.946L162.876,433.077L166.197,437.174L167.798,440.623L168.94,451.315L170.445,453.753L173.041,456.248L172.271,453.741L170.472,451.682L169.308,437.418L167.925,433.252L165.394,429.595L156.868,421.384L156.114,419.868L156.001,417.195L159.174,417.713L161.71,419.386L161.555,417.87L160.939,416.209L160.528,410.424L161.263,397.155L161.692,394.889L161.604,392.054L158.648,391.066L156.336,390.58L153.918,389.162L142.217,379.599L139.091,370.995L135.447,364.469L134.797,361.711L135.3,359.124L138.413,354.015L136.865,350.209L135.01,349.266L133.546,347.299L135.578,344.693L137.118,343.01L139.71,342.897L143.049,344.055L146.02,346.153L148.369,346.909L141.68,341.442L129.446,341.103L126.902,340.131L124.88,338.821L124.584,335.445L126.522,334.246L128.43,331.71L127.009,329.577L124.845,328.493L121.304,328.024L117.914,328.073L117.297,326.81L119.705,324.109L118.181,322.702L115.819,322.91L112.434,322.952L109.399,321.546L107.004,317.656L105.078,317.341L103.651,317.524L101.826,315.889L99.729,315.207L98.189,315.368L96.478,313.08L84.84,307.008L79.622,305.6L74.458,306.528L71.852,305.48L70.286,302.526L69.466,298.032L62.206,293.286L64.176,291.388L67.852,291.554L72.278,290.763L74.18,289.181L71.339,286.331L68.98,285.32L68.121,284.328L67.468,282.203L69.096,281.495L70.013,282.162L72.86,283.01L77.975,283.421L76.548,281.078L74.625,280.233L73.82,279.587L69.847,278.62L67.819,279.005L63.751,277.927L63.15,275.557L63.159,273.635L65.141,269.732L71.707,267.082L86.98,265.539L93.096,267.186L97.662,267.217L103.304,265.584L105.903,263.684L113.545,263.615L120.15,267.107L125.298,277.013L127.947,280.513L136.34,276.488L147.686,278.372L149.595,281.651L150.849,279.34L153.399,276.721L154.881,278.269L155.512,280.19L167.527,281.412L169.494,281.189L166.555,278.615L164.709,273.2L166.812,254.46L164.25,248.771L161.715,239.919L160.674,234.774L160.815,233.047L161.719,230.682L166.3,231.43L169.707,232.584L176.754,231.666L179.855,233.428L179.106,237.231L179.417,242.262L180.312,244.712L181.593,247.63L187.133,248.132L192.876,250.475L200.343,251.697L210.921,255.855L215.762,254.792L220.693,251.99L229.557,250.8L230.462,249.745L225.445,249.654L221.072,246.977L220.808,244.54L221.604,242.562L223.929,238.03L237.951,232.039L247.504,230.789L257.671,227.743L263.027,223.998L266.869,218.762L268.074,217.726L269.486,216.793L268.383,214.693L271.383,193.791L272.733,190.116L274.873,187.182L278.007,185.092L282.552,182.887L298.739,180.76L301.219,179.576L301.342,181.822L302.265,184.802L302.878,186.429L302.052,188.425L302.437,190.198L304.32,193.426L306.763,196.534L308.972,198.627L309.748,198.445L311.515,198.098L314.692,196.461L317.325,196.098L318.612,197.61L319.3,198.492L320.655,201.91L320.817,205.313L321.352,208.167L322.56,209.42L327.296,210.204L330.793,211.545L331.701,212.523L332.428,218.857L333.014,219.81L334.048,219.143L334.991,218.221L336.199,218.144L338.236,218.705L341.059,218.99L343.841,219.847L347.513,223.734L347.326,224.878L346.421,226.88L345.981,228.502L346.592,229.204L347.573,230.922L347.22,232.88L346.03,234.203L345.622,235.331L345.572,236.07L345.861,236.668L346.704,237.221L352.467,238.349L357.889,237.956L361.411,236.196L362.085,234.175L363.217,231.851L365.31,229.915L366.771,229.342L368.033,230.243L365.342,238.499L366.75,240.729L366.779,243.949L367.273,246.783L369.149,246.811L371.432,247.438L373.023,248.602L374.914,250.358L377.584,252.073L379.543,252.674L380.135,254.026L381.712,255.594L383.985,258.764L386.092,260.934L387.2,260.991L389.344,260.274L392.468,259.932L394.899,260.131L395.822,261.741L398.228,262.512L398.974,263.206L399.923,264.321L401.457,264.802L403.471,264.479L404.866,263.056L406.778,262.478L408.651,262.804L409.725,263.673L411.785,264.911L412.904,264.708L415.204,265.54L417.56,267.855L418.362,270.193L418.649,271.439L419.599,272.875L423.275,279.186L424.602,279.562L425.975,278.621L426.912,277.335L428.258,277.133L430.246,277.775L431.56,278.559L432.143,281.295L432.574,281.803L433.486,281.255L435.166,281.142L437.603,281.874L441.197,281.236L444.02,280.16L445.469,280.281L447.734,283.468L450.388,284.686L456.183,285.725L462.419,287.334L464.859,288.615L466.529,289.22L466.682,293.339L466.109,293.988L459.658,302.097L457.005,305.006L455.559,309.255L454.4,315.649L452.447,321.778L449.468,327.551L448.335,331.968L449.064,334.866L448.495,339.461L446.623,345.669L446.159,350.431L447.231,353.584ZM157.924,411.064L156.186,414.978L154.585,410.936L152.112,407.186L151.947,404.089L152.061,403.274L155.157,405.948ZM3111.95,3163.099L3108.094,3165.737L3105.253,3164.879L3101.907,3161.127L3101.062,3156.307L3099.656,3152.811L3093.362,3148.576L3095.125,3143.542L3099.928,3145.963L3101.506,3145.488L3107.244,3146.107L3108.509,3151.763L3109.522,3153.21L3110.056,3159.234ZM4196.754,3343.713L4188.136,3352.713L4180.78,3356.491L4162.837,3359.166L4156.173,3357.362L4142.985,3348.978L4141.485,3343.966L4140.858,3333.701L4148.442,3324.358L4159.531,3318.653L4165.356,3317.575L4176.375,3322.607L4189.359,3326.719L4195.36,3337.823ZM-2736.871,437.47L-2739.563,439.125L-2740.842,438.435L-2740.139,435.193L-2745.774,428.699L-2744.739,426.178L-2744.037,425.38L-2738.307,426.193L-2740.562,421.66L-2740.401,419.107L-2736.514,410.711L-2734.344,409.484L-2732.319,410.064L-2730.406,412.182L-2729.188,417.998L-2729.798,423.332L-2729.044,424.434L-2729.506,425.529L-2732.134,426.644L-2732.496,429.85L-2733.167,431.599ZM-2679.145,358.385L-2683.271,354.037L-2685.43,350.517L-2682.98,347.419L-2679.138,347.016L-2676.96,343.424L-2674.546,342.717L-2672.036,343.348L-2671.591,347.249L-2673.601,349.534L-2674.472,352.819L-2673.083,363.815ZM-2697.071,355.106L-2701.525,353.36L-2702.197,351.275L-2700.1,346.329L-2690.918,337.073L-2688.493,336.84L-2687.256,337.059L-2685.081,342.444L-2685.109,345.3L-2684.578,347.958L-2687.226,348.371L-2694.376,354.9ZM-2690.472,373.716L-2692.358,371.625L-2692.799,370.304L-2690.521,368.037L-2687.362,368.409L-2686.11,369.09L-2686.943,372.128L-2688.217,373.847ZM-3038.675,1169.668L-3037.671,1169.953L-3035.831,1171.289L-3034.457,1172.756L-3029.02,1171.942L-3023.39,1173.692L-3005.943,1169.493L-2998.673,1167.821L-2995.799,1165.716L-2989.75,1161.523L-2984.673,1153.984L-2982.204,1152.868L-2969.154,1151.149L-2962.633,1149.518L-2958.858,1146.237L-2955.634,1144.388L-2954.854,1142.435L-2955.678,1140.795L-2954.255,1135.512L-2952.766,1131.382L-2953.382,1125.026L-2952.787,1119.645L-2950.066,1108.969L-2945.851,1105.9L-2945.664,1103.328L-2945.477,1100.757L-2943.561,1099.255L-2940.235,1094.335L-2937.29,1089.48L-2935.058,1086.788L-2929.802,1083.64L-2925.655,1078.555L-2924.319,1074.924L-2920.869,1070.797L-2917.139,1067.891L-2914.051,1067.362L-2911.909,1064.759L-2899.286,1062.95L-2891.198,1062.719L-2884.701,1063.381L-2879.482,1064.354L-2864.049,1057.689L-2857.194,1056.777L-2853.721,1059.372L-2847.018,1085.251L-2840.25,1093.908L-2829.917,1114.675L-2830.752,1126.915L-2828.537,1150.728L-2825.044,1160.94L-2827.788,1163.966L-2833.771,1166.853L-2825.413,1167.397L-2824.774,1180.504L-2825.825,1185.535L-2829.319,1193.325L-2833.729,1196.199L-2836.511,1197.135L-2838.079,1198.394L-2833.916,1198.539L-2831.278,1198.053L-2827.03,1194.72L-2820.822,1191.572L-2818.445,1193.794L-2819.414,1198.457L-2827.796,1214.292L-2828.853,1218.142L-2832.095,1222.649L-2834.114,1224.065L-2835.44,1226.022L-2837.728,1225.537L-2843.305,1224.018L-2847.77,1225.093L-2851.239,1226.716L-2855.204,1226.35L-2859.621,1226.432L-2862.039,1227.611L-2865.48,1227.019L-2868.346,1228.953L-2881.738,1232.378L-2887.529,1234.103L-2894.562,1235.188L-2897.786,1234.968L-2902.697,1234.863L-2906.671,1236.311L-2909.631,1239.243L-2914.764,1240.897L-2918.742,1242.961L-2922.052,1243.115L-2935.886,1248.027L-2939.332,1251.111L-2942.417,1251.961L-2949.913,1253.394L-2954.712,1254.042L-2960.385,1252.413L-2966.527,1250.607L-2970.326,1251.506L-2974.296,1250.066L-2976.247,1248.218L-2978.44,1244.108L-2982.416,1239.238L-2984.672,1237.375L-2984.52,1235.049L-2983.128,1230.903L-2983.209,1226.942L-2985.303,1226.17L-2990.19,1224.986L-2994.61,1222.726L-2996.545,1219.935L-3000.326,1213.343L-3001.941,1210.25L-3001.312,1208.413L-3001.226,1206.787L-3002.695,1206.029L-3005.719,1205.827L-3009.284,1205.212L-3014.244,1204.07L-3024.164,1201.147L-3027.191,1200.622L-3028.099,1198.09L-3030.006,1194.656L-3032.692,1191.651L-3036.312,1183.076L-3037.947,1177.863L-3037.271,1174.167L-3038.237,1171.399Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M591.817,-36.497L592.007,-31.671L591.381,-30.23L590.443,-29.277L587.75,-28.259L585.463,-26.759L583.403,-24.27L582.838,-20.837L584.49,-18.397L587.574,-17.176L588.537,-12.384L586.069,-9.964L579.856,-7.419L579.353,-1.746L579.698,2.733L579.705,5.975L579.356,10.475L574.258,12.629L570.686,5.919L570.608,3.179L569.431,0.053L569.256,-2.687L567.953,-6.975L563.004,-8.009L561.131,-8.129L558.493,-7.318L557.897,-7.554L554.523,-13.468L554.969,-20.052L553.237,-23.345L552.913,-24.836L552.977,-26.503L551.585,-27.807L549.816,-28.521L548.968,-32.169L550.895,-33.123L555.569,-32.804L557.022,-33.087L558.268,-33.865L561.905,-40.035L561.774,-41.366L562.118,-43.124L566.162,-43.897L568.065,-41.616L567.882,-37.777L568.208,-33.037L570.775,-31.777L571.755,-31.556L572.62,-35.165L573.343,-36.936L574.282,-37.965L574.569,-41.225L573.927,-43.206L572.626,-44.583L577.134,-48.81L581.847,-52.138L584.635,-52.404L587.456,-51.757L590.099,-50.773L591.581,-49.913L592.412,-48.444L590.814,-44.795L590.405,-42.861ZM515.644,11.112L515.247,11.113L513.46,10.702L512.268,9.708L508.995,10.375L504.627,12.032L502.245,11.942L500.366,10.191L492.648,7.654L491.362,7.394L486.212,7.263L485.957,3.272L485.395,0.44L483.668,-3.82L486.339,-4.788L485.937,-13.108L485.004,-17.445L477.725,-21.95L471.937,-26.289L473.546,-40.754L474.191,-44.577L472.101,-52.199L472.543,-60.95L473.64,-74.621L475.46,-75.175L476.793,-75.07L481.809,-72.493L483.905,-72.216L485.311,-70.029L487.02,-69.092L488.286,-71.416L488.802,-75.419L492.844,-80.562L495.707,-82.463L497.61,-83.371L499.498,-81.273L501.009,-78.927L501.408,-84.022L502.577,-93.797L498.809,-95.401L495.687,-94.081L492.617,-87.917L489.798,-80.087L485.324,-79.465L481.777,-77.254L478.575,-79.637L476.516,-81.674L476.562,-84.598L477.064,-86.428L480.847,-92.726L486.016,-98.767L491.007,-98.633L494.694,-100.528L496.954,-100.765L503.727,-100.318L507.304,-101.65L510.406,-104.494L517.214,-116.314L521.013,-121.275L528.634,-123.094L535.632,-128.874L537.672,-128.986L534.385,-124.667L533.847,-123.068L533.505,-120.55L535.907,-115.052L535.484,-111.697L535.756,-105.171L533.544,-101.712L530.989,-94.406L529.867,-93.308L529.763,-84.864L530.069,-82.778L529.766,-75.09L532.47,-71.946L535.258,-70.31L544.709,-70.534L545.688,-69.215L546.974,-66.818L546.186,-62.714L545.184,-59.692L542.538,-57.062L539.01,-55.09L536.798,-54.976L533.773,-58.608L532.345,-57.424L530.924,-55.49L528.516,-45.545L527.415,-38.786L526.838,-38.197L525.376,-39.185L522.953,-39.251L519.956,-37.651L521.517,-36.243L523.183,-33.755L522.511,-32.501L519.795,-31.154L517.471,-28.479L516.407,-26.393L513.389,-23.971L511.538,-20.889L512.424,-17.062L512.821,-13.735L513.712,-9.994L512.932,-7.082L509.193,-2.838L507.81,0.902L510.971,0.818L513.046,1.646L514.234,2.724L515.425,4.3L514.639,6.213ZM540.002,-26.69L541.21,-24.21L542.66,-18.906L545.012,-12.954L544.071,-10.443L544.812,-7.295L544.179,-3.875L539.898,0.015L534.865,0.248L529.713,-1.525L522.39,-5.125L521.787,-7.117L520.797,-8.192L518.802,-14.337L518.865,-21.992L522.474,-22.927L530.349,-26.571L532.11,-26.09L534.083,-24.198L536.329,-24.142L539.414,-26.848ZM560.22,7.357L565.251,10.224L568.519,9.97L570.734,11.071L571.385,12.963L571.706,17.191L569.353,18.504L566.753,18.16L563.208,19.829L551.415,13.198L551.5,7.464L551.852,5.213L557.381,4.514ZM543.088,14.425L541.899,14.693L540.154,10.898L539.938,9.655L541.883,7.133L543.027,4.29L546.216,-0.085L548,-5.188L548.691,-5.118L547.986,-0.532L543.944,12.086ZM592.764,2.762L591.804,3.548L587.53,3.126L582.899,6.616L581.083,5.68L581.703,3.497L582.172,2.733L583.721,1.765L584.761,0.398L585.083,-1.692L586.111,-0.565L589.087,-0.258L590.494,0.355L591.718,1.306ZM594.805,-27.533L592.349,-25.436L591.761,-25.496L590.773,-28.29L592.072,-30.007L592.795,-31.452L593.378,-31.475L594.22,-29.926ZM536.171,9.872L534.293,10.393L532.199,9.419L528.692,5.466L528.287,4.473L530.074,5.121L532.373,7.174L534.161,7.57L536.66,9.284ZM524.455,8.159L521.585,8.843L520.191,7.687L517.415,7.284L516.498,-0.108L516.694,-0.525L518.078,-0.031L522.74,3.352L524.348,7.08ZM538.909,-35.002L538.436,-34.079L536.772,-34.973L536.538,-38.052L537.082,-40.892L536.372,-43.382L537.124,-44.976L539.595,-41.26L540.299,-39.521L539.457,-37.425ZM549.549,-105.817L548.443,-104.707L544.847,-106.231L546.402,-108.435L550.317,-109.599L552.572,-109.311L550.088,-106.999ZM662.207,-3.734L661.28,-2.835L656.648,-3.927L650.909,-6.872L651.363,-13.402L652.546,-16.315L663.064,-9.713L663.359,-6.984Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M795.79,246.955L795.029,247.129L793.355,248.074L791.071,248.593L788.638,248.796L786.907,250.24L785.379,252.489L783.662,254.095L782.818,255.517L782.414,256.889L776.522,261.279L775.808,262.932L775.378,265.133L775.361,268.034L775.196,270.619L774.348,272.12L771.024,273.641L770.195,274.31L769.779,275.68L767.992,277.941L765.962,280.061L762.062,282.705L757.771,283.809L751.885,283.66L748.451,283.174L746.863,284.24L744.905,287.324L743.025,292.466L742.368,296.249L741.48,295.259L739.648,291.465L738.032,291.122L735.871,290.993L734.249,290.565L730.565,288.589L728.714,288.095L726.684,288.113L724.784,289.604L723.465,291.29L718.868,291.69L713.759,291.381L706.052,286.814L704.254,286.876L702.259,287.283L699.029,286.299L692.62,283.407L689.659,282.886L687.902,283.429L686.391,284.282L685.173,284.536L684.419,283.435L682.09,282.281L679.733,282.283L679.12,283.151L678.965,290.588L678.363,293.27L675.215,293.404L674.176,294.711L671.947,298.49L671.608,301.894L667.286,301.518L665.223,301.073L663.453,301.68L661.544,303.696L656.012,303.869L651.554,303.061L649.394,298.899L647.271,297.289L644.717,295.949L643.8,295.67L642.214,293.449L639.479,290.712L635.015,286.991L631.665,287.327L630.385,286.402L629.752,284.95L628.289,282.55L626.637,280.818L624.708,280.251L621.926,278.157L618.031,273.556L614.545,270.332L611.436,270.548L609.363,268.904L607.158,266.688L605.516,264.529L602.975,259.191L601.198,256.211L599.801,254.369L598.197,252.863L597.599,251.649L599.366,248.698L599.971,247.192L600.7,246.093L601.096,244.924L601.064,244.101L599.306,241.283L597.034,239.307L593.669,237.368L591.494,234.806L590.536,232.449L590.273,231.139L588.793,229.458L587.613,226.859L587.561,225.295L587.763,224.793L588.853,224.757L590.09,225.787L591.91,227.867L593.435,230.782L594.268,229.598L595.681,226.331L598.491,222.599L601.243,220.432L603.849,220.164L606.003,219.499L607.699,218.357L610.871,218.635L613.188,219.276L613.822,218.836L614.717,216.899L615.186,215.228L620.14,214.092L621.724,210.799L622.595,210.84L623.763,210.288L624.678,209.006L625.737,208.458L626.528,209.079L627.628,209.354L628.674,208.558L630.112,204.853L630.952,204.315L635.245,203.51L641.069,201.043L643.983,198.978L646.838,197.821L649.851,195.743L654.806,193.705L654.975,192.951L652.604,191.28L651.673,190.18L651.061,188.978L651.845,187.691L652.893,187.214L654.319,187.621L658.558,188.18L659.787,188.845L660.339,190.709L661.521,192.285L662.398,192.476L662.258,195.294L663.621,196.279L665.616,196.973L666.898,196.721L667.79,195.504L668.063,194.742L670.636,194.401L673.139,193.069L673.215,191.08L672.86,187.551L673.034,186.96L677.081,187.747L681.168,189.02L681.973,192.598L683.177,194.245L684.592,195.793L685.833,196.444L687.887,196.371L693.442,198.09L696.063,198.296L698.878,199.558L701.164,200.944L702.912,201.048L703.811,202.711L704.872,203.698L706.532,202.731L712.907,200.946L715.427,202.38L717.092,203.971L717.352,204.445L716.732,206.072L716.401,207.259L715.816,208.055L713.613,209.075L712.542,210.574L711.686,212.054L712.465,213.475L714.395,214.301L715.72,214.433L716.248,215.462L720.779,219.611L724.697,225.296L725.987,226.171L727.312,226.215L728.545,225.274L729.998,223.153L731.828,221.575L733.392,220.682L736.065,218.772L736.072,217.696L733.297,213.905L731.576,210.757L731.847,210.152L734.929,210.355L740.309,211.655L748.815,216.686L750.228,216.542L753.003,215.76L755.95,214.542L757.25,213.329L757.836,213.682L758.608,216.831L758.028,218.632L754.507,220.74L754.81,221.537L755.91,222.582L757.622,223.148L759.8,224.99L761.47,227.215L762.785,228.152L764.157,228.585L767.291,226.92L768.166,225.83L768.413,225.058L769.086,225.15L770.412,226.164L770.82,226.865L774.132,227.823L776.172,229.253L777.457,229.854L778.685,228.969L783.971,229.689L785.515,230.588L786.162,232.337L785.958,233.439L787.168,236.2L794.443,242.223L795.513,245.578Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M644.405,449.874L645.699,451.701L654.669,453.522L656.407,452.435L657.513,450.806L657.457,449.82L658.154,449.45L661.35,450.831L663.834,450.272L667.89,449.944L670.771,450.014L672.609,448.744L674.967,444.389L675.766,441.947L676.801,441.303L677.655,441.577L678.255,443.434L679.808,445.229L682.748,448.003L684.871,449.262L686.701,449.715L688.287,448.368L690.174,447.907L695.47,449.842L699.798,449.941L702.936,448.553L702.45,446.856L701.123,445.139L700.751,443.352L700.874,441.775L702.9,440.056L702.732,439.408L699.909,436.813L699.979,436.148L705.561,432.593L711.119,430.43L711.846,429.053L712.283,427.038L712.221,423.246L711.627,420.239L709.16,417.544L708.927,416.077L709.283,414.564L710.115,413.096L712.306,412.345L714.816,411.154L716.84,409.835L719.47,408.712L721.594,407.215L723.446,403.923L724.694,403.322L728.717,403.392L729.474,402.583L728.616,398.116L729.219,396.908L730.565,396.13L731.1,395.506L734.651,395.688L737.56,396.585L739.373,397.082L745.526,399.822L749.848,403.053L752.466,406.937L755.82,409.755L759.799,411.6L763.158,414.328L765.773,417.871L769.173,419.678L773.236,419.759L775.842,420.73L777.135,422.829L779.578,424.476L783.072,425.844L788.265,426.278L798.23,425.426L799.058,425.332L801.37,425.65L803.898,424.699L806.929,422.942L807.78,422.015L810.568,417.215L812.503,417.401L816.09,416.394L818.211,415.144L818.329,415.13L818.349,416.288L818.349,418.277L816.746,419.878L818.911,422.933L821.318,427.947L820.568,430.69L821.991,432.507L825.611,433.557L825.919,434.1L824.92,434.803L824.299,436.62L824.687,439.805L827.904,442.396L834.205,444.432L836.163,444.601L837.013,445.572L838.06,446.186L838.76,446.926L839.024,448.054L838.64,448.85L835.806,449.457L832.582,449.861L830.152,448.836L830.153,449.83L830.165,450.907L828.105,451.907L830.247,459.439L830.039,461.704L829.289,462.543L828.529,462.304L827.559,462.34L827.169,463.134L827.729,464.724L825.587,465.151L822.005,464.753L820.148,463.483L819.723,461.958L819.558,460.569L818.197,458.327L815.163,456.282L809.249,456.556L807.01,456.068L804.753,455.414L802.286,455.031L800.021,455.368L797.461,456.315L792.556,455.778L791.151,457.338L788.932,459.233L786.774,459.464L782.304,456.129L781.081,456.009L777.684,458.265L776.255,458.495L775.118,458.032L770.178,457.043L767.998,457.013L766.387,457.834L763.56,457.368L756.138,453.039L752.305,457.203L743.481,457.104L741.192,459.87L738.628,465.055L736.432,467.643L734.311,466.918L731.725,464.992L726.941,459.861L724.695,458.975L722.158,458.936L720.055,459.767L718.948,461.013L718.754,469.121L718.482,476.327L718.829,480.676L723.983,484.224L730.241,490.564L732.129,491.231L733.167,493.374L734.993,499.004L737.01,505.361L740.309,509.375L743.263,512.175L746.684,514.601L751.11,518.503L754.842,522.795L755.861,524.438L762.831,529.993L769.714,535.624L775.608,537.281L776.587,538.343L777.069,543.182L777.868,544.925L782.088,549.555L790.543,556.146L791.593,557.777L791.97,558.981L791.575,560.018L789.686,561.209L787.957,560.31L780.011,553.824L772.73,549.906L764.106,542.124L753.411,539.724L745.911,536.59L741.765,537.531L737.048,539.094L734.214,539.416L732.053,538.852L730.381,536.675L730.479,534.848L730.042,532.569L725.547,529.133L719.601,525.971L713.962,521.782L702.381,510.175L699.892,506.309L701.912,505.419L703.498,505.304L705.266,504.348L708.192,504.129L711.668,504.692L708.422,502.295L704.451,499.949L693.981,490.218L690.736,485.574L690.005,480.261L690.23,472.984L688.189,467.927L680.291,461.692L677.304,458.34L671.784,456.629L669.28,456.95L668.003,459.666L667.278,465.565L662.921,473.493L661.43,476.961L659.14,481.381L656.983,481.833L655.63,481.496L651.249,474.482L647.096,469.099L646.481,466.577L645.948,463.308L642.459,451.622ZM757.164,561.65L763.639,562.374L768.31,561.268L772.624,561.68L775.393,562.984L776.089,563.661L772.606,564.085L768.679,563.801L764.462,565.776L760.519,565.316L758.931,564.469L757.821,563.329ZM775.359,553.707L772.923,554.443L757.609,555.564L753.046,554.987L747.851,552.885L746.668,552.245L751.69,551.053L756.348,551.375L758.004,553.044L770.684,553.336ZM760.562,548.253L755.116,548.839L750.331,548.444L747.845,547.175L747.983,545.922L748.544,543.803L753.762,543.582L761.942,544.315L763.961,545.864L763.536,546.649ZM704.227,515.243L704.96,516.841L700.448,514.031L698.704,512.009L698.273,511.131ZM686.96,472.961L682.929,474.221L680.882,472.541L680.304,471.094L676.781,470.828L674.604,468.904L674.186,468.024L676.924,465.54L678.246,461.743L680.311,463.835L682.991,467.865L684.39,468.926ZM688.389,483.26L689.376,485.255L686.102,483.58L683.271,483.026L682.574,481.67L682.86,480.496L683.388,479.306L685.573,479.325L686.013,480.45ZM701.813,502.372L701.056,503.748L698.691,501.524L696.626,500.02L695.032,498.233L692.064,495.964L690.899,493.238L686.389,487.851L685.558,486.339L687.893,488.492L689.691,489.855L691.169,490.084L695.061,493.444L699.04,497.866L703.592,501.581L702.63,501.817ZM703.365,521.996L703.904,522.618L703.817,523.12L702.05,522.587L701.571,522.787L692.508,513.022L691.516,511.108L694.616,513.288ZM709.316,519.078L711.913,522.434L709.648,521.862L707.274,519.809L705.755,517.608ZM677.196,488.702L677.069,490.525L674.862,488.354L673.509,484.232L670.554,477.652L670.076,475.785L671.285,473.813L671.168,471.924L669,466.12L670.386,465.127L671.336,464.903L671.953,468.988L672.944,471.318L675.534,474.042L675.354,478.837L676.27,485.626L676.849,487.074ZM791.393,569.158L796.352,571.873L782.05,569.119L783.632,568.544L785.122,568.31ZM821.232,575.855L821.438,577.658L823.043,579.467L824.678,581.521L817.777,577.826L811.206,573.499L798.746,567.056L790.187,566.049L778.212,560.965L770.65,559.469L773.464,558.699L776.699,558.38L794.983,564.884L792.756,562.879L795.161,561.797L797.34,562.147L799,564.707L801.938,566.216L806.645,568.857L809.656,570.932L816.395,574.578L817.962,574.982Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M841.806,526.889L840.802,526.848L839.131,527.47L837.962,528.112L836.15,527.587L834.245,527.321L833.596,528.147L833.406,529.665L834.822,532.066L837.407,535.82L837.531,538.877L835.841,539.416L834.052,537.059L832.645,536.814L831.173,537.074L828.067,540.433L825.771,543.278L825.354,545.07L824.585,547.07L824.5,548.491L825.161,553.063L820.527,554.348L819.609,555.118L819.272,556.568L820.323,562.424L821.055,565.495L824.244,570.109L824.54,571.57L824.289,572.678L822.63,574.78L821.839,575.619L821.232,575.855L817.962,574.982L816.395,574.578L809.656,570.932L806.645,568.857L801.938,566.216L799,564.707L797.34,562.147L795.161,561.797L792.756,562.879L789.686,561.209L791.575,560.018L791.97,558.981L791.593,557.777L790.543,556.146L782.088,549.555L777.868,544.925L777.069,543.182L776.587,538.343L775.608,537.281L769.714,535.624L762.831,529.993L755.861,524.438L754.842,522.795L751.11,518.503L746.684,514.601L743.263,512.175L740.309,509.375L737.01,505.361L734.993,499.004L733.167,493.374L732.129,491.231L730.241,490.564L723.983,484.224L718.829,480.676L718.482,476.327L718.754,469.121L718.948,461.013L720.055,459.767L722.158,458.936L724.695,458.975L726.941,459.861L731.725,464.992L734.311,466.918L736.432,467.643L738.628,465.055L741.192,459.87L743.481,457.104L752.305,457.203L756.138,453.039L763.56,457.368L766.387,457.834L767.998,457.013L770.178,457.043L775.118,458.032L776.255,458.495L777.684,458.265L781.081,456.009L782.304,456.129L786.774,459.464L788.932,459.233L791.151,457.338L792.556,455.778L797.461,456.315L800.021,455.368L802.286,455.031L804.753,455.414L807.01,456.068L809.249,456.556L815.163,456.282L818.197,458.327L819.558,460.569L819.723,461.958L820.148,463.483L822.005,464.753L825.587,465.151L827.729,464.724L828.92,464.496L831.76,462.819L835.148,461.651L837.77,462.152L839.062,462.735L839.437,463.767L839.181,467.533L838.231,471.636L836.463,476.089L834.526,480.23L834.175,482.347L834.458,485.631L834.408,488.21L834.953,489.636L835.843,490.854L838.755,491.487L842.604,493.66L846.188,496.609L850.562,499.867L851.97,501.18L852.16,502.651L851.211,503.936L847.85,504.783L844.272,504.906L842.89,504.748L841.721,505.31L840.98,506.316L841.591,507.236L845.72,511.449L850.858,517.605L851.471,520.434L851.263,522.704L850.479,524.383L848.606,524.372L847.099,523.318L845.145,523.647L843.589,524.175Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M352.687,169.794L354.954,171.103L356.963,171.484L357.955,171.053L357.504,168.13L359.303,166.758L361.159,166.134L361.932,167.423L363.557,168.766L364.936,168.935L368.757,165.863L369.462,166.567L370.244,167.771L370.296,168.683L370.45,169.685L371.171,170.141L374.057,170.146L375.547,168.414L376.784,167.328L377.589,168.2L377.893,170.366L378.477,173.291L381.715,176.693L384.552,177.756L388.114,177.283L389.533,176.778L390.469,177.322L391.237,179.095L393.175,181.092L397.39,182.702L398.747,183.51L399.543,184.868L399.239,186.753L396.979,191.269L396.589,192.654L396.892,193.081L396.418,193.966L393.577,196.882L393.305,198.024L394.083,199.796L394.766,201.315L396.35,202.135L397.851,202.454L400.656,202.667L403.677,202.887L404.069,203.813L407.313,206.431L408.311,208.454L410.72,210.535L408.558,212.836L408.835,214.003L409.55,215.106L412.238,215.877L413.588,217.499L413.597,219.974L413.983,223.948L408.142,227.748L406.316,232.04L406.167,232.94L405.956,232.766L405.36,231.339L404.267,231.291L402,230.53L398.423,234.407L396.735,237.627L395.741,240.054L394.329,241.966L394.01,244.012L394.077,244.922L393.581,246.053L393.526,247.204L395.288,249.597L395.777,250.94L397.902,255.161L397.056,256.688L396.43,258.225L395.709,259.428L394.899,260.131L392.468,259.932L389.344,260.274L387.2,260.991L386.092,260.934L383.985,258.764L381.712,255.594L380.135,254.026L379.543,252.674L377.584,252.073L374.914,250.358L373.023,248.602L371.432,247.438L369.149,246.811L367.273,246.783L366.779,243.949L366.75,240.729L365.342,238.499L368.033,230.243L366.771,229.342L365.31,229.915L363.217,231.851L362.085,234.175L361.411,236.196L357.889,237.956L352.467,238.349L346.704,237.221L345.861,236.668L345.572,236.07L345.622,235.331L346.03,234.203L347.22,232.88L347.573,230.922L346.592,229.204L345.981,228.502L346.421,226.88L347.326,224.878L347.513,223.734L343.841,219.847L341.059,218.99L338.236,218.705L336.199,218.144L334.991,218.221L334.048,219.143L333.014,219.81L332.428,218.857L331.701,212.523L330.793,211.545L327.296,210.204L322.56,209.42L321.352,208.167L320.817,205.313L320.655,201.91L319.3,198.492L318.612,197.61L317.325,196.098L314.692,196.461L311.515,198.098L309.748,198.445L308.972,198.627L306.763,196.534L304.32,193.426L302.437,190.198L302.052,188.425L302.878,186.429L302.265,184.802L301.342,181.822L301.219,179.576L314.835,172.723L322.953,169.25L326.778,168.313L327.307,172.492L327.951,173.867L328.741,174.756L329.903,175.011L331.26,174.123L333.262,173.2L336.213,173.918L338.381,175.071L339.056,176.113L340.48,177.209L342.493,177.602L346.794,176.004L350.938,173.479L352.138,171.576Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.915,370.307L512.57,364.546L513.026,361.008L510.718,358.872L509.796,358.297L510.602,357.803L513.828,358.21L515.898,356.971L517.046,355.816L519.928,356.957L524.086,359.157L526.171,360.624L526.986,361.77L527.455,362.754L527.236,364.401L528.165,365.052L530.131,365.283L531.521,365.764L531.079,367.99L530.979,369.8L532.828,369.537L535.128,368.115L536.951,365.628L537.962,363.148L538.816,357.297L539.041,356.801L540.428,357.277L546.066,356.871L548.732,357.982L552.997,358.076L552.898,358.982L553.731,360.449L555.614,362.471L556.562,363.77L558.529,363.979L561.516,363.178L563.231,362.401L563.934,362.879L566.693,362.323L569.076,360.622L569.621,359.292L572.134,358.325L575.305,356.186L579.865,354.497L594.758,352.302L595.287,350.967L594.955,348.015L595.4,347.588L597.261,348.264L600.383,348.81L602.719,349.794L604.264,351.135L605.643,351.082L607.79,350.092L610.633,349.319L613.447,350.603L614.316,352.131L613.891,352.972L613.943,354.205L614.905,355.153L617.165,356.785L620.109,358.138L621.599,357.907L621.997,356.489L622.42,353.094L622.485,349.468L621.704,347.444L620.19,347.018L618.348,346.935L617.298,346.569L617.592,345.403L618.951,342.379L618.781,338.516L615.273,334.14L612.242,329.986L612.181,328.506L613.78,325.886L616.306,323.719L621.946,320.09L623.844,319.344L626.084,318.662L629.417,317.101L631.044,315.538L631.989,314.008L633.161,305.792L633.596,305.441L634.022,304.924L640.033,307.412L640.575,306.971L641.564,306.424L643.365,304.183L643.617,302.603L643.446,299.481L643.513,296.592L643.8,295.67L644.717,295.949L647.271,297.289L649.394,298.899L651.554,303.061L656.012,303.869L661.544,303.696L663.453,301.68L665.223,301.073L667.286,301.518L671.608,301.894L671.947,298.49L674.176,294.711L675.215,293.404L678.363,293.27L678.965,290.588L679.12,283.151L679.733,282.283L682.09,282.281L684.419,283.435L685.173,284.536L686.391,284.282L687.902,283.429L689.659,282.886L692.62,283.407L699.029,286.299L702.259,287.283L704.254,286.876L706.052,286.814L713.759,291.381L718.868,291.69L723.465,291.29L724.784,289.604L726.684,288.113L728.714,288.095L730.565,288.589L734.249,290.565L735.871,290.993L738.032,291.122L739.648,291.465L741.48,295.259L742.368,296.249L742.19,296.762L742.242,298.493L741.222,300.905L740.255,303.889L740.502,306.511L744.741,315.117L748.322,320.227L749.089,322.219L751.171,323.587L749.439,325.822L749.384,328.804L748.372,330.224L748.188,331.895L748.795,333.407L748.985,335.372L749.924,337.926L747.008,338.785L743.57,339.029L742.328,339.312L741.14,340.167L739.958,339.863L736.531,337.701L734.65,337.294L733.409,337.572L732.59,338.72L731,340.266L729.601,341.382L730.024,342.253L736.864,343.866L738.326,347.202L737.319,350.103L736.987,351.538L735.475,352.749L733.724,353.898L731.446,354.349L731.347,355.845L732.547,360.198L731.943,361.243L731.374,362.697L732.394,366.323L733.803,366.445L734.223,367.233L734.124,368.729L733.916,370.317L733.606,372.079L733.44,372.837L732.55,373.329L729.515,373.348L727.092,375.045L722.418,380.564L720.634,381.622L718.827,383.836L719.318,388.335L719.119,388.765L718.727,389.705L712.419,388.651L712.186,388.669L708.15,389.567L705.515,391.918L702.1,393.335L694.809,393.219L687.857,394.542L686.261,395.231L684.419,395.771L682.861,397.033L681.925,398.828L680.43,401.073L677.966,402.969L675.355,404.46L674.837,405.565L673.936,406.2L672.357,405.478L671.188,405.635L669.626,405.156L664.662,404.887L659.088,404.232L656.45,403.397L653.476,402.826L650.274,402.346L647.335,402.342L645.915,402.172L639.032,400.885L634.454,400.949L628.448,400.579L616.624,398.553L613.072,397.713L609.783,397.516L605.887,396.762L602.911,395.474L600.825,392.834L598.712,389.288L594.937,384.727L594.042,382.37L595.135,380.275L596.246,378.755L596.105,378.02L595.165,377.723L588.728,379.992L582.527,382.731L580.087,382.883L577.744,382.371L574.602,382.373L571.478,383.11L565.437,383.663L561.867,385.55L559.728,389.297L558.503,392.283L557.47,393.208L555.373,393.576L552.098,393.387L549.865,392.601L547.607,390.086L543.986,389.809L540.719,389.77L539.897,389.287L539.994,387.722L538.675,384.612L536.453,383.65L531.034,389.543L529.522,390.05L525.079,388.519L521.219,386.072L520.862,384.264L520.156,382.704L516.895,381.318L512.941,380.422L511.662,380.424L512.126,379.519L512.589,378.037L512.239,376.886L511.309,375.653L510.844,374.337L510.728,373.021L510.379,372.034L510.263,371.047Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003c/g\u003e\u003cg fill=\"none\" stroke=\"var(--heritage-graticule)\" opacity=\"0.62\" style=\"stroke-width: 0.6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.62; fill: none; stroke: rgb(184, 178, 168);\"\u003e\u003cpath d=\"M309.764,684.777L356.457,21.322\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M382.163,688.943L411.891,24.512\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M454.644,691.259L467.388,26.285\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M527.161,691.722L522.913,26.639\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M599.666,690.332L578.429,25.576\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M672.112,687.091L633.899,23.094\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M261.928,609.29L500.225,610.904L738.527,610.812\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M270.412,514.662L730.647,516.132\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M278.882,420.205L722.781,421.623\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M287.346,325.808L714.92,327.173\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M295.815,231.354L707.055,232.668\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M304.3,136.726L699.174,137.987\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M312.811,41.795L502.043,41.521L691.269,43.004\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003c/g\u003e\u003cpath d=\"M569.005,535.583L559.502,486.906L558.588,456.574L493.284,421.45L442.727,384.615L454.155,307.622L476.265,272.929L454.3,233.147L433.022,195.037L436.237,168.993\" fill=\"none\" stroke=\"color-mix(in srgb, var(--foreground) 14%, transparent)\" stroke-width=\"9\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: color(srgb 0.0784314 0.0980392 0.101961 / 0.14); stroke-width: 9px;\"\u003e\u003c/path\u003e\u003cpath d=\"M569.005,535.583L559.502,486.906L558.588,456.574L493.284,421.45L442.727,384.615L454.155,307.622L476.265,272.929L454.3,233.147L433.022,195.037L436.237,168.993\" fill=\"none\" stroke=\"var(--border)\" stroke-width=\"1.6\" stroke-dasharray=\"10 10\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgba(20, 25, 26, 0.12); stroke-width: 1.6px;\"\u003e\u003c/path\u003e\u003ctext x=\"500\" y=\"20\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"700\" letter-spacing=\"1.2\" fill=\"var(--muted-foreground)\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 700; line-height: 18.7px; letter-spacing: 1.2px; fill: rgba(20, 25, 26, 0.62);\"\u003eTUSCANY  →  PO VALLEY  →  ALPS  →  RHINE\u003c/text\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"567.7714285714286\" cy=\"550.2714285714285\" r=\"26\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"567.7714285714286\" y=\"555.2714285714285\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e7\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eHistoric Centre of Florence · Historic Centre of Siena · Historic Centre of San Gimignano · Piazza del Duomo, Pisa · Medici Villas and Gardens in Tuscany · Val d'Orcia · Historic Centre of the City of Pienza\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"574.5000000000001\" cy=\"455.2\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"574.5000000000001\" y=\"460.2\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e3\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eCity of Verona · City of Vicenza and the Palladian Villas of the Veneto · Botanical Garden (Orto Botanico), Padua\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"580.3\" y=\"469.6\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eFerrara, City of the Renaissance, and its Po Delta\u003c/text\u003e\u003ccircle cx=\"580.3\" cy=\"484.6\" r=\"9\" fill=\"var(--heritage-po-valley)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(202, 138, 4); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"580.3\" y=\"488.6\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eF\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eFerrara, City of the Renaissance, and its Po Delta — Italy · Po Valley\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"516.4\" y=\"504.79999999999995\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003ePortovenere, Cinque Terre, and the Islands (Palmaria, Tino and Tinetto)\u003c/text\u003e\u003ccircle cx=\"516.4\" cy=\"519.8\" r=\"9\" fill=\"var(--heritage-po-valley)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(202, 138, 4); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"516.4\" y=\"523.8\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eP\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003ePortovenere, Cinque Terre, and the Islands (Palmaria, Tino and Tinetto) — Italy · Po Valley\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"442.6\" y=\"369.7\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eOld City of Berne\u003c/text\u003e\u003ccircle cx=\"442.6\" cy=\"384.7\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"442.6\" y=\"388.7\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eO\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eOld City of Berne — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"461.8\" y=\"389\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eSwiss Alps Jungfrau-Aletsch\u003c/text\u003e\u003ccircle cx=\"461.8\" cy=\"404\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"461.8\" y=\"408\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eS\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eSwiss Alps Jungfrau-Aletsch — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"493.4\" y=\"406.3\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eThree Castles, Defensive Wall and Ramparts of the Market-Town of Bellinzona\u003c/text\u003e\u003ccircle cx=\"493.4\" cy=\"421.3\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"493.4\" y=\"425.3\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eT\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eThree Castles, Defensive Wall and Ramparts of the Market-Town of Bellinzona — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"500.1\" cy=\"356.6\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"500.1\" y=\"361.6\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e2\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eAbbey of St Gall · Monastic Island of Reichenau\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"539.8\" y=\"385.5\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eBenedictine Convent of St John at Müstair\u003c/text\u003e\u003ccircle cx=\"539.8\" cy=\"400.5\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"539.8\" y=\"404.5\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eB\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eBenedictine Convent of St John at Müstair — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"454.1\" y=\"292.5\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eStrasbourg, Grande-Île and Neustadt\u003c/text\u003e\u003ccircle cx=\"454.1\" cy=\"307.5\" r=\"9\" fill=\"var(--heritage-upper-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(29, 78, 216); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"454.1\" y=\"311.5\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eS\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eStrasbourg, Grande-Île and Neustadt — France · Upper Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"480.91999999999996\" cy=\"264.26000000000005\" r=\"22\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"480.91999999999996\" y=\"269.26000000000005\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e5\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eAbbey and Altenmünster of Lorsch · Speyer Cathedral · Maulbronn Monastery Complex · ShUM Sites of Speyer, Worms and Mainz · Messel Pit Fossil Site\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"465.75\" cy=\"230.95\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"465.75\" y=\"235.95\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e2\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eUpper Middle Rhine Valley · Frontiers of the Roman Empire\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"423.59999999999997\" cy=\"199.0666666666667\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"423.59999999999997\" y=\"204.0666666666667\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e3\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eCologne Cathedral · Castles of Augustusburg and Falkenlust at Brühl · Aachen Cathedral\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"436.4\" y=\"154.2\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eZollverein Coal Mine Industrial Complex in Essen\u003c/text\u003e\u003ccircle cx=\"436.4\" cy=\"169.2\" r=\"9\" fill=\"var(--heritage-lower-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(190, 24, 93); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"436.4\" y=\"173.2\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eZ\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eZollverein Coal Mine Industrial Complex in Essen — Germany · Lower Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"589.9\" y=\"271.3\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eOld town of Regensburg with Stadtamhof\u003c/text\u003e\u003ccircle cx=\"589.9\" cy=\"286.3\" r=\"9\" fill=\"var(--heritage-po-valley)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(202, 138, 4); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"589.9\" y=\"290.3\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eO\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eOld town of Regensburg with Stadtamhof — Germany · Po Valley\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"553.7\" y=\"335.5\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003ePilgrimage Church of Wies\u003c/text\u003e\u003ccircle cx=\"553.7\" cy=\"350.5\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"553.7\" y=\"354.5\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eP\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003ePilgrimage Church of Wies — Germany · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"506.1\" y=\"163.4\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eBergpark Wilhelmshöhe\u003c/text\u003e\u003ccircle cx=\"506.1\" cy=\"178.4\" r=\"9\" fill=\"var(--heritage-lower-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(190, 24, 93); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"506.1\" y=\"182.4\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eB\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eBergpark Wilhelmshöhe — Germany · Lower Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"522.5\" y=\"235.7\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eWürzburg Residence with the Court Gardens and Residence Square\u003c/text\u003e\u003ccircle cx=\"522.5\" cy=\"250.7\" r=\"9\" fill=\"var(--heritage-upper-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(29, 78, 216); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"522.5\" y=\"254.7\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eW\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eWürzburg Residence with the Court Gardens and Residence Square — Germany · Upper Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"551.6\" y=\"230.7\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eTown of Bamberg\u003c/text\u003e\u003ccircle cx=\"551.6\" cy=\"245.7\" r=\"9\" fill=\"var(--heritage-upper-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(29, 78, 216); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"551.6\" y=\"249.7\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eT\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eTown of Bamberg — Germany · Upper Rhine\u003c/title\u003e\u003c/g\u003e\u003c/svg\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 8px 8px 134.2px 237px; flex-direction: column; gap: 4px; width: 28px; height: 92px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cbutton type=\"button\" aria-label=\"Zoom in\" title=\"Zoom in (scroll or double-click too)\" style=\"display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: auto; min-height: auto; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003e+\u003c/button\u003e\u003cbutton type=\"button\" aria-label=\"Zoom out\" title=\"Zoom out\" disabled=\"\" style=\"display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: auto; min-height: auto; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; opacity: 0.4; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003e−\u003c/button\u003e\u003cbutton type=\"button\" aria-label=\"Reset view\" title=\"Reset (full corridor)\" disabled=\"\" style=\"display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: auto; min-height: auto; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; opacity: 0.4; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003e⊕\u003c/button\u003e\u003c/div\u003e\u003cdiv style=\"position: absolute; inset: 201.5px 139.667px 8px 8px; width: 125.333px; height: 24.7px; padding: 2px 8px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 3.40282e38px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003escroll / drag to zoom\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; width: 273px; height: 103.8px; min-width: auto; min-height: auto; padding: 6px 8px; border-top-width: 1px; border-color: rgba(20, 25, 26, 0.12); background-color: oklab(0.967315 -0.00380626 0.0016017 / 0.3); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 57.1833px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(194, 65, 12); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Tuscany\u003c/span\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 36.9333px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(21, 128, 61); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Alps\u003c/span\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 78.85px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(29, 78, 216); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Upper Rhine\u003c/span\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 77.8667px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(190, 24, 93); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Lower Rhine\u003c/span\u003e\u003cspan style=\"display: block; width: 257px; height: 37.4px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e· 35 sites · conic 43°/51° · baked SVG · zero requests\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 275px; height: 292.4px; padding: 12px; border-top-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 251px; height: 267.4px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; width: 251px; height: 32px; margin-bottom: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 206.733px; height: 32px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: 0.3px; text-transform: uppercase;\"\u003eDensity by corridor segment\u003c/div\u003e\u003cdiv style=\"width: 44.2667px; height: 32px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003e35 sites\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 174px; margin-bottom: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eTuscany\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 111.117px; background-color: rgb(194, 65, 12); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 44.0333px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e7 · 20%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(194, 65, 12); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003ePo Valley\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 95.25px; background-color: rgb(202, 138, 4); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 42.45px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e6 · 17%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(202, 138, 4); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eAlps\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 95.25px; background-color: rgb(21, 128, 61); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 42.45px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e6 · 17%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(21, 128, 61); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eUpper Rhine\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 127px; background-color: rgb(29, 78, 216); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 44.8667px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e8 · 23%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(29, 78, 216); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eMiddle Rhine\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 47.6167px; background-color: rgb(124, 58, 237); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 37.4167px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e3 · 9%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(124, 58, 237); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eLower Rhine\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 79.3667px; background-color: rgb(190, 24, 93); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 43.15px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e5 · 14%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(190, 24, 93); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 45.4px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 15.1333px;\"\u003eTuscany to Po Valley to Alps to Rhine northwards. Longer bars = denser clusters in the current filter.\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","cc2d4252f436a4a224abb423:editable":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 277px; height: 198.75px; border-width: 1px; border-color: oklch(0.924 0.12 95.746); border-radius: 14px; background-color: oklab(0.987 -0.00202336 0.0219068 / 0.3); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 8px; width: 275px; height: 56.75px; padding: 8px 12px 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 84.4833px; height: 21px; min-width: auto; min-height: auto; padding: 2px 6px; border-color: rgb(255, 255, 255); border-radius: 3.40282e38px; background-color: oklch(0.769 0.188 70.08); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; line-height: 17px;\"\u003eStarter sample\u003c/span\u003e\u003cspan style=\"display: block; width: 185.267px; height: 13.75px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13.75px; overflow-wrap: break-word;\"\u003eStarter list — replace with your own\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 275px; height: 64px; padding: 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 40px; height: 40px; min-width: auto; min-height: auto; border-color: rgb(20, 25, 26); border-radius: 14px; background-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.1); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cspan style=\"display: block; width: 19.1667px; height: 20px; min-width: auto; min-height: auto; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 20px;\"\u003eNE\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 199px; height: 37.5px; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 6px; width: 199px; height: 21px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cspan style=\"display: block; flex-grow: 1; flex-basis: 0%; width: 130.633px; height: 20px; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eNetflix Premium\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 62.3667px; height: 21px; min-width: auto; min-height: auto; padding: 2px 6px; border-color: rgb(255, 255, 255); border-radius: 3.40282e38px; background-color: rgb(0, 143, 251); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; line-height: 17px;\"\u003eStreaming\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"width: 199px; height: 16.5px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e$15.49 · monthly · Monthly on day 5 · Visa *4242\u003c/div\u003e\u003cdiv style=\"display: none; width: auto; height: auto; margin-top: 2px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: auto; height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 500; line-height: 16.5px; white-space: nowrap;\"\u003e$15.49\u003c/span\u003e · monthly · Monthly on day 5\u003c/div\u003e\u003cdiv style=\"width: auto; height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 600; line-height: 16.5px; white-space: nowrap;\"\u003e2026-09-04\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap;\"\u003e · \u003c/span\u003e\u003cspan style=\"border-color: rgb(197, 31, 69); color: rgb(197, 31, 69); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap;\"\u003eOverdue 1d\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px; width: 275px; height: 76px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 6px; width: 251px; height: 28px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 44.45px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 5px; color: oklab(0.20864 -0.00670679 -0.00404325 / 0.8); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003eEdit\u003c/button\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 56.9px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 5px; color: oklab(0.20864 -0.00670679 -0.00404325 / 0.8); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003ePause\u003c/button\u003e\u003cbutton data-slot=\"button\" data-variant=\"ghost\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 57.3833px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-color: rgb(197, 31, 69); border-radius: 5px; color: rgb(197, 31, 69); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003eDelete\u003c/button\u003e\u003c/div\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 251px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-width: 1px; border-style: dashed; border-color: rgba(20, 25, 26, 0.12); border-radius: 5px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003e+ Add new subscription\u003c/button\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"0ae820c6c198a17217fd88dc","isNew":false,"isPublic":true,"itemType":"NOTE","name":"This Page Was Published from CubeLV","parents":{"7622a229201503e3237d3219":1788460371380},"preParentID":null,"updatedAt":1789987744047,"updatedBy":{"userId":"6a98422600aca2b400556d","userName":"CubeLV Team"},"version":38,"websiteContent":"[{\"originUrl\":\"https://app.cubelv.com/login?ref=0ae820c6c198a17217fd88dc\",\"title\":null,\"content\":null,\"imageUrl\":null}]"},"ownerName":"CubeLV Team","subtree":[{"artifactHtml":"\u003cstyle\u003e\n  :root { --paper:#FCFCF9; --ink:#0E1411; --ink-2:#5B6767; --accent:#115E3E; --accent-2:#0D3B2A; --soft:#E7F0EB; --hair:#DCE6E0; --card:#FFFFFF; --muted:#F2F5F3; }\n  :root[data-theme=\"dark\"] { --paper:#0E1411; --ink:#E9EFED; --ink-2:#9AA8A6; --accent:#5ED0A0; --accent-2:#8CE6BF; --soft:#13201B; --hair:#1F2E29; --card:#131C19; --muted:#16201C; }\n  .doc { background:var(--paper); color:var(--ink); padding:0; font:16px/1.7 -apple-system,BlinkMacSystemFont,\"Inter\",\"Helvetica Neue\",Helvetica,Arial,sans-serif; -webkit-font-smoothing:antialiased; }\n  .wrap { max-width:860px; margin:0 auto; padding:42px 28px 48px; }\n  .eyebrow { font:600 11px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); margin-bottom:14px; }\n  header h1 { font-size:38px; line-height:1.08; letter-spacing:-.03em; font-weight:700; margin:0; max-width:18ch; color:var(--ink); }\n  header .lede { color:var(--ink-2); font-size:17px; line-height:1.6; margin:14px 0 0; max-width:58ch; }\n  .mono { font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; }\n  .divider { height:1px; background:var(--hair); margin:36px 0; }\n  h2 { font-size:22px; line-height:1.25; letter-spacing:-.02em; font-weight:700; margin:0 0 8px; color:var(--ink); }\n  h3 { font-size:15px; line-height:1.4; letter-spacing:-.01em; font-weight:650; margin:0 0 6px; color:var(--ink); }\n  p { color:var(--ink-2); font-size:15px; line-height:1.7; margin:0 0 12px; max-width:68ch; }\n  p strong { color:var(--ink); font-weight:600; }\n  .kicker { font:600 11px ui-monospace,SFMono-Regular,monospace; letter-spacing:.12em; text-transform:uppercase; color:var(--accent); margin-bottom:6px; }\n  .embed-shell { margin:16px 0 6px; }\n  .embed-shell item-embed { display:block; }\n  .caption { font-size:12.5px; line-height:1.55; color:var(--ink-2); margin-top:10px; max-width:68ch; }\n  .caption code { font:500 12px ui-monospace,monospace; background:var(--muted); padding:2px 6px; border-radius:4px; color:var(--ink); }\n  .loop { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:18px 0 6px; }\n  .loop-step { background:var(--card); border:1px solid var(--hair); border-radius:12px; padding:16px 14px; }\n  .loop-step .num { font:700 11px ui-monospace,monospace; letter-spacing:.1em; color:var(--accent); margin-bottom:8px; }\n  .loop-step .title { font-size:14px; font-weight:650; color:var(--ink); line-height:1.3; }\n  .loop-step .desc { font-size:13px; color:var(--ink-2); line-height:1.55; margin-top:6px; }\n  .tool-block { margin:28px 0 0; background:var(--card); border:1px solid var(--hair); border-radius:16px; overflow:hidden; }\n  .tool-head { padding:18px 20px 16px; border-bottom:1px solid var(--hair); }\n  .tool-head .req { font-size:13px; line-height:1.5; color:var(--ink-2); margin:6px 0 0; font-style:italic; }\n  .tool-head .req span { color:var(--ink); font-style:normal; font-weight:550; }\n  .tool-body { padding:16px; background:var(--muted); }\n  .hint { font-size:12.5px; line-height:1.5; color:var(--ink-2); margin:0 0 12px; }\n  .hint strong { color:var(--ink); }\n  section[data-cube=\"stats\"] { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:18px 0 6px; }\n  section[data-cube=\"stats\"] .stat { background:var(--card); border:1px solid var(--hair); border-radius:12px; padding:18px 16px; }\n  section[data-cube=\"stats\"] .k { font:600 11px ui-monospace,monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); }\n  section[data-cube=\"stats\"] .v { font-size:30px; font-weight:750; letter-spacing:-.03em; line-height:1; margin-top:10px; color:var(--ink); }\n  section[data-cube=\"stats\"] .n { font-size:13px; line-height:1.5; color:var(--ink-2); margin-top:6px; }\n  .tbl-wrap { overflow-x:auto; margin:14px 0 0; border:1px solid var(--hair); border-radius:12px; background:var(--card); }\n  table { border-collapse:collapse; width:100%; font-size:14px; min-width:560px; }\n  th,td { text-align:left; padding:11px 14px; border-bottom:1px solid var(--hair); }\n  th { font:600 11px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-2); background:var(--muted); }\n  td { color:var(--ink-2); line-height:1.5; }\n  td:first-child { color:var(--ink); font-weight:600; white-space:nowrap; }\n  tr:last-child td { border-bottom:none; }\n  .row-cap { background:var(--soft); }\n  .row-cap td { color:var(--ink); }\n  .row-cap td:first-child { color:var(--accent-2); }\n  :root[data-theme=\"dark\"] .row-cap td:first-child { color:var(--accent); }\n  .badge { display:inline-flex; align-items:center; font:700 10px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; background:var(--accent); color:white; padding:3px 7px; border-radius:999px; margin-left:8px; vertical-align:middle; }\n  :root[data-theme=\"dark\"] .badge { color:var(--paper); }\n  .callout { display:flex; gap:12px; padding:14px 16px; background:var(--soft); border:1px solid var(--hair); border-radius:10px; margin:16px 0 0; }\n  .callout .tag { flex:none; font:700 11px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; color:var(--accent); padding-top:2px; }\n  .callout .body { font-size:13.5px; line-height:1.6; color:var(--ink); }\n  .callout .body em { font-style:normal; font-weight:600; }\n  .int-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:16px 0 0; }\n  .int-card { background:var(--card); border:1px solid var(--hair); border-radius:12px; padding:16px; }\n  .int-card .ic { width:28px; height:28px; border-radius:8px; background:var(--soft); display:flex; align-items:center; justify-content:center; margin-bottom:10px; color:var(--accent); }\n  .int-card .ic svg { width:16px; height:16px; }\n  .int-card h4 { font-size:14px; font-weight:650; margin:0 0 6px; color:var(--ink); }\n  .int-card p { font-size:13px; line-height:1.6; margin:0; }\n  .not-list { list-style:none; padding:0; margin:14px 0 0; display:flex; flex-direction:column; gap:10px; }\n  .not-list li { display:flex; gap:12px; padding:14px 16px; background:var(--card); border:1px solid var(--hair); border-radius:12px; font-size:14px; line-height:1.6; color:var(--ink-2); }\n  .not-list li span.dash { color:var(--accent); font-weight:700; flex:none; }\n  .not-list li em { color:var(--ink); font-style:normal; }\n  .start-box { background:var(--accent-2); color:white; border-radius:16px; padding:24px; margin:18px 0 0; }\n  :root[data-theme=\"dark\"] .start-box { background:#0F2A1F; border:1px solid var(--hair); }\n  .start-box h3 { color:white; font-size:18px; margin:0 0 8px; }\n  :root[data-theme=\"dark\"] .start-box h3 { color:var(--ink); }\n  .start-box p { color:rgba(255,255,255,.82); margin:0 0 14px; }\n  :root[data-theme=\"dark\"] .start-box p { color:var(--ink-2); }\n  .platforms { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 0; }\n  .plat { display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); color:white; padding:7px 11px; border-radius:999px; font-size:13px; font-weight:550; }\n  :root[data-theme=\"dark\"] .plat { background:var(--card); border-color:var(--hair); color:var(--ink); }\n  .plat svg { width:14px; height:14px; opacity:.9; }\n  .foot { margin-top:36px; padding-top:18px; border-top:1px solid var(--hair); font-size:12.5px; line-height:1.6; color:var(--ink-2); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }\n  .foot a { color:var(--accent); text-decoration:none; font-weight:600; }\n  @media (max-width:720px) { .wrap { padding:28px 18px 36px; } header h1 { font-size:30px; } .loop { grid-template-columns:1fr 1fr; } section[data-cube=\"stats\"] { grid-template-columns:1fr; } .int-grid { grid-template-columns:1fr; } }\n  @media (max-width:420px) { .loop { grid-template-columns:1fr; } }\n\u003c/style\u003e\u003cdiv class=\"doc\"\u003e\u003cdiv class=\"wrap\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003ePublic note · published from CubeLV\u003c/div\u003e\n    \u003ch1\u003eThis Page Was Published from CubeLV\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003eYou are looking at a CubeLV Note, published to a public link. The cards below are not screenshots — they are live components running in your browser. The first one proves it.\u003c/p\u003e\n  \u003c/header\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e01 — This page is itself the output\u003c/div\u003e\n    \u003ch2\u003eThe card below is rendering right now.\u003c/h2\u003e\n    \u003cp\u003eIt shows the time ticking every second, your own timezone, and your current window size. Resize the window — the numbers inside the card update with it. That change is yours, not ours.\u003c/p\u003e\n    \u003cdiv class=\"embed-shell\"\u003e\n      \u003citem-embed item-id=\"6a993493b7d965a08a303524\" view=\"card\"\u003e\u003c/item-embed\u003e\n    \u003c/div\u003e\n    \u003cp class=\"caption\"\u003eIf the seconds are moving and the dimensions follow your drag, you are already looking at a live CubeLV embed — the same mechanism that powers everything else on this page.\u003c/p\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e02 — The core loop\u003c/div\u003e\n    \u003ch2\u003eDescribe → Design → Build → Run.\u003c/h2\u003e\n    \u003cdiv class=\"loop\"\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e01\u003c/div\u003e\u003cdiv class=\"title\"\u003eDescribe\u003c/div\u003e\u003cdiv class=\"desc\"\u003ePlain language. One sentence is enough.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e02\u003c/div\u003e\u003cdiv class=\"title\"\u003eDesign\u003c/div\u003e\u003cdiv class=\"desc\"\u003eThe AI drafts the structure before building.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e03\u003c/div\u003e\u003cdiv class=\"title\"\u003eBuild\u003c/div\u003e\u003cdiv class=\"desc\"\u003eIt creates the tool here, in your workspace.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e04\u003c/div\u003e\u003cdiv class=\"title\"\u003eRun\u003c/div\u003e\u003cdiv class=\"desc\"\u003eAI employees keep it going on a schedule you set.\u003c/div\u003e\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e03 — Three tools the AI built\u003c/div\u003e\n    \u003ch2\u003eNot mockups. Working tools you can check.\u003c/h2\u003e\n    \u003cp\u003eEach was created from a single request. Each is still running.\u003c/p\u003e\n    \u003cdiv class=\"tool-block\"\u003e\n      \u003cdiv class=\"tool-head\"\u003e\n        \u003ch3\u003eRenewals and spend, in one place\u003c/h3\u003e\n        \u003cp class=\"hint\"\u003e\u003cstrong\u003eTry it:\u003c/strong\u003e edit a row, pause one, or add your own — changes persist. This is the editable card.\u003c/p\u003e\n        \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“I keep losing track of what I'm subscribed to and when things renew. Can you make me something for that?”\u003c/span\u003e\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"tool-body\"\u003e\n        \u003citem-embed item-id=\"cc2d4252f436a4a224abb423\" view=\"editable\"\u003e\u003c/item-embed\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"tool-block\"\u003e\n      \u003cdiv class=\"tool-head\"\u003e\n        \u003ch3\u003e35 sites, Tuscany to the Rhine\u003c/h3\u003e\n        \u003cp class=\"hint\"\u003eWhat you are seeing is the UNESCO World Heritage corridor from Tuscany, through the Alps, to the Rhine — pins and density bars together.\u003c/p\u003e\n        \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Put the UNESCO World Heritage sites between Tuscany and the Rhine on a map. I want to see how densely they cluster.”\u003c/span\u003e\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"tool-body\"\u003e\n        \u003citem-embed item-id=\"6a99835881158f48424e6ae4\" view=\"corridorMap\"\u003e\u003c/item-embed\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"tool-block\"\u003e\n      \u003cdiv class=\"tool-head\"\u003e\n        \u003ch3\u003eOne symbol, two kinds of data\u003c/h3\u003e\n        \u003cp class=\"hint\"\u003eThe AI built one card per symbol — NVDA, AAPL and MSFT. This is the NVDA card. The price is loaded live; the table below it is a daily record tracked daily since 2 September 2026 — the history is the proof that something has been running without being asked.\u003c/p\u003e\n        \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Track NVDA, AAPL and MSFT — show me the current price, and keep a daily record so I can see the trend.”\u003c/span\u003e\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"tool-body\"\u003e\n        \u003citem-embed item-id=\"2c15dbc4517bebe37bf8bb99\" view=\"overview\"\u003e\u003c/item-embed\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e04 — Numbers\u003c/div\u003e\n    \u003ch2\u003eThree numbers worth checking.\u003c/h2\u003e\n    \u003csection data-cube=\"stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003ePlatforms\u003c/div\u003e\u003cdiv class=\"v\"\u003e5\u003c/div\u003e\u003cdiv class=\"n\"\u003eWeb, macOS, Windows, iOS and Android\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003eFree credits\u003c/div\u003e\u003cdiv class=\"v\"\u003e500\u003c/div\u003e\u003cdiv class=\"n\"\u003eTo start — no card required\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003eTYPICAL TOOL\u003c/div\u003e\u003cdiv class=\"v\"\u003e~130\u003c/div\u003e\u003cdiv class=\"n\"\u003eCredits to build one — the free tier covers two or three\u003c/div\u003e\u003c/div\u003e\n    \u003c/section\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e05 — How AI employees are configured\u003c/div\u003e\n    \u003ch2\u003eYou set the limits before it runs.\u003c/h2\u003e\n    \u003cp\u003eEvery employee is configured before it runs — and you keep the budget cap in sight.\u003c/p\u003e\n    \u003cdiv class=\"tbl-wrap\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\u003cth\u003eSetting\u003c/th\u003e\u003cth\u003eWhat it does\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\u003ctd\u003eRole\u003c/td\u003e\u003ctd\u003eThe job description — what the employee is responsible for.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eModel\u003c/td\u003e\u003ctd\u003eWhich language model this employee uses.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr class=\"row-cap\"\u003e\u003ctd\u003eMonthly budget cap \u003cspan class=\"badge\"\u003eCost control\u003c/span\u003e\u003c/td\u003e\u003ctd\u003eThe maximum this employee can spend per month. It stops when it hits the cap.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eMemory\u003c/td\u003e\u003ctd\u003eWhat it carries between runs — so it does not start from scratch.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eSchedule\u003c/td\u003e\u003ctd\u003eOnce, daily, weekly, monthly or loop — with custom intervals.\u003c/td\u003e\u003c/tr\u003e\n          \u003ctr\u003e\u003ctd\u003eEvent triggers\u003c/td\u003e\u003ctd\u003eWhat kicks it off outside the schedule — new items, updates, or other events.\u003c/td\u003e\u003c/tr\u003e\n        \u003c/tbody\u003e\n      \u003c/table\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e06 — Integrations\u003c/div\u003e\n    \u003ch2\u003eWhere CubeLV meets what you already use.\u003c/h2\u003e\n    \u003cdiv class=\"int-grid\"\u003e\n      \u003cdiv class=\"int-card\"\u003e\n        \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"13\" height=\"10\" rx=\"1.5\"/\u003e\u003cpath d=\"M2 4l6 5 6-5\"/\u003e\u003c/svg\u003e\u003c/div\u003e\n        \u003ch4\u003eGmail\u003c/h4\u003e\n        \u003cp\u003eForward messages in. The AI reads them, judges by your instructions, and replies on your behalf when you tell it to.\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"int-card\"\u003e\n        \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"2\" y=\"2\" width=\"11\" height=\"11\" rx=\"1\"/\u003e\u003cpath d=\"M5 8h6M8 5v6\"/\u003e\u003c/svg\u003e\u003c/div\u003e\n        \u003ch4\u003eCharts and Google Sheets\u003c/h4\u003e\n        \u003cp\u003eSync runs both directions. Data in Charts flows to Sheets; edits in Sheets flow back. No copy-paste, no second source of truth. Authorization is per file — CubeLV only touches the files you pick yourself in Google's own file picker.\u003c/p\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003ePermission\u003c/span\u003e\u003cdiv class=\"body\"\u003eWe only ever get send permission — we cannot read your mailbox. You forward messages in. For Sheets, we only ever get the files you pick in Google's own file picker — never your Drive.\u003c/div\u003e\u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e07 — What it does not do yet\u003c/div\u003e\n    \u003ch2\u003eHonest gaps.\u003c/h2\u003e\n    \u003cul class=\"not-list\"\u003e\n      \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo data export yet. Internally every item is already stored as a flat JSON file, so the path exists — the user-facing button does not. It is first up next.\u003c/span\u003e\u003c/li\u003e\n      \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo self-hosting. The sandbox tier is welded to AWS.\u003c/span\u003e\u003c/li\u003e\n      \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eSign-in is Google or Apple only for now.\u003c/span\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"kicker\"\u003e08 — How to start\u003c/div\u003e\n    \u003cdiv class=\"start-box\"\u003e\n      \u003ch3\u003eStart with 500 credits. No card. No expiry games.\u003c/h3\u003e\n      \u003cp\u003eThis is not a timed trial. Credits are yours until you use them. When you are ready, the same workspace runs on five platforms.\u003c/p\u003e\n      \u003cdiv class=\"cta\"\u003e\u003ca href=\"https://app.cubelv.com/login?ref=0ae820c6c198a17217fd88dc\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#fff;color:#0D3B2A;font-weight:700;font-size:16px;padding:13px 34px;border-radius:999px;text-decoration:none;\"\u003eCreate your workspace\u003c/a\u003e\u003cdiv style=\"margin-top:10px;font-size:13px;color:rgba(255,255,255,.75);\"\u003eFree — 500 credits, no card.\u003c/div\u003e\u003c/div\u003e\n      \u003cdiv class=\"platforms\"\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"5.5\"/\u003e\u003cpath d=\"M2.5 8h11M8 2.5A8 8 0 0 1 8 13.5\"/\u003e\u003c/svg\u003e Web\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1.5\"/\u003e\u003cpath d=\"M6 7h4M6 10h4\"/\u003e\u003c/svg\u003e macOS\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1\"/\u003e\u003cpath d=\"M5 6h6M5 9h6\"/\u003e\u003c/svg\u003e Windows\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"/\u003e\u003ccircle cx=\"8\" cy=\"11.5\" r=\".9\" fill=\"currentColor\" stroke=\"none\"/\u003e\u003c/svg\u003e iOS\u003c/span\u003e\n        \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"/\u003e\u003cpath d=\"M6 6h4\"/\u003e\u003c/svg\u003e Android\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"foot\"\u003e\u003cspan\u003eCubeLV — describe what you need, get a working tool.\u003c/span\u003e\u003cspan class=\"mono\" style=\"font-size:11px; letter-spacing:.06em; text-transform:uppercase; opacity:.7;\"\u003ePublished as a CubeLV Note\u003c/span\u003e\u003c/div\u003e\n\u003c/div\u003e\u003c/div\u003e","artifactSourceHash":"i6osbrtyjhic","content":"\u003cdiv class=\"doc\"\u003e\u003cdiv class=\"wrap\"\u003e  \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e01 — This page is itself the output\u003c/div\u003e \u003ch2\u003eThe card below is rendering right now.\u003c/h2\u003e \u003cp\u003eIt shows the time ticking every second, your own timezone, and your current window size. Resize the window — the numbers inside the card update with it. That change is yours, not ours.\u003c/p\u003e \u003cdiv class=\"embed-shell\"\u003e \u003citem-embed item-id=\"6a993493b7d965a08a303524\" view=\"card\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003cp class=\"caption\"\u003eIf the seconds are moving and the dimensions follow your drag, you are already looking at a live CubeLV embed — the same mechanism that powers everything else on this page.\u003c/p\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e02 — The core loop\u003c/div\u003e \u003ch2\u003eDescribe → Design → Build → Run.\u003c/h2\u003e \u003cdiv class=\"loop\"\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e01\u003c/div\u003e\u003cdiv class=\"title\"\u003eDescribe\u003c/div\u003e\u003cdiv class=\"desc\"\u003ePlain language. One sentence is enough.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e02\u003c/div\u003e\u003cdiv class=\"title\"\u003eDesign\u003c/div\u003e\u003cdiv class=\"desc\"\u003eThe AI drafts the structure before building.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e03\u003c/div\u003e\u003cdiv class=\"title\"\u003eBuild\u003c/div\u003e\u003cdiv class=\"desc\"\u003eIt creates the tool here, in your workspace.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"loop-step\"\u003e\u003cdiv class=\"num\"\u003e04\u003c/div\u003e\u003cdiv class=\"title\"\u003eRun\u003c/div\u003e\u003cdiv class=\"desc\"\u003eAI employees keep it going on a schedule you set.\u003c/div\u003e\u003c/div\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e03 — Three tools the AI built\u003c/div\u003e \u003ch2\u003eNot mockups. Working tools you can check.\u003c/h2\u003e \u003cp\u003eEach was created from a single request. Each is still running.\u003c/p\u003e \u003cdiv class=\"tool-block\"\u003e \u003cdiv class=\"tool-head\"\u003e \u003ch3\u003eRenewals and spend, in one place\u003c/h3\u003e \u003cp class=\"hint\"\u003e\u003cstrong\u003eTry it:\u003c/strong\u003e edit a row, pause one, or add your own — changes persist. This is the editable card.\u003c/p\u003e \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“I keep losing track of what I'm subscribed to and when things renew. Can you make me something for that?”\u003c/span\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"tool-body\"\u003e \u003citem-embed item-id=\"cc2d4252f436a4a224abb423\" view=\"editable\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"tool-block\"\u003e \u003cdiv class=\"tool-head\"\u003e \u003ch3\u003e35 sites, Tuscany to the Rhine\u003c/h3\u003e \u003cp class=\"hint\"\u003eWhat you are seeing is the UNESCO World Heritage corridor from Tuscany, through the Alps, to the Rhine — pins and density bars together.\u003c/p\u003e \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Put the UNESCO World Heritage sites between Tuscany and the Rhine on a map. I want to see how densely they cluster.”\u003c/span\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"tool-body\"\u003e \u003citem-embed item-id=\"6a99835881158f48424e6ae4\" view=\"corridorMap\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"tool-block\"\u003e \u003cdiv class=\"tool-head\"\u003e \u003ch3\u003eOne symbol, two kinds of data\u003c/h3\u003e \u003cp class=\"hint\"\u003eThe AI built one card per symbol — NVDA, AAPL and MSFT. This is the NVDA card. The price is loaded live; the table below it is a daily record tracked daily since 2 September 2026 — the history is the proof that something has been running without being asked.\u003c/p\u003e \u003cp class=\"req\"\u003eRequest: \u003cspan\u003e“Track NVDA, AAPL and MSFT — show me the current price, and keep a daily record so I can see the trend.”\u003c/span\u003e\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"tool-body\"\u003e \u003citem-embed item-id=\"2c15dbc4517bebe37bf8bb99\" view=\"overview\"\u003e\u003c/item-embed\u003e \u003c/div\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e04 — Numbers\u003c/div\u003e \u003ch2\u003eThree numbers worth checking.\u003c/h2\u003e \u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003ePlatforms\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e5\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003eWeb, macOS, Windows, iOS and Android\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003eFree credits\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e500\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003eTo start — no card required\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003eTYPICAL TOOL\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e~130\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003eCredits to build one — the free tier covers two or three\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e05 — How AI employees are configured\u003c/div\u003e \u003ch2\u003eYou set the limits before it runs.\u003c/h2\u003e \u003cp\u003eEvery employee is configured before it runs — and you keep the budget cap in sight.\u003c/p\u003e \u003cdiv class=\"tbl-wrap\"\u003e \u003ctable\u003e \u003cthead\u003e\u003ctr\u003e\u003cth\u003eSetting\u003c/th\u003e\u003cth\u003eWhat it does\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e\u003ctd\u003eRole\u003c/td\u003e\u003ctd\u003eThe job description — what the employee is responsible for.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eModel\u003c/td\u003e\u003ctd\u003eWhich language model this employee uses.\u003c/td\u003e\u003c/tr\u003e \u003ctr class=\"row-cap\"\u003e\u003ctd\u003eMonthly budget cap \u003cspan class=\"badge\"\u003eCost control\u003c/span\u003e\u003c/td\u003e\u003ctd\u003eThe maximum this employee can spend per month. It stops when it hits the cap.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eMemory\u003c/td\u003e\u003ctd\u003eWhat it carries between runs — so it does not start from scratch.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eSchedule\u003c/td\u003e\u003ctd\u003eOnce, daily, weekly, monthly or loop — with custom intervals.\u003c/td\u003e\u003c/tr\u003e \u003ctr\u003e\u003ctd\u003eEvent triggers\u003c/td\u003e\u003ctd\u003eWhat kicks it off outside the schedule — new items, updates, or other events.\u003c/td\u003e\u003c/tr\u003e \u003c/tbody\u003e \u003c/table\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e06 — Integrations\u003c/div\u003e \u003ch2\u003eWhere CubeLV meets what you already use.\u003c/h2\u003e \u003cdiv class=\"int-grid\"\u003e \u003cdiv class=\"int-card\"\u003e \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"1.5\" y=\"3\" width=\"13\" height=\"10\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003cpath d=\"M2 4l6 5 6-5\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/div\u003e \u003ch4\u003eGmail\u003c/h4\u003e \u003cp\u003eForward messages in. The AI reads them, judges by your instructions, and replies on your behalf when you tell it to.\u003c/p\u003e \u003c/div\u003e \u003cdiv class=\"int-card\"\u003e \u003cdiv class=\"ic\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"2\" y=\"2\" width=\"11\" height=\"11\" rx=\"1\"\u003e\u003c/rect\u003e\u003cpath d=\"M5 8h6M8 5v6\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/div\u003e \u003ch4\u003eCharts and Google Sheets\u003c/h4\u003e \u003cp\u003eSync runs both directions. Data in Charts flows to Sheets; edits in Sheets flow back. No copy-paste, no second source of truth. Authorization is per file — CubeLV only touches the files you pick yourself in Google's own file picker.\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003ePermission\u003c/span\u003e\u003cdiv class=\"body\"\u003eWe only ever get send permission — we cannot read your mailbox. You forward messages in. For Sheets, we only ever get the files you pick in Google's own file picker — never your Drive.\u003c/div\u003e\u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e07 — What it does not do yet\u003c/div\u003e \u003ch2\u003eHonest gaps.\u003c/h2\u003e \u003cul class=\"not-list\"\u003e \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo data export yet. Internally every item is already stored as a flat JSON file, so the path exists — the user-facing button does not. It is first up next.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eNo self-hosting. The sandbox tier is welded to AWS.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan class=\"dash\"\u003e—\u003c/span\u003e\u003cspan\u003eSign-in is Google or Apple only for now.\u003c/span\u003e\u003c/li\u003e \u003c/ul\u003e \u003c/section\u003e \u003cdiv class=\"divider\"\u003e\u003c/div\u003e \u003csection\u003e \u003cdiv class=\"kicker\"\u003e08 — How to start\u003c/div\u003e \u003cdiv class=\"start-box\"\u003e \u003ch3\u003eStart with 500 credits. No card. No expiry games.\u003c/h3\u003e \u003cp\u003eThis is not a timed trial. Credits are yours until you use them. When you are ready, the same workspace runs on five platforms.\u003c/p\u003e \u003cdiv class=\"cta\"\u003e\u003ca href=\"https://app.cubelv.com/login?ref=0ae820c6c198a17217fd88dc\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#fff;color:#0D3B2A;font-weight:700;font-size:16px;padding:13px 34px;border-radius:999px;text-decoration:none;\"\u003eCreate your workspace\u003c/a\u003e\u003cdiv style=\"margin-top:10px;font-size:13px;color:rgba(255,255,255,.75);\"\u003eFree — 500 credits, no card.\u003c/div\u003e\u003c/div\u003e \u003cdiv class=\"platforms\"\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"5.5\"\u003e\u003c/circle\u003e\u003cpath d=\"M2.5 8h11M8 2.5A8 8 0 0 1 8 13.5\"\u003e\u003c/path\u003e\u003c/svg\u003e Web\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003cpath d=\"M6 7h4M6 10h4\"\u003e\u003c/path\u003e\u003c/svg\u003e macOS\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"3\" y=\"2.5\" width=\"10\" height=\"11\" rx=\"1\"\u003e\u003c/rect\u003e\u003cpath d=\"M5 6h6M5 9h6\"\u003e\u003c/path\u003e\u003c/svg\u003e Windows\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003ccircle cx=\"8\" cy=\"11.5\" r=\".9\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c/circle\u003e\u003c/svg\u003e iOS\u003c/span\u003e \u003cspan class=\"plat\"\u003e\u003csvg viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"\u003e\u003crect x=\"4.5\" y=\"2\" width=\"7\" height=\"12\" rx=\"1.5\"\u003e\u003c/rect\u003e\u003cpath d=\"M6 6h4\"\u003e\u003c/path\u003e\u003c/svg\u003e Android\u003c/span\u003e \u003c/div\u003e \u003c/div\u003e \u003c/section\u003e \u003cdiv class=\"foot\"\u003e\u003cspan\u003eCubeLV — describe what you need, get a working tool.\u003c/span\u003e\u003cspan class=\"mono\" style=\"font-size:11px; letter-spacing:.06em; text-transform:uppercase; opacity:.7;\"\u003ePublished as a CubeLV Note\u003c/span\u003e\u003c/div\u003e \u003c/div\u003e\u003c/div\u003e","createdAt":1788460371380,"deletedAt":null,"displayMode":"artifact","embedRenders":{"2c15dbc4517bebe37bf8bb99:overview":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 277px; height: 436.5px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 275px; height: 142.5px; padding: 12px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 251px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003eNASDAQ · NVDA · Last close · 2026-09-04\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 17.5px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 17.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eNVIDIA Corporation - Common Stock\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 28px; margin-top: 4px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 600; line-height: 28px;\"\u003e230.36\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003e+1.91 · +0.84% · Vol 150.57M\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 32px; margin-top: 4px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003eMarket closed — showing close price for 2026-09-04.\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 275px; height: 292px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 275px; height: 292px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: auto;\"\u003e\u003ctable style=\"width: 337.7px; height: 292px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;\"\u003e\u003cthead style=\"width: 337.7px; height: 32.5px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;\"\u003e\u003ctr style=\"width: 337.7px; height: 32.5px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; vertical-align: middle;\"\u003e\u003cth style=\"width: 106.233px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: left; vertical-align: middle;\"\u003eDate (ET)\u003c/th\u003e\u003cth style=\"width: 72.5833px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: right; vertical-align: middle;\"\u003eClose\u003c/th\u003e\u003cth style=\"width: 75.4667px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: right; vertical-align: middle;\"\u003eChange\u003c/th\u003e\u003cth style=\"width: 83.4167px; height: 32.5px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px; text-align: right; vertical-align: middle;\"\u003eVolume\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody style=\"width: 337.7px; height: 259px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px;\"\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-04\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e229.90\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+0.63%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e150.02M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-03\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e228.65\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+1.89%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e150.22M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-02\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e224.41\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+3.21%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e156.68M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-09-01\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e217.44\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(0, 179, 119); color: rgb(0, 179, 119); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e-1.51%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e109.76M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-08-31\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e220.78\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+1.48%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e124.70M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-08-28\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e217.55\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(0, 179, 119); color: rgb(0, 179, 119); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e-4.57%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e195.12M\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"width: 337.7px; height: 37px; border-bottom-width: 1px; border-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.07); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e\u003ctd style=\"width: 106.233px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; vertical-align: middle;\"\u003e2026-08-27\u003c/td\u003e\u003ctd style=\"width: 72.5833px; height: 37px; padding: 8px 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e227.98\u003c/td\u003e\u003ctd style=\"width: 75.4667px; height: 37px; padding: 8px 12px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e+8.74%\u003c/td\u003e\u003ctd style=\"width: 83.4167px; height: 37px; padding: 8px 12px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: right; vertical-align: middle;\"\u003e298.91M\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6a993493b7d965a08a303524:card":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 311px; height: 236.3px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 20px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 309px; height: 1px; border-color: rgb(14, 20, 17); background-image: linear-gradient(to right in oklab, rgba(0, 0, 0, 0) 0%, rgba(20, 25, 26, 0.12) 50%, rgba(0, 0, 0, 0) 100%); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.8;\"\u003e\u003c/div\u003e\u003cdiv style=\"width: 309px; height: 233.3px; padding: 24px 28px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 253px; height: 85.3px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 253px; height: 85.3px; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cp style=\"width: 253px; height: 55.8px; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003eIt's \u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 27.9px; letter-spacing: -0.27px;\"\u003eSaturday\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e night\u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e, \u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 600; line-height: 27.9px; letter-spacing: -0.45px;\"\u003e21:53:21\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e — \u003c/span\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 27.9px; letter-spacing: -0.27px;\"\u003eAsia/Taipei\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27.9px; letter-spacing: -0.27px;\"\u003e.\u003c/span\u003e\u003c/p\u003e\u003cp style=\"width: 253px; height: 19.5px; margin-top: 10px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px;\"\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px;\"\u003eYour screen is 1200 × 791\u003c/span\u003e\u003cspan style=\"margin-right: 6px; margin-left: 6px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px; opacity: 0.3;\"\u003e·\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 19.5px;\"\u003eUTC+08:00\u003c/span\u003e\u003c/p\u003e\u003c/div\u003e\u003cspan style=\"display: none; flex-shrink: 0; align-items: center; gap: 6px; padding: 4px 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 3.40282e38px; background-color: oklab(0.967315 -0.00380626 0.0016017 / 0.5); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u003cspan aria-hidden=\"true\" style=\"width: 6px; height: 6px; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; background-color: oklch(0.696 0.17 162.48); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u003c/span\u003eLive\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: inline-flex; align-items: center; gap: 6px; width: 223px; height: 27px; margin-top: 12px; padding: 4px 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 3.40282e38px; background-color: oklab(0.967315 -0.00380626 0.0016017 / 0.5); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase;\"\u003e\u003cspan aria-hidden=\"true\" style=\"display: block; width: 6px; height: 6px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; background-color: oklch(0.696 0.17 162.48); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; line-height: 17px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.519114;\"\u003e\u003c/span\u003eLive — ticking every second\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 6px; width: 253px; height: 37px; margin-top: 24px; padding-top: 16px; border-top-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px;\"\u003e\u003csvg width=\"20\" height=\"20\" viewBox=\"0 0 695 695\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" style=\"flex-shrink: 0; width: 20px; height: 20px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; overflow: hidden; fill: none;\"\u003e\u003cpath d=\"M587.149 193.925V499.032L355.197 631.77L120.637 499.073V193.884L355.197 63.8701L587.149 193.925ZM354.938 92.6221C354.191 92.6895 353.485 93.7993 352.73 93.8105L145.624 208.606V484.505L355.125 603.02L531.985 499.037L532.026 498.788L562.162 481.037L562.16 208.564C522.328 186.231 490.562 168.422 458.797 150.611L357.165 93.627C356.432 93.5326 355.664 92.5568 354.938 92.6221Z\" fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M443.416 544.069L356.186 598.636V536.171L356.593 535.966L423.52 502.352L443.416 544.069Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M273.684 420.534L206.727 448.589C205.974 448.905 205.62 449.771 205.936 450.523C206.251 451.276 207.117 451.63 207.87 451.314L274.54 423.38L416.2 498.987L353.406 531.675L353.064 531.492L203.047 451.697V251.148L273.684 212.412V420.534Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M355.901 324.153L419.867 494.722L364.094 464.464L296.982 292.444L355.901 324.153Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M557.938 478.628L533.236 493.179L557.938 351.356V478.628Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M514.716 235.438L488.641 476.434L444.068 342.718L457.683 207.186L514.716 235.438Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M412.24 287.561L355.672 318.228L295.546 286.1L354.737 257.436L412.24 287.561Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M270.029 208.562L201.828 246.768L149.849 209.98L210.949 176.565L270.029 208.562Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003cpath d=\"M556.458 210.227L515.531 229.423L459.44 201.023L503.093 180.605L556.458 210.227Z\" fill=\"currentColor\" style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; fill: rgba(20, 25, 26, 0.62);\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"display: block; width: 213.083px; height: 16.5px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eA CubeLV plugin running in your browser\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6a99835881158f48424e6ae4:corridorMap":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 277px; height: 691.4px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 14px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; width: 275px; height: 57px; padding: 8px 12px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 213.083px; height: 40px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px;\"\u003eHeritage Corridor — Tuscany to Rhine\u003c/div\u003e\u003cdiv style=\"width: 37.9167px; height: 32px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003e35 sites\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 275px; height: 340px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"height: 340px; width: 275px; display: flex; flex-direction: column; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 14px; background-color: rgb(255, 255, 255); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"touch-action: none; cursor: default; background-color: rgb(219, 234, 254); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 273px; height: 234.2px; min-width: auto; border-color: rgb(14, 20, 17); border-top-left-radius: 14px; border-top-right-radius: 14px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003csvg viewBox=\"0 0 1000 700\" preserveAspectRatio=\"xMidYMid slice\" role=\"img\" aria-label=\"Tuscany to Rhine heritage corridor — conic conformal basemap\" style=\"width: 273px; height: 234.2px; display: block; background-color: rgb(219, 234, 254); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003crect x=\"-2000\" y=\"-1400\" width=\"5000\" height=\"3500\" fill=\"var(--heritage-sea)\" style=\"width: 5000px; height: 3500px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(219, 234, 254);\"\u003e\u003c/rect\u003e\u003cg style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cpath d=\"M613.107,623.193L612.727,623.289L612.721,623.124L612.712,622.877L613.094,622.862Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M151.286,135.977L148.878,137.604L141.632,138.456L138.36,140.017L132.353,143.718L131.338,143.969L123.631,141.513L118.741,134.657L115.491,131.586L113.976,130.989L112.278,131.448L108.692,131.575L105.249,130.883L107.518,128.435L110.195,127.314L105.051,125.315L103.629,124.224L102.293,122.056L98.179,120.979L96.109,121.106L92.206,122.994L86.385,124.688L80.616,119.743L79.673,117.884L80.272,114.721L79.814,112.029L78.203,110.882L81.103,108.071L84.213,106.391L90.631,105.324L100.767,101.979L106.229,100.698L111.647,97.803L114.009,95.871L116.01,92.951L118.018,89.36L120.627,86.543L118.804,85.47L118.294,82.947L119.015,80.639L120.205,78.665L119.959,75.852L119.015,72.832L119.489,70.732L120.21,68.423L116.616,67.957L112.819,68.037L109.266,69.08L105.708,70.704L102.881,70.609L103.208,68.819L104.832,66.846L108.549,64.327L112.474,62.345L114.057,60.528L115.378,58.411L117.435,56.844L122.51,54.127L131.586,51.671L132.942,51.651L136.196,52.709L139.529,52.684L142.607,51.688L145.593,51.848L151.288,57.059L150.402,50.373L153.47,49.362L156.696,55.751L158.124,56.566L161.496,56.262L160.334,55.073L158.93,54.766L157.137,53.642L155.921,51.519L154.132,45.275L154.889,41.874L157.179,38.552L159.726,35.521L158.226,34.609L157.02,33.156L157.261,29.753L158.224,26.97L162.141,24.913L163.766,21.143L164.955,16.882L164.671,14.821L161.14,14.592L159.317,15.138L157.613,16.206L156.035,15.865L152.558,10.335L150.677,6.323L147.604,-2.016L147.786,-6.699L152.873,-15.948L159.303,-21.366L165.917,-22.56L164.812,-23.16L155.258,-24.815L151.901,-24.535L148.542,-22.49L146.742,-21.954L145.039,-21.992L143.152,-20.967L141.375,-19.419L139.513,-18.562L136.341,-19.452L134.704,-19.318L133.815,-20.571L133.239,-22.444L132.042,-23.078L130.587,-22.831L127.344,-21.048L124.16,-20.188L120.909,-22.298L116.719,-25.856L115.66,-25.038L114.116,-22.706L112.815,-18.978L110.215,-22.928L108.247,-28.032L107.799,-30.992L108.403,-34.176L110.108,-35.207L111.543,-33.752L115.393,-40.895L122.063,-49.891L124.325,-52.435L126.17,-55.988L126.443,-58.561L125.763,-60.802L122.233,-66.365L122.964,-70.295L124.248,-74.547L125.972,-76.938L126.539,-77.342L132.426,-76.178L130.396,-77.988L126.559,-82.763L126.912,-84.138L128.637,-87.635L128.088,-87.312L126.837,-85.848L124.178,-82.103L122.854,-81.333L119.44,-80.956L118.499,-79.099L117.82,-78.633L116.172,-78.776L115.339,-76.984L114.927,-76.893L114.841,-79.03L115.481,-82.386L116.737,-85.371L118.42,-87.512L124.091,-92.128L121.499,-90.833L115.33,-86.742L112.047,-83.977L111.162,-82.959L110.688,-82.032L110.483,-80.968L110.585,-74.84L109.684,-72.214L101.717,-55.189L100.5,-53.562L99.555,-52.814L98.736,-52.72L96.586,-53.482L95.801,-55.078L96.092,-56.547L97.023,-58.738L100.516,-66.872L101.841,-69.072L103.515,-71.035L106.838,-74.376L106.886,-74.621L104.932,-74.238L104.217,-74.632L103.885,-75.461L106.392,-86.772L108.547,-90.259L110.181,-95.633L112.312,-100.063L114.388,-103.23L116.352,-107.357L118.324,-109.018L119.358,-111.88L121.746,-114.74L123.787,-117.838L122.978,-117.652L112.331,-110.687L109.669,-109.506L106.659,-110.524L104.42,-111.989L102.974,-114.491L102.92,-118.589L100.698,-119.121L98.889,-120.253L98.989,-120.744L101.949,-122.448L106.193,-122.366L110.689,-125.053L107.722,-128.111L108.147,-128.793L111.505,-130.174L116.529,-136.176L118.561,-142.172L117.28,-145.407L117.007,-147.422L113.936,-150.245L113.831,-153.083L114.582,-154.471L115.973,-155.733L117.939,-156.541L120.91,-157.154L118.666,-158.788L118.027,-160.366L117.685,-162.483L117.929,-163.716L120.224,-168.646L121.371,-170.643L123.356,-173.074L129.862,-171.643L130.825,-172.74L131.567,-172.683L134.708,-170.89L134.397,-172.229L130.204,-179.78L129.991,-181.103L132.192,-184.27L132.583,-185.819L132.736,-187.586L133.423,-188.736L135.26,-189.069L140.468,-187.996L141.837,-188.337L141.623,-190.173L140.783,-192.639L140.946,-194.49L141.527,-196.091L142.254,-199.461L142.698,-200.832L144.369,-202.828L145.476,-203.305L146.894,-203.468L149.617,-202.193L150.522,-201.085L151.38,-198.704L152.321,-198.788L156.31,-200.369L157.444,-200.506L158.4,-197.599L164.877,-198.665L173.189,-198.154L178.358,-198.72L183.639,-198.343L188.737,-199.118L193.723,-197.538L193.754,-196.595L193.284,-195.393L191.461,-192.11L191.008,-188.181L190.535,-186.98L189.675,-185.673L187.332,-183.246L181.719,-180.171L171.058,-172.775L164.836,-169.251L163.733,-167.229L162.85,-164.318L165.941,-163.185L167.047,-161.972L166.06,-160.611L160.309,-156.251L158.002,-151.721L161.793,-151.228L164.978,-151.612L171.631,-153.535L177.687,-154.814L180.449,-154.441L185.574,-151.819L186.753,-151.544L189.18,-152.002L191.486,-151.718L207.017,-148.799L211.485,-149.146L214.241,-147.467L216.183,-144.048L217.668,-138.074L217.443,-137.176L215.683,-134.809L212.617,-131.958L209.731,-127.815L208.724,-125.512L207.958,-122.919L206.856,-120.63L200.751,-109.881L195.385,-104.275L192.805,-100.025L189.806,-96.857L187.194,-94.983L184.507,-93.886L177.067,-93.385L174.91,-92.635L172.225,-91.044L169.51,-90.476L172.469,-90.159L175.574,-90.752L180.936,-90.312L186.491,-85.549L185.444,-82.589L182.586,-80.506L176.915,-80.987L170.817,-76.486L168.167,-75.231L165.554,-74.818L162.451,-75.588L156.975,-77.949L154.755,-79.85L156.631,-77.077L158.884,-75.343L173.261,-69.84L174.173,-70.03L179.364,-72.491L185.661,-71.5L196.814,-63.809L199.591,-58.763L203.648,-51.601L205.977,-48.655L207.673,-46.057L208.349,-42.513L209.158,-30.801L210.235,-19.399L212.189,-6.878L213.309,-3.369L215.162,-0.768L225.306,6.124L227.456,8.164L231.051,13.902L234.426,19.937L237.688,24.611L241.368,28.494L239.143,30.057L237.392,32.68L238.025,36.601L239.185,40.419L241.793,46.667L244.057,53.366L243.063,52.245L242.011,51.617L240.383,51.502L238.897,51.069L236.313,48.747L233.896,45.94L228.427,46.249L225.555,45.462L222.934,45.122L227.695,47.158L233.022,48.002L243.559,60.063L246.879,66.796L248.246,75.374L246.164,78.962L243.322,81.041L240.629,83.551L237.994,86.398L244.126,91.798L245.587,91.804L247.208,91.328L248.728,89.923L251.632,86.43L253.015,85.256L257.177,85.23L260.64,85.868L264.041,87.076L267.15,87.165L273.141,89.469L276.072,91.273L283.337,98.667L284.628,102.453L284.989,107.224L284.578,112.416L282.751,117.05L280.759,121.169L279.264,126.581L278.428,128.572L277.336,129.955L272.584,133.95L269.571,135.379L268.495,134.519L267.227,134.468L267.009,135.524L268.035,137.874L267.854,140.595L265.12,142.298L262.4,142.837L258.305,141.312L251.894,144.339L256.006,146.706L256.625,148.851L255.179,152.262L252.353,153.609L249.212,153.92L246.125,153.736L243.482,154.346L240.857,155.703L244.032,155.157L246.056,156.219L247.097,159.327L248.162,160.361L254.074,162.267L257.685,162.663L264.986,162.7L268.376,163.138L269.6,163.763L269.345,166.225L268.174,172.323L267.086,173.454L257.041,177.528L254.615,180.914L253.847,182.986L248.313,182.042L245.493,183.965L240.705,184.995L237.083,186.235L233.409,187.88L230.442,188.109L218.618,184.175L211.192,183.487L200.948,184.317L198.43,183.567L194.944,181.103L191.173,179.176L186.761,177.986L183.069,175.557L185.025,179.493L179.084,182.155L176.528,182.458L173.969,182.008L168.472,182.21L163.619,180.995L164.006,183.552L164.979,185.863L163.881,186.617L162.665,186.687L153.58,183.652L152.137,183.765L150.84,185.067L147.523,183.805L144.596,180.762L141.335,178.497L137.829,177.105L134.785,176.951L122.172,178.895L119.046,182.468L116.926,187.878L114.372,192.546L110.818,195.872L107.382,195.87L104.613,192.634L99.103,188.663L97.313,186.257L96.684,186.062L95.911,186.678L93.391,187.151L90.923,186.71L87.021,186.845L79.937,187.983L76.953,189.108L70.426,192.502L69.015,193.494L66.129,197.561L62.741,197.757L60.373,194.369L57.239,192.676L53.592,193.059L51.156,194.095L50.425,192.692L50.808,190.165L53.987,187.597L61.294,186.66L68.331,181.794L72.015,178.715L73.464,176.891L75.202,175.875L77.109,175.727L78.491,173.637L88.362,166.064L89.475,164.171L90.577,160.516L91.86,157.062L98.956,155.906L103.468,148.917L104.412,148.497L113.942,148.734L120.792,149.986L127.416,152.601L130.879,153.341L134.463,153.342L137.542,151.753L143.469,145.184L146.62,142.343L150.134,139.89L153.494,136.99L159.068,131.505L155.597,133.141ZM120.932,48.89L121.884,49.983L124.944,50.352L123.591,52.132L119.966,53.763L117.363,55.486L114.409,56.808L113.458,54.536L111.925,54.344L110.422,49.951L111.083,44.013L114.285,42.994L118.399,43.816ZM210.722,-224.18L207.968,-224.524L209.824,-227.137L211.618,-227.626L214.744,-226.803L214.022,-225.634ZM256.212,-280.729L255.532,-280.222L253.894,-285.499L256.374,-290.901L258.399,-290.455L258.537,-288.894L258.184,-287.571L257.05,-287.553L256.907,-287.144L256.896,-284.49L256.486,-281.463ZM250.015,-282.693L250.064,-279.261L251.382,-279.934L252.822,-276.398L253.768,-276.268L255.499,-277.402L254.744,-274.424L252.035,-266.154L251.321,-264.799L250.705,-262.233L250.289,-261.777L249.065,-256.733L247.779,-255.116L246.265,-251.226L245.858,-250.856L244.685,-252.642L246.94,-258.65L247.96,-262.184L247.87,-264.077L247.324,-265.863L245.26,-266.237L243.424,-265.726L243.22,-266.781L243.324,-268.136L242.951,-268.616L240.607,-268.864L240.051,-269.286L239.714,-270.618L239.772,-271.637L242.035,-272.084L243.885,-271.479L247.099,-273.081L246.211,-279.884L243.891,-280.812L243.472,-281.557L244.056,-282.588L245.425,-282.994L247.954,-286.066L249.223,-286.402L250.666,-286.116ZM264.475,-294.357L264.397,-293.768L262.657,-289.8L262.456,-288.284L260.513,-288.715L260.228,-289.181L260.202,-291.584L260.796,-294.075L261.142,-294.715L261.772,-294.888L262.301,-294.303L263.491,-295.43L264.002,-295.363ZM192.192,-205.63L190.668,-205.282L189.329,-205.502L187.552,-208.612L187.095,-210.822L187.494,-212.121L188.453,-212.389L190.478,-211.371L191.165,-208.869L191.009,-207.359L191.181,-206.734L192.424,-205.933ZM197.685,-202.184L197.39,-202.061L196.643,-203.118L195.634,-206.521L198.136,-206.715L199.141,-206.128L198.482,-204.869ZM196.7,-216.502L196.245,-215.38L198.11,-215.079L200.616,-213.654L202.279,-213.219L203.415,-211.759L202.335,-209.542L201.338,-209.018L200.434,-209.077L197.601,-211.919L193.168,-211.613L192.333,-212.091L191.895,-212.761L191.853,-213.621L192.126,-215.284L191.941,-215.826L190.171,-214.495L189.488,-214.779L189.256,-215.586L189.34,-217.195L189.876,-219.327L191.284,-222.34L192.898,-222.758L195.131,-221.965L197.415,-219.801L198.038,-218.59L197.891,-217.675ZM205.961,-222.705L203.652,-221.875L202.926,-223.015L203.24,-226.125L200.893,-227.867L199.792,-228.898L199.152,-230.54L199.409,-231.011L201.19,-231.408L203.558,-228.124L204.335,-225.609L206.262,-224.621L206.475,-224.246ZM85.401,-117.058L83.839,-117.043L83.9,-117.798L87.177,-120.441L88.863,-120.602L89.354,-120.159L87.862,-118.592ZM114.271,-55.662L110.906,-56.3L109.83,-56.929L108.608,-58.349L108.219,-65.119L109.234,-67.298L110.107,-68.232L110.949,-69.003L112.842,-69.065L114.329,-67.511L114.781,-66.239L115.383,-61.55L114.961,-57.733ZM104.736,-101.291L93.769,-100.765L90.245,-101.739L90.137,-103.124L91.056,-103.787L94.135,-104.011L96.631,-110.061L92.833,-113.901L92.72,-114.777L93.379,-116.091L93.963,-116.568L96.97,-117.489L98.156,-117.589L99.056,-117.237L100.671,-115.123L102.116,-111.171L104.811,-110.039L106.471,-108.093ZM91.586,-83.684L91.315,-77.449L91.51,-73.502L91.247,-72.196L90.026,-70.573L85.248,-69.079L83.815,-69.372L83.932,-69.943L85.387,-72.195L85.079,-75.062L85.894,-77.106L85.58,-77.51L84.674,-77.441L80.843,-74.744L79.727,-74.634L79.767,-75.306L81.103,-77.921L81.569,-79.696L82.28,-80.74L83.354,-81.624L84.566,-82.225L85.343,-82.15L86.03,-81.159L89.06,-82.921ZM94.666,-77.37L93.996,-76.995L92.68,-77.344L92.369,-78.256L92.314,-79.457L92.742,-81.58L93.814,-82.979L97.688,-84.583L96.334,-85.703L96.354,-86.294L97.694,-88.066L101.969,-90.276L103.028,-90.661L103.958,-90.393L101.014,-85.451ZM113.131,-198.911L108.22,-191.34L107.001,-191.333L105.408,-189.518L101.599,-187.906L104.572,-187.29L105.214,-186.301L104.892,-184.739L104.147,-183.864L99.479,-180.89L96.548,-179.96L92.913,-176.611L91.463,-176.918L89.473,-174.683L88.067,-173.868L87.432,-174.004L86.721,-174.671L85.526,-177.499L89.222,-179.281L89.863,-180.516L92.347,-181.532L92.253,-181.98L89.152,-184.7L88.098,-186.385L88.419,-187.003L90.375,-188.214L89.599,-188.552L89.235,-189.488L88.405,-190.01L88.222,-190.908L88.556,-192.897L89.195,-194.993L90.466,-195.665L91.036,-196.573L91.537,-196.723L92.957,-195.905L94.223,-193.918L96.158,-194.195L98.244,-193.411L98.42,-193.803L97.654,-198.171L98.096,-198.936L99.2,-199.734L104.724,-201.583L111.82,-205.269L113.489,-205.7L113.801,-204.95L113.907,-202.27ZM97.545,-133.147L96.687,-132.725L95.778,-132.997L94.928,-134.025L94.181,-136.484L97.274,-137.47L98.291,-136.323L98.443,-135.182L98.209,-134.035ZM106.248,-158.019L105.724,-155.904L104.767,-153.534L104.877,-150.779L104.603,-148.955L105.573,-148.076L106.051,-147.125L110.638,-145.183L115.214,-144.618L115.881,-143.634L115.732,-142.384L114.736,-141.216L111.759,-139.245L107.927,-135.913L106.839,-135.277L105.805,-135.399L105.24,-135.939L106.103,-143.103L102.696,-142.852L100.041,-143.478L98.735,-144.599L98.059,-146.446L96.915,-151.125L91.313,-154.086L90.146,-156.727L89.908,-158.317L90.338,-158.997L91.888,-160.468L93.321,-159.569L94.394,-159.687L95.114,-160.393L95.25,-161.049L94.737,-162.696L94.84,-163.188L101.25,-163.827L102.33,-166.771L103.746,-166.737L105.002,-165.454L106.465,-161.907ZM81.116,-172.019L83.368,-168.789L80.137,-164.858L76.674,-165.611L72.46,-169.881L72.605,-170.536L73.185,-171.437L74.092,-172.095L74.946,-172.079L76,-171.247L77.923,-171.77L79.215,-171.146ZM74.213,-145.501L73.055,-145.496L71.729,-146.042L70.97,-146.979L70.77,-150.02L70.981,-151.859L72.065,-155.048L72.817,-158.911L75.779,-158.435L76.385,-157.703L74.32,-145.991ZM68.346,-139.421L65.987,-139.256L65.228,-139.766L65.188,-140.46L66.103,-141.97L67.98,-142.155L68.982,-140.994L68.987,-140.136ZM71.626,2.245L69.403,1.537L67.557,2.005L66.319,2.512L65.348,2.227L62.333,1.856L59.468,1.259L59.327,-0.041L60.602,-3.672L60.215,-4.77L57.659,-5.815L56.863,-6.916L55.822,-9.765L55.785,-11.044L55.934,-12.709L54.813,-15.153L53.183,-17.113L52.025,-17.446L49.231,-15.416L46.824,-13.305L47.248,-11.941L47.486,-10.192L46.142,-9.209L42.495,-7.116L41.773,-6.171L40.763,-5.797L39.464,-6.931L35.788,-7.571L34.205,-8.346L32.69,-10.807L28.188,-13.262L28.018,-16.616L27.265,-17.382L23.042,-24.13L22.785,-26.147L23.709,-27.042L26.143,-28.273L33.584,-29.483L34.891,-30.296L35.303,-31.225L33.515,-32.817L32.04,-34.427L31.64,-35.368L31.708,-36.119L32.977,-36.769L35.033,-36.391L36.495,-35.638L37.938,-36.166L40.448,-36.458L42.137,-37.19L44.086,-39.566L45.978,-41.701L46.361,-42.978L48.633,-47.328L49.461,-48.338L54.36,-50.418L55.052,-48.482L57.087,-47.617L59.349,-48.747L62.591,-53.069L64.184,-52.986L65.848,-52.293L69.339,-52.152L75.768,-53.105L78.481,-52.63L82.005,-50.721L84.801,-50.153L86.62,-46.224L86.894,-40.573L88.924,-34.575L92.187,-29.102L91.739,-26.312L89.97,-25.052L86.476,-23.798L86.168,-21.743L88.332,-22.413L90.171,-22.473L94.391,-21.222L95.446,-18.818L95.839,-15.612L95.938,-12.972L95.009,-10.278L94.102,-11.384L93.4,-14.057L92.349,-15.446L90.892,-16.324L90.924,-12.85L89.735,-8.347L90.344,-7.805L92.394,-7.32L90.125,-3.029L87.109,-2.268L83.758,-2.423L82.646,-0.953L81.633,1.045L79.337,3.8L76.802,5.152L74.097,4.269ZM192.218,186.724L189.42,188.006L188.41,189.781L187.665,190.427L185.985,190.695L184.361,190.553L178.671,185.843L177.146,185.793L178.795,184.196L182.956,183.366L185.36,181.787L190.148,184.278Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L510.718,358.872L513.026,361.008L512.57,364.546L509.915,370.307L508.525,374.914L508.409,378.533L508.641,380.179L509.105,380.179L511.662,380.424L512.941,380.422L516.895,381.318L520.156,382.704L520.862,384.264L521.219,386.072L525.079,388.519L529.522,390.05L531.034,389.543L536.453,383.65L538.675,384.612L539.994,387.722L539.897,389.287L538.452,395.474L538.257,398.849L539.57,400.973L539.708,402.699L539.375,404.266L537.148,404.456L534.206,403.582L531.719,400.972L529.73,401.318L528.095,401.989L527.292,404.545L526.609,407.512L526.856,409.238L528.04,410.463L529.003,413.253L529.62,416.786L530.223,418.426L529.638,419.089L528.108,419.595L526.807,419.193L524.421,414.93L523.352,413.291L521.585,413.053L518.41,414.054L513.586,416.453L511.582,416.456L509.931,415.963L508.4,413.989L507.107,410.122L506.639,407.653L505.699,407.735L502.647,406.988L501.235,407.972L501.223,411.921L500.854,416.938L499.309,420.059L494.911,425.633L493.358,428.01L492.637,429.733L492.509,431.213L493.204,433.851L494.021,436.324L493.299,437.801L491.035,438.526L489.383,436.951L488.809,434.313L485.283,430.581L486.85,427.551L486.62,426.726L480.838,425.106L478.382,422.774L474.892,418.616L474.207,416.879L474.52,411.206L474.303,409.804L473.842,409.14L472.197,409.117L469.816,411.056L467.533,413.982L462.997,417.278L462.514,417.928L463.989,421.245L463.85,422.477L460.207,427.594L459.463,429.308L454.776,432.423L452.614,433.611L446.264,431.078L444.494,430.705L441.488,432.274L437.414,433.646L430.84,435.019L428.383,433.791L427.349,432.688L426.806,431.107L425.234,428.34L423.394,426.633L422.154,424.78L420.566,422.75L419.557,421.151L421.155,415.938L420.157,414.093L419.66,411.441L420.076,409.645L419.502,409.213L413.662,408.014L408.715,408.154L405.238,409.744L402.178,412.5L401.798,413.143L402.013,413.646L403.317,416.335L400.838,419.113L396.969,421.088L394.36,421.22L393.198,420.756L393.335,417.715L395.505,416.742L397.595,414.857L398.305,412.088L398.622,410.208L396.728,407.737L397.024,406.35L398.437,403.612L399.243,401.259L400.386,399.25L404.509,395.964L408.735,392.759L409.464,389.083L409.987,384.658L410.611,383.612L416.177,381.189L417.494,380.166L418.245,378.712L422.711,373.93L427.161,369.14L428.024,367.522L428.749,366.557L428.775,365.735L428.332,365.145L426.266,364.666L425.625,363.081L427.908,360.357L430.729,358.719L433.38,358.8L434.395,359.571L434.252,360.472L435.376,361.493L437.443,361.882L439.875,361.621L442.441,360.621L444.004,358.193L444.859,356.323L448.824,354.282L451.445,355.413L458.688,355.898L464.108,355.426L467.47,354.003L471.61,354.068L474.359,354.931L474.82,354.855L475.628,354.619L476.328,353.887L478.98,353.345L479.333,352.691L479.226,352.031L478.77,351.697L475.549,351.985L474.292,351.474L474.079,350.237L475.14,348.195L477.456,346.58L479.525,346.194L480.896,346.621L484.42,349.784L485.222,349.957L485.801,349.386L486.493,349.064L487.751,349.651L488.998,351.635L489.225,351.966L497.157,351.276L498.88,351.284L504.273,354.755Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M754.648,-148.602L752.676,-147.178L751.884,-143.703L750.204,-142.909L748.777,-141.556L749.401,-130.83L752.952,-127.123L751.35,-126.34L749.91,-124.987L749.104,-123.037L748.448,-118.998L744.502,-116.346L743.097,-114.584L741.177,-110.659L740.553,-105.286L738.458,-102.778L735.787,-101.976L736.903,-106.474L738.574,-110.196L736.347,-112.302L734.706,-115.992L732.899,-118.654L733.751,-122.033L732.519,-127.203L732.133,-132.385L733.596,-135.245L735.396,-137.555L737.976,-142.825L740.98,-146.716L745.483,-148.848L747.765,-147.684L748.305,-150.958L749.774,-151.895L751.241,-151.312ZM696.239,-67.541L695.02,-65.003L693.857,-65.066L692.709,-68.231L691.791,-76.443L691.907,-80.559L696.349,-95.888L698.788,-97.287L701.513,-106.695L702.072,-110.781L703.313,-114.597L703.936,-117.936L704.561,-119.258L706.203,-118.828L707.006,-118.317L705.512,-116.238L705.933,-113.841L705.944,-112.749L702.462,-101.661L701.983,-94.647L700.542,-92.75ZM556.194,-192.3L558.416,-186.203L560.242,-185.408L562.723,-187.075L564.309,-191.586L565.102,-198.438L566.078,-204.879L564.543,-211.672L562.86,-217.706L562.722,-219.477L566.382,-224.654L567.405,-228.828L568.516,-232.839L569.882,-234.236L571.893,-234.639L574.241,-235.48L577.136,-238.205L579.637,-241.853L581.617,-245.147L582.069,-251.606L581.941,-254.908L582.719,-257.314L583.404,-262.008L582.442,-266.639L579.497,-273.577L576.038,-283.396L575.419,-288.734L576.748,-289.803L579.445,-290.84L584.556,-291.296L585.043,-291.912L585.457,-294.313L586.429,-297.591L587.603,-300.026L588.31,-303.381L588.516,-306.459L585.448,-310.935L581.463,-315.467L578.878,-316.903L574.194,-320.657L570.89,-323.873L572.292,-336.573L573.292,-345.938L573.457,-348.257L573.332,-351.765L568.532,-366.78L568.584,-370.13L568.891,-373.147L568.226,-378.367L567.828,-382.997L568.511,-384.396L570.123,-387.033L568.368,-391.018L568.195,-391.357L564.806,-401.326L569.198,-411.392L568.143,-416.537L570.871,-420.434L575.62,-429.173L578.268,-434.125L578.788,-434.926L580.98,-437.182L585.113,-439.874L589.765,-441.302L591.882,-441.403L600.051,-440.085L606.403,-439.135L607.271,-440.486L608.443,-443.329L609.935,-447.323L609.756,-451.654L608.837,-457.943L607.682,-461.701L603.124,-463.963L598.146,-467.085L603.407,-478.173L607.032,-485.884L611.376,-497.416L612.672,-502.22L613.685,-504.209L614.003,-521.583L614.656,-526.541L615.309,-529.132L615.136,-531.757L614.33,-536.1L612.278,-546.001L619.847,-547.741L622.304,-548.53L624.567,-549.927L628.815,-553.327L630.878,-556.22L628.928,-565.436L631.373,-568.807L637.076,-580.331L643.23,-591.409L646.161,-595.753L646.345,-597.726L646.356,-600.841L644.428,-605.656L642.6,-608.614L639.07,-614.105L640.06,-618.293L642.169,-619.278L644.977,-621.133L646.909,-624.79L647.149,-625.259L649.721,-639.278L656.464,-646.83L659.046,-650.947L663.948,-648.572L671.09,-645.016L673.435,-651.651L674.142,-654.068L674.785,-657.649L673.712,-663.564L672.648,-671.292L672.651,-674.361L675.13,-676.084L676.509,-676.602L684.19,-674.244L686.075,-674.56L689.582,-674.534L693.619,-673.588L702.234,-670.895L705.828,-669.833L707.778,-669.733L709.167,-671.729L712.012,-676.644L706.43,-679.233L709.342,-683.072L710.624,-686.694L711.532,-690.995L711.383,-695.971L710.823,-698.529L709.51,-700.166L705.84,-704.21L712.715,-705.803L715.074,-706.32L720.539,-704.105L720.83,-703.51L721.052,-701.995L721.487,-700.42L727.01,-697.144L728.72,-695.309L732.228,-692.478L733.29,-690.913L736.42,-689.307L738.766,-687.492L741.397,-686.09L744.592,-683.783L748.654,-682.17L751.869,-681.973L760.382,-679.589L761.929,-678.673L764.617,-676.41L767.51,-673.825L770.141,-668.02L772.787,-668.126L773.845,-666.136L776.742,-662.934L780.458,-660.342L780.514,-659.263L778.59,-655.83L779.029,-651.832L780.155,-646.783L781.729,-642.816L781.813,-641.565L781.444,-640.051L781.161,-637.651L781.23,-635.676L781.473,-634.726L781.776,-634.239L783.167,-634.49L785.611,-634.484L787.163,-633.865L788.884,-629.215L788.765,-628.29L787.139,-625.736L786.812,-623.963L787.204,-621.42L788.118,-618.793L789.325,-615.772L791.538,-612.847L794.37,-609.77L796.303,-607.251L797.314,-605.371L797.858,-604.033L797.189,-602.11L796.983,-598.478L797.495,-594.532L797.621,-591.863L796.346,-587.95L795.206,-586.486L795.197,-584.513L795.553,-581.353L796.683,-577.622L797.288,-575.138L798.071,-573.314L798.873,-572.209L802.388,-570.624L805.009,-566.644L806.764,-563.309L810.607,-554.569L805.469,-552.445L800.951,-553.929L799.177,-552.447L795.673,-551.724L791.791,-550.14L790.715,-548.081L789.807,-547.209L785.621,-549.06L781.37,-552.689L779.346,-549.053L777.757,-548.163L775.81,-550.771L774.402,-551.07L773.841,-549.909L773.668,-547.303L772.981,-545.057L772.959,-543.81L773.665,-538.6L773.568,-537.342L770.051,-537.477L770.423,-536.119L771.276,-535.548L771.788,-534.745L770.71,-533.417L767.194,-533.028L767.091,-531.771L768.361,-530.025L767.88,-528.265L767.246,-527.456L763.312,-525.771L760.886,-525.658L760.376,-524.517L760.366,-523.101L761.028,-521.789L762.195,-521.174L762.704,-520.37L762.911,-518.546L762.066,-518.061L759.09,-520.959L758.369,-520.671L759.158,-519.025L760.873,-517.346L761.992,-515.575L763.091,-513.45L763.222,-511.616L760.999,-505.537L758.742,-501.578L757.179,-498.083L756.469,-494.543L758.171,-493.038L760.071,-490.774L761.933,-486.219L763.875,-482.208L767.165,-478.672L766.986,-476.273L766.649,-474.376L762.798,-469.664L758.596,-462.898L755.307,-446.842L753.726,-444.517L749.233,-441.258L747.788,-438.437L744.586,-434.941L738.54,-431.593L736.096,-427.611L735.314,-423.766L733.842,-423.313L732.227,-424.581L730.194,-425.363L730.264,-422.937L730.574,-421.15L727.143,-423.408L725.939,-420.822L725.33,-416.662L721.534,-410.723L716.551,-411.074L716.184,-410.076L717.544,-409.545L717.806,-408.709L716.978,-408.176L715.619,-408.014L713.741,-406.752L712.37,-406.678L712.029,-404.038L711.354,-400.754L708.77,-399.157L707.352,-398.736L706.822,-396.945L711.136,-397.005L710.981,-395.515L711.068,-394.054L710.771,-392.376L706.188,-389.52L705.662,-387.645L704.814,-386.427L702.628,-386.186L702.587,-387.304L702.789,-388.45L699.644,-388.02L698.388,-390.564L697.815,-389.811L698.368,-387.71L699.489,-385.67L700.732,-382.523L700.224,-380.395L699.513,-379.368L700.183,-378.491L701.965,-377.994L702.837,-376.795L700.923,-375.464L698.717,-371.431L696.113,-371.069L694.729,-368.51L693.012,-368.331L691.464,-369.723L689.128,-370.777L688.625,-368.4L688.634,-366.677L690.403,-362.292L693.142,-359.042L695.604,-357.748L694.064,-356.555L693.056,-354.214L692.374,-347.007L691.832,-344.115L691.492,-339.185L692.412,-335.071L693.119,-333.082L694.481,-330.475L691.439,-330.51L688.023,-331.8L688.851,-328.537L687.234,-324.348L687.902,-320.986L688.547,-318.736L688.324,-314.946L689.367,-313.85L690.091,-311.695L689.413,-309.917L689.977,-308.517L690.554,-303.527L692.002,-295.805L691.914,-294.087L694.378,-287.499L694.194,-285.005L694.239,-281.937L697.187,-279.33L699.506,-279.565L701.815,-279.888L702.752,-279.217L703.908,-277.289L704.852,-274.913L706.814,-275.29L709.695,-277.645L711.617,-278.365L713.415,-274.634L717.583,-270.059L719.91,-268.015L723.673,-267.247L727.858,-263.634L727.905,-258.693L729.664,-257.193L734.402,-255.876L736.28,-253.458L737.337,-251.284L738.771,-249.667L740.842,-244.295L740.735,-240.79L739.036,-239.392L735.175,-235.186L733.555,-232.273L732.254,-230.42L728.357,-226.23L726.843,-225.378L725.549,-223.363L724.228,-222.365L722.844,-222.721L718.351,-218.746L718.869,-217.274L722.661,-217.096L724.528,-218.068L725.848,-219.914L727.395,-220.514L728.85,-220.339L730.291,-221.864L731.462,-222.593L732.779,-222.066L734.577,-218.963L731.845,-216.946L729.813,-216.628L729.359,-211.143L728.369,-208.74L727.6,-207.55L723.212,-204.771L720.404,-201.497L717.067,-198.85L715.402,-199.181L713.327,-196.506L708.317,-193.194L705.911,-189.143L700.115,-185.186L697.305,-182.209L688.736,-181.238L680.638,-181.105L678.132,-179.537L680.785,-179.429L682.712,-178.247L684.923,-179.035L690.142,-178.832L692.829,-178.406L696.698,-174.209L694.307,-172.379L690.056,-170.803L692.28,-164.594L694.044,-160.455L692.456,-157.694L693.443,-145.985L690.974,-145.591L690.308,-140.646L691.365,-138.216L691.796,-132.448L692.671,-128.994L694.175,-125.85L693.93,-122.38L690.634,-114.097L691.055,-110.438L692.006,-108.256L692.884,-104.808L691.607,-97.894L690.796,-92.032L689.7,-87.155L686.689,-81.11L685.341,-76.721L682.354,-63.073L680.56,-60.247L678.227,-58.049L675.295,-59.653L672.619,-60.529L669.562,-60.124L664.779,-58.257L657.312,-58.717L650.239,-57.725L648.502,-56.271L649.884,-51.518L647.23,-50.673L644.632,-51.923L642.426,-50.111L640.612,-48.159L637.107,-43.685L636.01,-40.948L636.014,-36.025L638.23,-31.655L640.299,-26.612L636.192,-20.026L633.658,-19.709L626.132,-20.948L613.123,-16.357L601.131,-18.969L602.452,-22.358L602.342,-24.852L602.762,-28.62L602.978,-32.546L602.763,-35.204L601.768,-37.911L598.799,-41.452L591.732,-53.423L589.703,-58.518L588.276,-60.634L589.232,-60.754L594.621,-58.213L595.856,-58.598L597.058,-59.734L595.36,-63.587L593.944,-65.366L592.88,-67.995L596.003,-68.875L598.208,-68.802L599.697,-71.957L598.534,-76.754L596.087,-78.237L594.066,-78.738L589.956,-86.349L585.827,-90.205L578.212,-105.331L575.331,-115.872L572.934,-114.79L571.67,-119.359L570.696,-123.772L570.413,-126.949L566.645,-128.683L566.488,-130.943L565.463,-140.982L561.554,-142.219L558.83,-147.859L558.106,-158.595L555.5,-160.465L553.413,-159.829L553.444,-162.52L553.843,-165.052L552.442,-174.863L551.88,-183.944L550.83,-186.617L550.222,-189.805L550.613,-192.595L551.297,-194.211L553.801,-194.689ZM756.245,-153.025L756.158,-149.971L754.749,-150.051L753.291,-152.069L755.345,-155.788L759.027,-156.078L760.404,-155.49ZM731.251,-204.063L730.236,-203.439L729.681,-203.545L730.049,-205.877L730.479,-206.859L732.068,-207.974L732.533,-207.858ZM733.233,-225.858L732.8,-224.193L731.958,-226.05L732.174,-226.5L732.303,-228.47L733.42,-229.621L735.34,-229.251L735.4,-228.748L733.822,-226.947Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M214.003,764.207L213.141,764.705L210.79,763.88L207.042,763.494L207.106,761.579L207.778,760.312L208.592,758.976L210.583,761.937L214.145,762.802ZM276.089,716.207L279.519,718.064L283.318,716.952L285.262,717.521L287.18,718.418L287.339,721.507L285.36,724.764L282.716,727.967L280.305,731.521L278.24,735.684L274.718,737.98L271.545,739.22L265.44,735.546L261.8,734.404L260.84,733.155L260.327,728.281L258.87,726.656L256.418,725.776L254.202,726.746L251.197,729.059L249.841,726.356L247.633,725.739L246.851,724.085L247.025,722.186L263.188,712.05L267.744,709.859L277.313,707.658L278.724,708.188L277.395,709.91L277.335,710.653L278.451,711.575L278.075,712.958L276.797,714.019ZM318.278,716.835L317.581,717.37L306.779,711.06L303.141,710.219L302.281,709.326L302.621,706.443L302.973,705.222L310.49,705.174L316.39,707.572L319.304,713.331L319.507,714.258ZM209.726,751.911L208.093,754.664L202.595,753.086L201.393,751.706L202.942,748.529L204.716,748.299L204.959,745.987L206.939,743.773L215.109,742.696L216.802,744.537L216.968,746.89L211.66,751.442ZM120.796,525.397L120.682,527.046L121.581,529.508L122.94,530.538L125.732,532.105L127.926,532.584L130.926,533.592L132.838,535.193L132.687,537.17L131.749,539.369L130.226,541.237L129.253,542.765L129.869,543.768L130.879,544.659L131.97,544.979L132.871,544.855L133.661,543.717L134.991,542.32L135.632,542.243L135.518,543.059L135.866,544.19L139.444,546.598L147.296,551.075L150.511,551.587L153.187,552.358L153.749,553.846L158.412,559.778L159.678,559.775L162.032,560.161L164.947,560.118L167.063,559.388L168.412,559.725L169.772,560.976L171.413,562.012L173.568,564.025L175.3,566.4L176.583,567.306L185.123,566.843L186.839,568.376L188.837,568.613L191.123,568.549L195.918,569.77L199.935,570.064L200.375,569.533L201.28,564.904L202.098,563.254L203.017,562.943L205.348,563.537L213.521,567.261L216.831,569.362L220.056,571.117L223.038,571.598L224.819,572.697L227.103,577.497L226.498,579.674L226.538,580.508L226.753,582.106L226.449,583.817L227.084,585.044L228.324,585.337L230.125,585.107L231.95,584.629L235.406,583.07L236.317,582.83L241.498,585.581L243.75,587.21L244.471,588.938L245.453,590.608L247.066,591.012L249.481,589.667L253.284,588.367L259.187,590.404L265.796,593.154L268.672,593.656L268.892,592.598L269.525,591.163L270.716,590.604L272.374,590.499L274.829,589.965L277.583,588.874L280.266,588.603L283.085,589.748L286.542,590.859L288.682,591.032L289.326,594.065L290.999,595.357L291.428,597.958L288.286,599.115L286.379,599.126L285.512,603.528L286.165,604.906L287.844,606.201L288.245,607.559L288.098,614.174L284.221,617.838L278.767,621.865L252.892,633.945L246.358,640.309L244.031,641.666L225.256,644.222L211.797,647.561L205.451,648.542L196.842,655.749L192.863,658.633L195.729,659.871L198.659,664.109L197.304,665.707L192.093,667.79L189.8,668.363L188.681,667.82L187.479,668.016L177.557,681.035L168.803,690.256L164.099,694.112L159.12,700.099L147.819,715.904L147.074,720.743L149.597,738.124L151.567,742.887L154.834,747.055L161.512,751.044L162.737,754.37L159.979,757.052L152.388,761.489L139.321,767.064L133.373,772.005L131.597,777.312L127.644,779.317L125.305,786.734L122.484,791.486L121.726,793.066L118.913,796.643L118.281,799.332L121.565,803.715L119.448,805.118L117.448,805.61L113.049,805.443L98.322,803.935L85.338,810.52L78.287,817.002L70.967,829.847L63.188,836.967L60.083,838.022L56.094,833.786L50.563,832.349L44.891,832.738L41.724,835.033L36.952,835.888L32.774,833.87L23.576,831.624L19.303,831.094L12.36,832.23L6.994,829.806L-2.321,827.457L-23.134,825.585L-25.757,826.048L-28.964,828.951L-36.585,833.511L-46.496,831.934L-56.235,833.93L-58.882,835.896L-63.967,841.651L-66.119,846.18L-66.823,846.13L-67.565,844.794L-69.142,844.83L-70.545,848.395L-74.308,849.37L-77.176,849.407L-83.616,845.068L-88.507,839.486L-91.479,838.634L-95.023,830.749L-96.313,825.879L-96.863,820.904L-96.222,819.158L-96.314,817.518L-100.288,814.742L-100.484,810.18L-96.079,805.288L-92.999,803.361L-91.237,803.038L-95.221,802.48L-98.81,805.494L-101.272,798.932L-113.637,784.57L-112.157,782.241L-111.98,780.743L-115.046,783.247L-116.972,783.689L-124.411,781.578L-133.331,781.086L-133.037,768.854L-133.122,764.141L-132.761,761.233L-129.02,755.061L-126.012,752.822L-121.588,747.906L-116.572,744.054L-112.223,743.885L-110.205,743.552L-107.977,740.284L-106.388,737.39L-106.981,736.923L-111.895,736.55L-117.82,721.731L-117.095,719.677L-115.367,716.82L-113.745,713.175L-112.942,710.118L-110.145,708.005L-106.17,706.145L-102.482,703.029L-100.241,699.603L-99.136,696.357L-100.33,693.639L-104.751,691.328L-107.51,680.792L-107.258,674.647L-108.154,673.772L-110.549,670.444L-112.289,664.795L-112.498,663.9L-109.329,663.665L-97.286,666.203L-94.473,665.705L-93.998,665.383L-90.95,661.881L-87.245,655.891L-85.885,652.029L-86.313,650.244L-89.449,645.423L-89.316,644.181L-88.276,642.455L-85.535,640.924L-81.848,639.337L-79.626,637.692L-79.685,636.071L-80.365,634.234L-80.184,632.749L-79.15,631.022L-77.668,624.652L-76.816,623.14L-76.236,617.258L-76.003,612.402L-77.248,605.795L-76.449,604.528L-75.07,603.637L-70.957,602.31L-66.87,597.932L-61.592,594.728L-55.234,592.583L-50.566,589.66L-48.353,587.16L-47.056,586.581L-47.17,585.209L-47.527,583.112L-49.406,580.789L-52.074,579.145L-55.333,578.472L-57.27,577.732L-57.452,576.091L-56.502,572.154L-55.803,568.166L-56.057,566.258L-57.267,564.571L-60.344,564.348L-62.598,562.692L-64.541,562.029L-65.833,562.599L-71.387,561.161L-73.614,560.007L-75.199,558.905L-76.282,559.093L-77.079,559.766L-77.466,560.949L-78.172,562.402L-80.605,563.395L-85.534,563.839L-89.238,562.855L-92.512,561.115L-93.453,560.06L-94.927,559.054L-102.2,558.267L-102.943,557.506L-105.635,558.42L-109.647,559.369L-111.657,558.994L-112.329,558.501L-112.393,557.638L-113.255,554.559L-112.549,553.196L-108.715,549.586L-108.742,548.563L-109.667,546.911L-110.195,544.672L-110.344,543.621L-112.163,543.032L-114.26,543.648L-122.172,544.008L-124.074,544.324L-127.785,545.655L-131.873,547.995L-134.505,548.047L-135.266,546.846L-133.765,539.479L-128.665,535.603L-125.248,533.275L-126.347,532.421L-129.323,531.798L-128.645,529.499L-126.92,528.807L-124.976,526.639L-126.306,525.136L-127.153,523.238L-126.139,518.984L-125.351,517.305L-125.278,515.372L-131.893,516.503L-133.389,515.718L-132.614,512.51L-128.157,508.492L-127.444,507.136L-131.175,505.475L-133.519,502.362L-134.717,499.864L-135.922,496.345L-135.257,493.621L-131.774,487.766L-128.522,486.519L-125.829,485.982L-119.688,482.794L-112.983,485.235L-108.418,485.379L-104.02,484.037L-101.59,484.009L-97.636,482.894L-97.146,480.216L-97.89,477.929L-96.377,476.333L-91.862,474.92L-86.724,472.965L-81.536,473.549L-75.743,471.977L-72.642,474.525L-69.504,474.628L-66.449,477.41L-62.878,483.082L-56.519,486.48L-50.742,486.113L-41.244,487.862L-36.514,489.435L-27.794,490.047L-23.025,491.434L-14.792,490.644L-9.176,494.777L2.349,498.438L8.947,502.21L27.976,509.836L35.172,511.213L45.595,510.708L50.167,509.745L53.896,511.473L59.972,510.5L62.729,511.299L65.8,514.737L77.929,520.57L81.751,517.929L84.318,517.588L93.083,520.973L101.678,526.385L106.436,527.355L113.604,527.342L119.642,525.562ZM-601.587,1095.391L-608.696,1104.922L-613.452,1108.042L-615.878,1108.761L-621.065,1108.246L-624.413,1099.569L-624.878,1091.805L-625.773,1089.111L-622.644,1088.284L-619.009,1089.828L-610.488,1091.232L-608.652,1091.226L-598.11,1087.182L-589.649,1089.155L-590.249,1091.412ZM-484.7,1105.425L-488.501,1107.685L-491.315,1105.65L-487.72,1099.275L-485.745,1097.629L-479.022,1096.444L-473.873,1096.659L-471.584,1093.937L-469.571,1093.197L-468.503,1095.586L-470.492,1097.323L-473.479,1103.974L-477.418,1105.121ZM-515.736,1134.5L-523.154,1138.068L-528.502,1135.022L-529.12,1133.828L-522.97,1134.317L-516.548,1131.801L-510.401,1123.762L-502.043,1115.422L-499.667,1111.462L-497.21,1110.417L-494.312,1111.13L-493.215,1111.829L-492.55,1114.469L-494.095,1119.5L-498.186,1127.454L-503.163,1133.968ZM-566.338,1119.358L-567.856,1122.957L-568.144,1126.871L-570.162,1132.496L-573.099,1134.811L-579.388,1136.108L-583.149,1134.311L-585,1132.324L-587.42,1126.035L-585.892,1120.977L-581.011,1118.868L-578.114,1115.184L-568.753,1119.109L-567.608,1118.667L-566.926,1118.618ZM-642.663,1099.932L-644.45,1099.757L-646.105,1097.791L-646.885,1093.38L-644.408,1091.141L-642.753,1090.262L-640.905,1091.194L-638.201,1094.447L-637.729,1096.907L-638.19,1098.212ZM-675.353,1099.397L-682.185,1105.574L-686.22,1100.86L-687.056,1099.444L-687.531,1097.514L-682.486,1099.001L-676.162,1096.981ZM-661.456,1068.196L-662.638,1068.224L-662.312,1064.117L-663.889,1053.345L-659.465,1050.375L-653.994,1052.278L-652.786,1055.834L-653.108,1059.019L-654.758,1060.347L-655.698,1063.86L-657.084,1065.836Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M912.153,251.25L912.039,253.272L911.191,255.668L910.037,258.28L909.169,261.262L908.391,267.564L907.749,270.59L903.855,276.815L904.763,284.504L904.185,285.182L893.967,289.486L892.447,289.309L890.761,288.075L889.799,287.06L889.125,286.415L887.9,284.441L886.431,283.088L884.454,282.145L882.566,281.021L880.432,281.265L874.931,284.18L870.93,284.945L868.261,284.676L864.504,283.98L857.549,284.821L852.89,286.565L852.649,288.095L849.587,298.079L843.656,302.469L838.495,306.739L837.013,307.684L834.04,306.918L830.613,305.295L827.87,304.491L826.017,305.23L824.178,307.872L823.589,310.436L817.485,313.034L806.515,315.38L802.947,318.211L802.049,321.301L802.188,323.438L803.434,325.196L802.445,327.55L802.096,328.503L794.297,329.91L783.889,331.749L777.601,332.273L771.655,332.745L767.467,331.282L762.19,328.106L756.584,323.794L755.999,323.687L755.269,323.264L751.942,323.263L751.171,323.587L749.089,322.219L748.322,320.227L744.741,315.117L740.502,306.511L740.255,303.889L741.222,300.905L742.242,298.493L742.19,296.762L742.368,296.249L743.025,292.466L744.905,287.324L746.863,284.24L748.451,283.174L751.885,283.66L757.771,283.809L762.062,282.705L765.962,280.061L767.992,277.941L769.779,275.68L770.195,274.31L771.024,273.641L774.348,272.12L775.196,270.619L775.361,268.034L775.378,265.133L775.808,262.932L776.522,261.279L782.414,256.889L782.818,255.517L783.662,254.095L785.379,252.489L786.907,250.24L788.638,248.796L791.071,248.593L793.355,248.074L795.029,247.129L795.79,246.955L799.061,247.224L799.89,249.446L800.518,251.858L806.123,251.004L808.555,245.391L810.013,244.544L812.424,242.413L813.863,240.57L815.097,241.491L817.286,244.614L819.395,247.081L820.524,248.013L820.74,248.816L821.906,249.162L823.932,249.228L825.362,249.871L826.137,252.342L826.439,254.628L825.992,256.348L825.854,257.86L827.367,258.242L829.392,257.391L830.72,256.384L835.284,257.679L836.265,253.308L837.619,250.88L839.799,249.583L841.601,248.003L843.348,246.846L844.559,246.676L845.063,246.273L846.725,246.122L848.544,246.281L851.005,245.431L854.568,246L857.041,247.555L859.228,247.902L861.638,247.465L863.133,246.163L865.008,242.139L866.766,241.876L869.316,240.91L873.171,240.408L882.065,239.784L884.6,240.887L890.265,241.823L893.008,243.468L894.403,245.829L895.228,247.447L901.268,249.134L910.099,251.177Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M737.56,396.585L734.651,395.688L731.1,395.506L730.565,396.13L729.219,396.908L728.616,398.116L729.474,402.583L728.717,403.392L724.694,403.322L723.446,403.923L721.594,407.215L719.47,408.712L716.84,409.835L714.816,411.154L712.306,412.345L710.115,413.096L709.283,414.564L708.927,416.077L709.16,417.544L711.627,420.239L712.221,423.246L712.283,427.038L711.846,429.053L711.119,430.43L705.561,432.593L699.979,436.148L699.909,436.813L702.732,439.408L702.9,440.056L700.874,441.775L700.751,443.352L701.123,445.139L702.45,446.856L702.936,448.553L699.798,449.941L695.47,449.842L690.174,447.907L688.287,448.368L686.701,449.715L684.871,449.262L682.748,448.003L679.808,445.229L678.255,443.434L677.655,441.577L676.801,441.303L675.766,441.947L674.967,444.389L672.609,448.744L670.771,450.014L667.89,449.944L663.834,450.272L661.35,450.831L658.154,449.45L657.457,449.82L657.513,450.806L656.407,452.435L654.669,453.522L645.699,451.701L644.405,449.874L646.387,448.863L648.999,446.251L650.806,446.483L653.04,445.783L654.058,444.737L652.336,441.701L648.556,438.035L646.58,436.74L643.914,435.892L643.384,434.848L644.493,428.776L643.972,427.897L641.028,428.379L640.284,427.758L639.993,426.702L640.159,425.293L642.046,422.807L644.183,420.636L644.712,419.454L644.547,418.557L641.664,417.719L639.849,416.906L638.536,416.643L637.617,417.184L636.881,416.644L636.088,414.953L636.664,412.289L639.01,409.7L641.72,407.419L644.1,405.646L645.356,404.92L645.915,402.172L647.335,402.342L650.274,402.346L653.476,402.826L656.45,403.397L659.088,404.232L664.662,404.887L669.626,405.156L671.188,405.635L672.357,405.478L673.936,406.2L674.837,405.565L675.355,404.46L677.966,402.969L680.43,401.073L681.925,398.828L682.861,397.033L684.419,395.771L686.261,395.231L687.857,394.542L694.809,393.219L702.1,393.335L705.515,391.918L708.15,389.567L712.186,388.669L712.419,388.651L718.727,389.705L719.119,388.765L719.318,388.335L718.827,383.836L720.634,381.622L722.418,380.564L728.606,380.364L729.541,381.686L729.96,383.797L730.793,386.614L731.913,387.341L732.597,388.437L732.654,390.414L733.951,391.786L737.113,395.551Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M955.697,476.311L954.629,477.328L953.507,478.771L953.019,481.026L953.474,484.457L949.566,487.871L947.964,488.723L947.521,490.55L947.265,495.77L948.02,499.57L948.939,501.339L949.453,502.924L951.227,504.55L952.949,507.353L954.457,511.112L956.919,513.79L962.202,515.989L964.943,517.277L967.091,519.502L968.817,521.463L973.403,523.849L973.401,526.025L972.907,528.286L972.215,529.411L970.708,532.432L969.001,534.315L966.612,539.66L961.587,540.762L960.419,541.377L958.659,543.01L958.187,545.514L959.366,547.24L959.569,549.213L959.325,553.102L961.247,556.963L963.302,558.543L963.729,559.559L963.794,561.472L961.692,565.757L961.174,567.266L958.55,568.455L957.622,568.273L956.02,567.116L954.594,567.016L951.601,569.094L948.498,570.518L945.756,570.207L943.244,570.527L941.598,571.458L940.262,571.921L937.906,574.048L933.955,575.838L931.913,575.905L930.922,574.472L929.83,572.386L930.041,571.267L932.524,569.128L932.631,567.357L935.229,558.681L935.563,555.955L935.422,555.059L934.338,554.645L932.226,554.977L922.282,553.178L922.203,549.351L919.165,547.729L915.92,546.386L915.117,544.423L911.165,540.847L908.477,538.914L905.22,538.229L902.253,536.916L900.629,536.153L899.615,534.385L899.449,533.243L898.42,532.226L897.211,532.568L895.328,534.339L892.802,536.035L892.449,537.085L893.763,539.229L894.704,540.51L894.532,541.951L893.912,543.789L889.379,548.347L888.944,549.741L890.236,551.725L889.765,552.874L885.737,554.855L885.702,553.694L885.067,551.867L882.427,550.152L878.741,549.078L870.216,544.826L867.271,544.471L864.472,544.26L860.417,542.131L858.386,541.98L855.928,540.47L850.44,534.857L846.071,532.003L843.157,530.707L842.204,529.082L841.755,527.477L841.806,526.889L843.589,524.175L845.145,523.647L847.099,523.318L848.606,524.372L850.479,524.383L851.263,522.704L851.471,520.434L850.858,517.605L845.72,511.449L841.591,507.236L840.98,506.316L841.721,505.31L842.89,504.748L844.272,504.906L847.85,504.783L851.211,503.936L852.16,502.651L851.97,501.18L850.562,499.867L846.188,496.609L842.604,493.66L838.755,491.487L835.843,490.854L834.953,489.636L834.408,488.21L834.458,485.631L834.175,482.347L834.526,480.23L836.463,476.089L838.231,471.636L839.181,467.533L839.437,463.767L839.062,462.735L837.77,462.152L835.148,461.651L831.76,462.819L828.92,464.496L827.729,464.724L827.169,463.134L827.559,462.34L828.529,462.304L829.289,462.543L830.039,461.704L830.247,459.439L828.105,451.907L830.165,450.907L830.153,449.83L830.152,448.836L832.582,449.861L835.806,449.457L838.64,448.85L839.024,448.054L838.76,446.926L838.06,446.186L837.013,445.572L836.163,444.601L834.205,444.432L827.904,442.396L824.687,439.805L824.299,436.62L824.92,434.803L825.919,434.1L825.611,433.557L821.991,432.507L820.568,430.69L821.318,427.947L818.911,422.933L816.746,419.878L818.349,418.277L818.349,416.288L818.329,415.13L819.035,415.045L821.821,413.38L822.633,412.203L823.178,410.81L823.726,410.411L825.897,411.552L827.917,411.467L830.04,410.289L831.649,408.843L833.522,407.61L834.379,406.838L835.407,405.545L837.462,402.047L840.073,401.045L843.694,401.402L847.722,401.202L850.552,400.077L858.052,399.973L859.676,400.497L860.843,401.167L863.219,403.662L865.585,406.904L868.398,408.172L871.73,409.695L873.455,410.863L876.415,414.762L878.593,416.527L879.171,416.36L879.678,415.705L880.09,415.23L880.62,415.569L880.809,416.871L881.329,419.623L881.423,422.769L882.428,425.533L882.558,426.429L882.321,427.295L882.427,428.028L883.244,428.658L886.005,430.168L888.807,432.751L891.73,434.482L894.536,435.396L896.092,435.247L899.06,437.214L904.431,438.146L906.182,438.46L907.402,439.272L908.411,440.282L908.587,441.421L907.96,442.101L907.02,443.911L906.974,446L906.214,446.616L905.38,446.744L904.883,447.486L905.126,448.281L905.967,448.985L907.153,449.553L909.296,449.973L911.502,450.798L911.628,451.612L911.289,452.581L908.841,453.375L906.952,453.831L906.045,454.303L906.426,455.994L912.076,456.874L914.843,458.11L916.372,460.038L920.066,460.875L925.805,460.631L930.116,462.19L932.869,465.498L936.326,464.017L940.466,457.744L945.145,455.546L950.371,457.337L953.365,458.999L954.122,460.541L953.047,461.476L950.353,461.599L948.252,463.039L946.966,465.676L947.148,468.234L948.8,470.712L950.801,472.296L953.268,472.965L954.587,474.161L955.132,475.906Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M611.135,528.103L609.056,528.512L607.999,526.573L609.39,524.295L611.589,523.882L612.024,525.596Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M923.95,131.313L926.115,134.273L927.205,136.674L926.931,138.737L927.513,140.727L929.268,142.586L934.893,148.258L938.273,154.088L940.104,156.263L943.983,158.806L944.44,160.062L943.38,161.436L942.349,161.798L941.56,162.281L941.242,163.515L942.319,164.571L943.808,166.053L946.123,170.734L946.78,174.804L945.91,176.058L944.855,178.688L944.409,181.035L936.874,184.024L935.482,186.708L932.01,192.029L929.572,195.147L926.113,200.703L920.62,210.035L918.718,213.877L917.349,216.956L913.077,225.376L911.868,228.838L912.637,231.381L915.534,237.151L916.334,239.855L916.433,242.426L916.271,244.792L916.547,245.747L918.475,247.089L921.563,249.231L921.813,250.023L921.678,251.216L920.839,252.279L917.377,251.952L913.435,250.783L912.153,251.25L910.099,251.177L901.268,249.134L895.228,247.447L894.403,245.829L893.008,243.468L890.265,241.823L884.6,240.887L882.065,239.784L873.171,240.408L869.316,240.91L866.766,241.876L865.008,242.139L863.133,246.163L861.638,247.465L859.228,247.902L857.041,247.555L854.568,246L851.005,245.431L848.544,246.281L846.725,246.122L845.063,246.273L844.559,246.676L843.348,246.846L841.601,248.003L839.799,249.583L837.619,250.88L836.265,253.308L835.284,257.679L830.72,256.384L829.392,257.391L827.367,258.242L825.854,257.86L825.992,256.348L826.439,254.628L826.137,252.342L825.362,249.871L823.932,249.228L821.906,249.162L820.74,248.816L820.524,248.013L819.395,247.081L817.286,244.614L815.097,241.491L813.863,240.57L812.424,242.413L810.013,244.544L808.555,245.391L806.123,251.004L800.518,251.858L799.89,249.446L799.061,247.224L795.79,246.955L795.513,245.578L794.443,242.223L787.168,236.2L785.958,233.439L786.162,232.337L785.515,230.588L783.971,229.689L778.685,228.969L777.457,229.854L776.172,229.253L774.132,227.823L770.82,226.865L770.412,226.164L769.086,225.15L768.413,225.058L768.166,225.83L767.291,226.92L764.157,228.585L762.785,228.152L761.47,227.215L759.8,224.99L757.622,223.148L755.91,222.582L754.81,221.537L754.507,220.74L758.028,218.632L758.608,216.831L757.836,213.682L757.25,213.329L755.95,214.542L753.003,215.76L750.228,216.542L748.815,216.686L740.309,211.655L734.929,210.355L731.847,210.152L731.576,210.757L733.297,213.905L736.072,217.696L736.065,218.772L733.392,220.682L731.828,221.575L729.998,223.153L728.545,225.274L727.312,226.215L725.987,226.171L724.697,225.296L720.779,219.611L716.248,215.462L715.72,214.433L714.395,214.301L712.465,213.475L711.686,212.054L712.542,210.574L713.613,209.075L715.816,208.055L716.401,207.259L716.732,206.072L717.352,204.445L717.092,203.971L715.427,202.38L712.907,200.946L706.532,202.731L704.872,203.698L703.811,202.711L702.912,201.048L701.164,200.944L698.878,199.558L696.063,198.296L693.442,198.09L687.887,196.371L685.833,196.444L684.592,195.793L683.177,194.245L681.973,192.598L681.168,189.02L677.081,187.747L673.034,186.96L672.86,187.551L673.215,191.08L673.139,193.069L670.636,194.401L668.063,194.742L668.233,194.069L670.803,187.446L671.911,183.236L672.989,175.636L670.653,169.845L669.932,167.166L668.989,165.908L663.479,163.388L662.988,162.428L663.572,158.419L663.038,156.801L661.652,155.156L659.737,151.89L658.804,148.973L660.791,145.367L661.154,142.86L661.871,139.337L662.374,137.399L662.44,136.815L660.987,135.588L660.547,133.713L660.68,130.973L659.81,128.961L657.846,127.848L656.582,126.192L655.811,124.006L656.114,120.591L657.167,115.885L653.795,110.553L645.924,104.5L642.031,100.177L642.185,97.517L643.594,95.113L646.349,92.791L648.28,88.941L649.131,84.411L649.182,83.578L649.082,80.35L644.905,67.586L644.199,64.393L643.551,60.449L643.282,59.386L649.949,61.71L652.691,63.11L652.274,61.394L651.67,59.939L651.83,57.687L651.413,54.392L645.54,53.104L641.661,52.76L641.016,50.474L641.33,48.96L642.496,49.803L646.254,49.904L655.249,44.837L670.841,37.921L687.468,31.134L691.425,30.223L695.33,28.727L696.56,26.623L697.937,25.088L699.921,21.332L704.497,15.258L713.355,12.437L716.476,9.471L723.047,5.073L738.63,-0.71L745.141,-2.336L751.639,-3.145L757.827,-0.594L764.425,2.729L765.907,5.061L762.357,3.894L757.091,0.829L755.295,0.869L760.731,11.44L763.37,15.058L768.398,17.469L772.389,17.906L784.011,14.704L787.987,11.852L789.028,10.545L790.195,10.98L798.01,10.533L805.936,10.126L818.622,9.013L831.813,7.832L845.496,6.493L860.264,4.89L875.873,2.789L876.707,2.31L877.965,0.158L879.981,0.063L882.451,0.814L883.694,1.524L884.26,2.435L884.743,3.446L886.071,3.466L888.489,3.883L891.904,5.3L894.615,6.754L897.378,9.038L898.716,11.914L899.334,15.341L899.632,17.562L899.994,18.423L906.089,33.823L914.244,48.237L917.55,55.368L919.101,59.204L920.77,64.783L921.73,68.81L922.154,71.087L922.321,74.251L921.034,76.425L911.658,83.602L909.898,85.599L907.66,90.281L905.528,95.024L905.168,96.597L905.12,97.529L905.998,98.884L910.107,100.419L914.267,101.603L915.758,102.761L918.758,103.98L920.074,105.335L920.948,106.602L921.424,109.79L920.978,114.403L922.09,117.557L921.239,119.978L920.639,122.604L921.21,126.946Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M715.074,-706.32L712.715,-705.803L705.84,-704.21L709.51,-700.166L710.823,-698.529L711.383,-695.971L711.532,-690.995L710.624,-686.694L709.342,-683.072L706.43,-679.233L712.012,-676.644L709.167,-671.729L707.778,-669.733L705.828,-669.833L702.234,-670.895L693.619,-673.588L689.582,-674.534L686.075,-674.56L684.19,-674.244L676.509,-676.602L675.13,-676.084L672.651,-674.361L672.648,-671.292L673.712,-663.564L674.785,-657.649L674.142,-654.068L673.435,-651.651L671.09,-645.016L663.948,-648.572L659.046,-650.947L656.464,-646.83L649.721,-639.278L647.149,-625.259L646.909,-624.79L644.977,-621.133L642.169,-619.278L640.06,-618.293L639.07,-614.105L642.6,-608.614L644.428,-605.656L646.356,-600.841L646.345,-597.726L646.161,-595.753L643.23,-591.409L637.076,-580.331L631.373,-568.807L628.928,-565.436L630.878,-556.22L628.815,-553.327L624.567,-549.927L622.304,-548.53L619.847,-547.741L612.278,-546.001L614.33,-536.1L615.136,-531.757L615.309,-529.132L614.656,-526.541L614.003,-521.583L613.685,-504.209L612.672,-502.22L611.376,-497.416L607.032,-485.884L603.407,-478.173L598.146,-467.085L603.124,-463.963L607.682,-461.701L608.837,-457.943L609.756,-451.654L609.935,-447.323L608.443,-443.329L607.271,-440.486L606.403,-439.135L600.051,-440.085L591.882,-441.403L589.765,-441.302L585.113,-439.874L580.98,-437.182L578.788,-434.926L578.268,-434.125L575.62,-429.173L570.871,-420.434L568.143,-416.537L569.198,-411.392L564.806,-401.326L568.195,-391.357L568.368,-391.018L570.123,-387.033L568.511,-384.396L567.828,-382.997L568.226,-378.367L568.891,-373.147L568.584,-370.13L568.532,-366.78L573.332,-351.765L573.457,-348.257L573.292,-345.938L572.292,-336.573L570.89,-323.873L574.194,-320.657L578.878,-316.903L581.463,-315.467L585.448,-310.935L588.516,-306.459L588.31,-303.381L587.603,-300.026L586.429,-297.591L585.457,-294.313L585.043,-291.912L584.556,-291.296L579.445,-290.84L576.748,-289.803L575.419,-288.734L576.038,-283.396L579.497,-273.577L582.442,-266.639L583.404,-262.008L582.719,-257.314L581.941,-254.908L582.069,-251.606L581.617,-245.147L579.637,-241.853L577.136,-238.205L574.241,-235.48L571.893,-234.639L569.882,-234.236L568.516,-232.839L567.405,-228.828L566.382,-224.654L562.722,-219.477L562.86,-217.706L564.543,-211.672L566.078,-204.879L565.102,-198.438L564.309,-191.586L562.723,-187.075L560.242,-185.408L558.416,-186.203L556.194,-192.3L556.07,-193.73L555.577,-195.573L549.705,-197.297L548.631,-197.19L546.369,-198.242L545.019,-198.554L542.23,-199.179L539.905,-204.539L537.337,-209.057L537.043,-210.91L536.92,-219.438L536.158,-223.145L535.923,-227.283L534.466,-223.967L535.335,-218.655L533.501,-216.435L531.205,-215.309L531.419,-212.187L532.405,-211.608L532.711,-208.404L532.143,-203.672L527.598,-192.999L526.619,-191.895L526.002,-190.457L523.566,-191.364L520.526,-188.395L517.646,-187.959L516.553,-191.24L512.408,-195.695L510.435,-195.44L512.233,-193.251L513.947,-190.389L512.961,-188.533L511.972,-187.352L510.351,-186.677L504.303,-182.976L506.376,-180.531L504.561,-177.672L502.477,-177.257L501.295,-175.999L500.925,-174.234L494.629,-169.138L484.19,-156.212L478.733,-152.591L474.999,-148.788L471.695,-149.015L467.493,-145.823L456.929,-143.216L450.056,-144.666L445.142,-143.725L442.635,-145.99L442.321,-147.596L442.532,-148.429L443.028,-149.504L442.123,-149.955L440.201,-150.188L439.336,-149.126L439.16,-146.696L438.216,-146.057L434.681,-147.613L433.809,-148.906L435.189,-151.375L437.567,-153.642L437.124,-154.078L436.717,-155.521L435.716,-155.726L432.499,-155.511L429.86,-156.034L421.576,-161.595L419.784,-164.452L413.159,-169.138L410.303,-173.994L408.84,-179.207L409.26,-183.905L410.442,-191.182L411.883,-192.965L417.871,-190.062L423.804,-185.496L424.717,-185.709L426.842,-188.99L430.642,-191.533L429.593,-192.334L423.976,-189.45L421.984,-191.309L418.91,-194.991L418.992,-196.759L420.601,-198.541L421.159,-200.964L420.55,-203.355L421.049,-206.456L423.607,-209.72L427.402,-212.936L430.204,-216.115L433.036,-218.03L432.708,-218.719L429.642,-217.575L426.532,-215.508L422.903,-211.948L418.495,-209.192L415.323,-208.245L413.758,-207.308L411.393,-206.496L408.766,-202.407L406.08,-200.775L401.323,-200.779L400.513,-203.949L402.462,-214.911L404.177,-220.229L405.887,-223.944L408.305,-224.408L410.221,-227.185L411.634,-227.113L412.714,-225.705L417.424,-224.205L419.891,-227.727L423.003,-228.093L428.623,-231.403L428.563,-232.083L424.832,-231.481L422.534,-231.414L419.236,-230.72L417.502,-231.394L416.839,-234.135L418.275,-236.522L423.716,-242.032L425.666,-244.487L426.731,-246.814L426.626,-248.429L427.641,-251.692L432.931,-257.324L437.119,-259.875L438.331,-257.454L436.932,-250.383L436.819,-247.421L440.516,-257.713L441.996,-260.205L443.703,-261.842L447.643,-262.898L448.823,-264.557L444.215,-264.116L433.061,-260.544L428.225,-257.181L426.804,-254.527L423.397,-250.522L421.794,-247.967L420.912,-244.024L418.974,-241.996L416.397,-241.357L412.729,-236.54L411.028,-232.561L407.429,-229.616L405.093,-227.287L404.336,-226.397L402.969,-224.102L401.987,-223.988L401.179,-225.387L401.266,-228.514L401.81,-233.479L403.677,-236.933L404.662,-240.438L403.787,-243.707L404.686,-245.692L406.085,-245.616L408.746,-244.541L411.638,-244.476L416.49,-246.861L415.778,-248.422L413.779,-248.691L409.93,-248.719L406.92,-251.338L404.668,-256.468L403.911,-263.218L404.798,-265.122L414.232,-271.505L416.797,-274.437L415.437,-274.845L411.882,-271.201L406.841,-269.174L404,-272.561L402.56,-276.129L402.038,-283.562L402.599,-287.361L402.545,-292.389L404.682,-293.887L406.936,-292.909L409.134,-292.449L414.358,-292.6L425.834,-295.031L432.999,-292.935L435.99,-292.985L440.691,-295.445L444.616,-295.56L447.531,-293.502L449.076,-291.153L449.234,-288.085L450.54,-286.086L451.499,-286.652L450.807,-289.141L450.751,-292.802L462.794,-296.719L464.28,-298.301L459.536,-299.018L458.282,-302.886L460.977,-308.61L460.743,-309.383L458.039,-306.387L456.646,-302.079L457.06,-298.66L456.504,-297.058L454.014,-296.364L448.56,-296.278L445.121,-297.842L441.921,-298.807L440.857,-299.954L441.288,-302.409L440.713,-302.942L439.273,-300.78L437.914,-296.401L435.321,-295.481L428.241,-297.395L417.906,-296.938L413.198,-294.96L410.231,-295.372L405.258,-299.565L403.394,-302.741L403.074,-308.988L403.489,-311.782L407.517,-312.664L409.536,-312.468L411.469,-313.816L409.923,-314.923L407.668,-316.926L406.28,-320.763L403.914,-322.094L402.509,-325.424L402.376,-330.308L403.076,-333.69L404.391,-334.726L407.431,-333.783L415.546,-333.86L422.971,-330.071L428.064,-327.87L438.56,-328.459L444.774,-331.306L443.719,-332.199L436.973,-330.658L430.88,-330.996L420.194,-334.909L415.84,-336.326L411.067,-336.065L408.626,-337.226L407.32,-340.724L408.766,-347.241L411.08,-348.571L412.228,-346.794L413.709,-346.544L415.342,-349.201L416.831,-350.752L418.165,-354.2L422.531,-357.329L424.353,-357.499L426.975,-358.921L428.6,-358.419L429.518,-356.833L430.779,-355.491L433.67,-355.539L442.254,-357.857L443.19,-358.68L444.912,-360.761L439.537,-360.019L435.036,-358.655L432.14,-358.349L431.81,-360.25L432.955,-362.003L434.671,-363.733L435.622,-366.87L437.478,-368.168L439.438,-368.005L443.55,-368.45L446.439,-369.119L451.328,-368.438L458.654,-367.014L463.327,-363.97L465.055,-364.184L466.958,-364.91L467.883,-365.918L464.147,-367.21L464.029,-369.015L464.47,-370.292L470.567,-372.554L477.186,-372.938L476.08,-374.934L461.582,-372.342L457.885,-374.421L454.951,-374.508L452.96,-373.453L447.367,-372.264L446.34,-373.245L447.519,-376.641L451.04,-382.11L451.329,-383.477L452.913,-384.802L461.588,-387.73L465.807,-391.409L467.676,-391.88L469.446,-391.581L472.28,-391.95L477.666,-390.726L480.011,-385.954L482.256,-384.456L489.241,-378.432L488.935,-380.155L482.961,-388.23L480.647,-390.245L479.019,-394.232L479.645,-397.925L481.615,-400.391L488.537,-401.589L489.757,-403.04L489.944,-405.538L488.922,-407.188L486.361,-407.134L484.296,-408.197L483.775,-410.878L484.599,-412.679L488.625,-415.907L490.786,-417.005L494.534,-418.092L500.961,-415.46L501.433,-414.077L499.662,-410.806L499.812,-408.994L501.409,-408.727L505.099,-414.237L509.48,-415.01L511.31,-416.22L513.377,-417.001L516.422,-412.005L517.706,-410.371L518.668,-409.773L519.651,-405.639L520.614,-405.386L521.96,-407.465L524.35,-408.606L527.699,-409.329L533.226,-408.362L535.773,-409.175L536.973,-409.108L535.797,-412.8L534.984,-413.823L536.126,-417.208L537.298,-418.522L541.07,-420.92L544.699,-422.028L547.029,-424.325L550.147,-426.472L549.636,-428.016L548.644,-429.896L546.587,-430.023L545.775,-431.044L548.323,-433.523L551.799,-436.376L551.145,-437.399L548.444,-438.547L546.42,-437.636L543.477,-435.409L539.997,-431.968L541.197,-431.038L542.988,-428.305L540.606,-424.541L527.565,-414.418L521.372,-411.429L518.417,-411.842L517.685,-414.6L516.402,-416.579L514.956,-420.719L512.495,-420.626L511.147,-419.674L510.51,-421.055L511.536,-425.464L513.585,-428.926L517.048,-431.62L518.608,-434.743L520.149,-439.861L525.049,-444.665L532.009,-456.715L537.773,-460.624L539.79,-464.83L543.156,-466.72L546.021,-469.998L548.249,-470.397L552.335,-473.456L554.549,-476.997L553.008,-477.13L549.454,-474.776L547.398,-473.858L547.466,-477.602L548.373,-481.456L551.271,-485.013L565.137,-495.632L566.637,-494.025L568.418,-491.033L572.655,-491.889L577.287,-497.837L580.728,-504.277L578.809,-503.145L576.725,-500.435L572.547,-496.687L570.593,-496.089L569.439,-496.483L568.743,-498.903L567.203,-499.547L565.858,-498.976L564.435,-500.675L564.067,-504.858L565.589,-511.121L566.873,-515.281L568.258,-518.485L573.745,-527.55L574.811,-532.509L577.375,-535.163L580.812,-534.698L581.814,-535.534L580.488,-538.638L576.683,-541.023L576.395,-542.594L588.507,-547.286L594.396,-547.501L596.051,-549.616L599.134,-551.109L601.408,-553.795L600.097,-554.866L594.289,-552.253L590.608,-550.915L588.92,-550.829L587.638,-549.973L582.95,-549.485L581.46,-559.552L581.934,-565.133L583.688,-565.038L583.801,-570.343L585.68,-573.527L588.466,-574.373L589.772,-575.766L591.65,-578.607L595.001,-578.167L598.428,-578.978L597.493,-580.165L593.152,-581.608L591.995,-584.38L593.35,-585.959L594.938,-587.197L596.357,-587.542L598.908,-593.186L600.482,-595.674L602.363,-595.342L604.921,-597.985L607.612,-597.266L610.002,-599.018L613.417,-600.312L626.039,-601.66L626.226,-603.898L623.49,-604.226L614.083,-604.18L609.335,-603.775L607.317,-603.022L606.557,-603.774L606.609,-605.2L608.173,-607.435L608.873,-609.794L611.948,-615.786L615.758,-619.97L618.918,-619.213L622.425,-615.724L624.852,-615.46L625.996,-614.388L628.149,-609.475L628.94,-609.359L628.208,-614.202L630.154,-618.278L629.501,-619.387L626.168,-617.7L623.459,-618.922L621.2,-621.787L620.437,-624.498L621.5,-627.255L622.588,-628.676L621.702,-630.218L616.843,-625.578L613.342,-624.352L611.83,-624.874L612.339,-628.748L611.715,-631.743L616.055,-639.645L617.591,-640.561L620.331,-640.224L622.917,-638.269L624.971,-638.783L627.106,-640.023L626.6,-642.043L621.764,-642.479L620.394,-644.079L620.752,-645.808L623.866,-647.746L626.921,-651.212L630.562,-652.401L633.316,-655.052L633.91,-654.563L634.541,-653.628L636.318,-644.896L639.635,-637.923L640.699,-637.746L639.127,-643.792L639.94,-645.656L640.996,-647.093L641.276,-648.643L639.851,-649.057L638.495,-651.093L636.243,-657.994L636.698,-659.92L639.862,-663.883L644.144,-665.167L649.02,-663.01L650.666,-663.076L653.326,-664.052L657.678,-666.644L660.309,-667.812L661.669,-667.952L661.899,-669.057L660.534,-669.638L660.063,-670.221L658.999,-670.563L654.904,-668.981L643.179,-668.231L641.978,-669.383L641.582,-671.51L642.527,-674.66L643.717,-676.572L647.823,-680.023L652.365,-680.912L656.666,-686.852L658.133,-691.073L658.48,-697.54L660.875,-702.958L667.925,-706.624L668.051,-707.909L666.961,-710.516L666.503,-715.286L667.912,-721.178L669.011,-723.215L669.569,-723.551L671.355,-721.839L673.701,-718.191L676.91,-716.378L680.844,-716.39L681.766,-717.594L678.476,-719.478L675.842,-722.084L675.298,-725.03L676.229,-726.69L677.883,-726.703L679.995,-727.321L681.722,-729.448L681.807,-730.92L681.653,-732.729L681.93,-734.774L684.226,-739.631L692.633,-743.728L693.444,-742.551L694.136,-733.76L693.834,-727.96L694.372,-723.829L695.596,-728.191L696.37,-739.823L697.402,-745.369L698.919,-748.694L700.235,-749.608L701.373,-751.326L703.031,-752.567L703.784,-751.385L704.753,-748.673L705.103,-738.63L705.671,-735.502L705.14,-731.217L702.173,-721.304L702.527,-720.166L703.45,-720.748L704.88,-722.496L708.877,-732.014L713.585,-731.589L713.546,-732.316L711.742,-734.712L709.566,-736.967L708.614,-739.948L707.709,-748.171L708.583,-751.695L712.484,-751.891L714.791,-752.69L716.107,-751.321L718.404,-751.756L719.109,-757.938L722.218,-758.964L725.642,-755.44L729.381,-753.355L732.74,-750.023L733.337,-751.223L730.455,-759.794L728.361,-762.69L724.657,-763.861L720.36,-767.257L719.147,-768.826L719.13,-770.209L722.099,-771.959L726.625,-771.189L729.834,-775.031L731.052,-774.302L733.674,-776.488L735.811,-774.525L736.778,-775.333L736.947,-778.604L741.216,-781.269L744.414,-779.961L746.298,-778.432L747.664,-775.053L749.961,-768.23L752.908,-764.861L754.704,-763.236L756.502,-763.094L756.928,-765.113L755.003,-767.083L754.175,-769.158L753.99,-774.592L754.502,-776.817L757.984,-785.529L761.344,-790.429L763.709,-791.244L766.191,-801.229L767.117,-803.088L768.142,-803.752L767.416,-805.856L764.859,-806.862L764.202,-809.636L766.612,-813.657L769.174,-820.062L770.932,-820.784L772.334,-819.466L776.461,-817.568L779.204,-815.026L781.09,-813.908L782.076,-814.392L782.471,-816.819L783.306,-818.025L785.679,-817.953L787.325,-816.793L788.463,-816.844L789.551,-816.227L790.194,-814.39L788.667,-811.91L786.424,-805.723L784.36,-798.84L783.901,-795.381L784.57,-786.649L782.976,-780.644L783.559,-776.758L784.989,-775.185L787.662,-777.215L790.201,-783.045L790.03,-788.607L795.816,-805.167L798.238,-814.233L801.407,-821.985L803.726,-823.912L805.988,-819.799L806.25,-813.739L805.102,-809.629L806.956,-808.255L807.643,-803.713L807.747,-801.202L807.993,-798.631L808.508,-796.308L809.797,-797.251L814.263,-803.135L814.541,-808.461L814.972,-812.512L814.846,-815.873L816.283,-819.41L820.31,-820.348L820.199,-821.644L814.35,-824.719L813.348,-826.565L814.404,-829.455L817.664,-835.42L820.082,-835.424L821.747,-834.588L827.431,-835.102L832.449,-832.631L833.669,-827.152L833.268,-824.592L832.683,-823.03L828.271,-817.519L827.824,-815.336L829.71,-815.034L832.883,-817.974L834.319,-816.341L834.306,-811.335L835.75,-804.335L836.312,-800.141L837.219,-796.411L838.212,-794.49L837.75,-802.845L837.765,-804.921L839.24,-808.489L838.544,-814.735L838.83,-822.465L840.153,-827.247L841.256,-828.757L845.845,-829.733L848.256,-828.643L850.85,-825.612L852.495,-824.521L856.965,-824.076L858.917,-822.598L859.442,-821.598L860.487,-821.59L862.517,-824.979L864.221,-825.911L868.241,-822.626L868.471,-819.364L868.917,-818.441L872.41,-819.582L875.656,-819.24L883.026,-814.546L884.455,-811.813L885.137,-808.208L878.069,-802.075L875.547,-797.414L870.088,-794.433L849.652,-791.774L850.778,-789.142L866.085,-786.869L867.338,-785.41L867.825,-781.775L868.525,-778.856L869.348,-777.005L870.82,-775.513L872.755,-775.086L876.105,-776.449L878.066,-775.941L878.861,-777.755L877.996,-782.699L878.714,-784.024L881.039,-783.149L883.269,-778.2L883.979,-777.829L883.913,-781.768L885.931,-782.041L887.928,-782.877L890.796,-783.016L893.577,-776.723L894.239,-774.364L894.434,-771.97L894.119,-770.658L892.975,-769.868L889.887,-769.198L884.987,-770.672L881.664,-772.4L880.819,-772.265L880.51,-771.9L881.806,-769.619L882.201,-767.66L882.324,-765.44L882.248,-763.449L881.932,-761.582L880.815,-759.125L878.361,-756.785L871.311,-751.566L871.033,-749.999L870.713,-740.589L870.338,-739.095L869.7,-737.814L867.269,-735.705L865.484,-737.299L863.632,-739.996L863.162,-742.95L864.961,-749.373L866.903,-754.071L867.375,-755.687L868.057,-760.165L862.047,-769.291L855.336,-770.772L847.345,-773.745L844.215,-775.598L839.065,-779.778L835.259,-783.735L832.73,-783.226L830.305,-781.436L827.001,-776.267L825.033,-773.571L823.786,-772.631L823.49,-772.47L820.111,-773.007L816.639,-772.505L814,-771.544L813.126,-770.698L810.737,-763.098L808.812,-759.055L807.611,-757.496L806.943,-755.31L806.748,-751.836L807.164,-740.07L806.572,-735.507L806.806,-732.786L808.789,-724.991L809.391,-720.51L808.293,-716.596L807.327,-714.646L805.621,-713.924L803.562,-712.58L802.015,-710.058L801.2,-706.954L800.909,-700.2L798.705,-697.375L795.983,-697.475L793.649,-699.486L789.362,-700.572L786.215,-701.156L782.488,-703.008L779.202,-704.403L776.549,-704.275L775.464,-701.604L774.69,-699.084L770.497,-696.403L768.148,-694.521L764.87,-693.575L763.239,-695.022L758.249,-695.251L752.298,-695.518L750.63,-695.239L749.624,-697.99L747.418,-701.82L742.225,-708.183L740.169,-710.408L736.079,-715.695L731.526,-721.106L731.039,-721.213L728.586,-721.016L725.072,-720.296L723.042,-718.619L721.863,-716.616L721.799,-715.236L723.996,-709.996L723.813,-708.509L723.179,-707.776L719.713,-708.815L715.824,-708.159ZM401.484,-294.751L399.315,-294.197L397.727,-294.803L398.602,-299.44L399.497,-300.154L400.791,-300.419L402.002,-297.79ZM402.321,-256.599L402.083,-250.841L399.928,-251.388L399.01,-253.648L398.832,-255.101L399.198,-258.391L398.88,-261.891L399.585,-263.549L400.466,-263.753L401.678,-260.626ZM874.716,-779.369L871.778,-776.988L871.075,-778.118L871.255,-780.235L871.106,-784.336L872.531,-784.527L874.31,-783.402L875.847,-781.931ZM560.401,-518.043L559.101,-516.425L556.465,-516.784L556.202,-518.091L556.796,-520.824L558.332,-522.01L560.357,-521.809L561.066,-520.692ZM486.281,-419.218L483.817,-419.166L482.245,-420.312L485.926,-422.419L491.657,-424.512L492.145,-425.804L492.859,-425.97L493.794,-424.319L493.933,-422.071L493.288,-420.954ZM477.885,-402.953L475.72,-402.993L473.17,-403.82L471.522,-405.493L471.312,-406.877L474.388,-408.625L477.364,-409.603L478.768,-407.594L478.792,-404.403ZM750.266,-806.491L750.189,-804.797L749.925,-803.07L748.794,-801.189L745.88,-793.781L743.687,-792.376L743.065,-791.152L742.238,-790.359L739.091,-790.75L738.447,-789.248L737.725,-788.197L735.66,-787.48L734.288,-787.623L730.576,-789.519L728.217,-791.829L726.778,-794.012L729.841,-794.415L730.809,-795.132L732.934,-795.017L733.723,-797.567L736.375,-797.732L741.055,-800.205L743.008,-799.612L746.197,-805.765L747.525,-805.814L749.222,-807.704ZM783.372,-830.551L788.27,-829.507L789.784,-829.829L792.818,-826.614L793.894,-827.223L794.198,-824.933L792.179,-823.369L788.782,-821.988L788.328,-821.422L785.266,-821.157L782.943,-823.777L779.917,-824.001L779.713,-824.994L781.071,-827.625ZM755.742,-793.216L756.497,-790.839L757,-788.791L755.899,-785.614L752.88,-781.168L753.246,-780.212L752.165,-778.998L750.341,-777.933L749.145,-778.465L748.702,-781.728L748.214,-782.664L747.007,-781.06L745.203,-782.51L744.859,-784.122L745.048,-785.64L746.094,-788.145L748.151,-789.993L749.806,-789.728L753.921,-796.518L754.709,-795.356ZM762.541,-795.405L759.63,-792.719L757.369,-794.165L756.23,-795.82L755.425,-799.868L755.412,-802.385L756.707,-804.024L757.879,-803.213L758.26,-802.537L760.204,-802.058L762.782,-799.928ZM592.492,-654.094L593.71,-653.266L596.647,-653.705L597.217,-653.38L596.889,-651.926L595.676,-650.242L593.047,-649.106L591.941,-646.627L591.157,-645.778L588.815,-645.562L587.462,-644.953L585.845,-642.722L584.381,-644.259L584.093,-643.081L583.919,-641.015L583.184,-640.442L580.867,-639.525L580.088,-644.229L581.108,-646.067L581.841,-648.072L583.133,-648.493L584.313,-648.373L586.149,-652.946L588.967,-654.35L590.747,-654.536ZM576.218,-633.146L573.482,-630.26L574.312,-635.295L575.621,-640.357L577.569,-643.306L578.724,-642.286L578.351,-639.854L578.462,-637.446L578.029,-636.265ZM615.392,-690.669L618.192,-685.638L619.497,-682.668L619.051,-676.863L616.896,-673.821L613.276,-673.02L610.682,-673.109L608.958,-674.432L608.652,-675.942L607.674,-676.326L605.301,-674.188L603.626,-673.809L601.362,-675.196L600.597,-677.67L602.693,-680.956L603.615,-683.449L606.189,-683.348L606.91,-682.674L608.355,-682.321L609.034,-685.253L608.691,-687.306L609.269,-688.699L612.423,-687.926L612.035,-693.409L613.139,-693.94L613.693,-693.709L614.646,-692.603ZM691.229,-765.318L692.266,-764.81L693.108,-765.29L693.879,-764.841L695.706,-762.324L697.445,-761.455L697.757,-760.117L696.474,-758.563L694.543,-757.936L692.439,-758.116L691.638,-759.758L690.633,-762.478L688.549,-765.059L687.978,-767.471L689.377,-768.114ZM710.021,-761.197L709.247,-759.795L707.845,-759.133L706.976,-759.746L705.815,-760.133L704.578,-759.682L703.24,-761.795L703.051,-763.611L704.156,-766.347L706.804,-768.199L709.165,-767.987L709.917,-767.266ZM683.191,-756.283L685.144,-753.682L686.519,-754.132L686.764,-755.265L687.655,-755.93L689.773,-754.642L689.844,-752.08L687.565,-748.483L686.206,-743.726L683.889,-742.337L682.659,-742.733L680.719,-739.84L679.309,-736.832L677.903,-733.19L677.988,-731.372L677.824,-729.983L671.2,-727.84L668.887,-726.666L666.155,-727.455L664.658,-729.662L664.91,-730.967L667.463,-731.707L667.286,-733.879L667.793,-735.215L668.556,-736.032L668.832,-738.806L669.785,-739.646L671.8,-739.237L672.862,-741.373L673.542,-741.727L674.637,-740.209L674.759,-742.511L674.127,-744.543L674.161,-745.92L676.176,-749.826L676.952,-752.579L678.282,-754.483L679.723,-754.384L679.86,-756.972L679.102,-759.451L679.094,-761.104L679.864,-765.338L681.239,-765.693L682.391,-762.157ZM571.099,-532.362L569.472,-532.125L569.397,-534.142L570.287,-536.108L571.721,-537.394L573.631,-537.821L575.769,-538.084L576.479,-537.059L575.279,-535.603ZM568.978,-539.399L567.143,-538.98L567.356,-541.273L568.827,-543.438L569.364,-544.866L569.592,-546.634L570.869,-547.915L572.847,-546.32L573.03,-543.6L572.175,-540.928ZM545.89,-479.396L544.847,-477.979L542.292,-479.059L537.475,-478.099L535.459,-479.372L536.947,-482.096L541.333,-484.964L543.706,-484.838L546.151,-481.492ZM654.516,-728.311L657.043,-725.564L657.929,-726.569L659.794,-727.039L661.337,-726.201L662.717,-724.435L664.166,-724.501L665.283,-722.163L666.098,-718.973L665.312,-716.429L663.982,-715.193L663.888,-712.363L664.91,-708.474L661.812,-706.779L658.036,-705.748L656.385,-707.485L653.748,-703.769L651.225,-698.078L649.887,-697.313L649.588,-699.006L647.345,-699.968L644.542,-699.793L644.491,-701.057L644.938,-702.006L647.201,-703.58L647.406,-706.322L646.478,-711.135L646.715,-713.52L646.616,-715.237L647.947,-717.275L653.098,-716.875L653.508,-718.736L652.995,-719.867L650.24,-721.594L650.498,-722.985L652.204,-724.431L654.017,-724.797L654.337,-726.834L654.31,-727.743ZM627.215,-671.73L627.515,-671.394L629.681,-676.616L632.325,-678.368L632.385,-680.087L633.319,-681.881L632.949,-684.648L633.371,-686.852L634.726,-687.6L635.536,-688.393L636.503,-688.929L638.472,-687.295L639.655,-685.413L641.336,-681.048L641.183,-676.703L638.101,-673.004L635.52,-671.248L633.06,-667.168L631.959,-663.927L630.858,-663.116L630.086,-663.323L629.338,-664.072L627.906,-663.956L626.625,-661.067L622.149,-658.473L620.254,-658.959L619.979,-661.724L618.906,-661.374L617.364,-658.027L615.729,-656.832L614.658,-656.397L612.447,-657.498L607.131,-651.487L601.828,-650.163L600.069,-650.682L599.863,-654.076L603.018,-658.668L605.626,-661.889L615.172,-664.608L620.485,-674.088L621.158,-683.967L622.299,-687.576L621.469,-689.589L619.833,-689.826L619.534,-692.875L620.081,-696.263L622.855,-701.094L624.359,-703.206L626.689,-709.015L627.907,-710.385L629.426,-710.512L631.068,-709.198L631.055,-706.204L629.252,-700.616L626.297,-695.757L626.967,-692.465L628.525,-689.88L629.237,-685.331L629.673,-680.854L627.587,-674.733ZM191.271,-823.871L189.664,-823.88L189.033,-825.262L192.034,-827.849L200.946,-831.979L205.222,-836.945L211.397,-837.609L211.043,-834.379L209.782,-830.506L203.973,-828.532L197.913,-827.774ZM653.684,-987.517L652.196,-985.101L649.078,-988.018L646.829,-991.921L647.6,-993.568L652.283,-994.432L653.725,-992.376L654.093,-991.16ZM712.29,-1246.023L710.615,-1245.54L706.565,-1249.12L705.161,-1252.761L705.359,-1254.407L706.813,-1254.836L710.315,-1250.167L713.176,-1249.212ZM750.705,-1348.8L741.697,-1343.66L740.223,-1345.027L753.907,-1356.212L754.515,-1357.079L757.158,-1358.812L760.079,-1358.15L759.713,-1356.788ZM651.762,-1231.313L653.588,-1230.127L657.036,-1230.994L660.572,-1221.276L663.411,-1210.961L665.31,-1210.441L668.493,-1212.546L671.376,-1213.776L673.063,-1213.233L676.396,-1210.685L677.985,-1208.773L677.258,-1206.865L675.046,-1204.489L675.59,-1198.85L678.522,-1197.287L683.666,-1193.325L686.233,-1193.175L690.164,-1195.893L694.953,-1192.961L699.886,-1189.247L691.471,-1181.795L690.93,-1180.035L690.425,-1175.592L689.644,-1171.829L688.711,-1169.592L686.466,-1165.574L685.119,-1163.992L681.541,-1163.666L680.473,-1162.04L679.733,-1159.034L678.866,-1156.73L675.808,-1155.697L673.747,-1158.224L674.142,-1159.213L674.085,-1160.949L672.828,-1164.849L675.127,-1169.353L675.408,-1171.772L674.689,-1172.474L673.916,-1172.137L671.564,-1172.979L670.937,-1172.875L669.541,-1170.171L667.331,-1168.163L664.919,-1167.365L655.286,-1162.698L653.584,-1163.575L652.009,-1169.607L655.627,-1173.333L655.446,-1178.768L655.931,-1182.454L656.727,-1184.953L657.992,-1191.361L658.456,-1191.848L652.32,-1195.884L649.753,-1198.718L646.536,-1204.585L645.059,-1209.576L641.39,-1213.43L640.99,-1219.013L638.829,-1218.29L636.54,-1221.945L637.855,-1224.326L645.543,-1227.95L649.936,-1231.135ZM628.792,-1329.826L629.939,-1329.339L635.653,-1330.424L637.013,-1329.105L637.996,-1325.545L639.104,-1324.41L640.365,-1324.283L644.158,-1320.315L645.326,-1319.853L645.834,-1322.445L645.525,-1328.731L644.315,-1335.982L643.466,-1339.465L643.425,-1341.768L644.28,-1342.792L645.573,-1342.79L646.61,-1344.289L647.291,-1346.722L648.375,-1347.241L651.142,-1345.962L652.053,-1344.69L651.863,-1341.9L652.303,-1337.905L652.553,-1329.716L655.108,-1329.731L658.309,-1331.956L658.777,-1334.458L659.949,-1338.526L662.019,-1338.365L662.867,-1338.966L663.045,-1340.654L662.864,-1342.605L663.997,-1342.492L666.18,-1339.163L667.01,-1338.664L668.085,-1339.867L668.567,-1339.963L670.125,-1338.727L676.501,-1337.265L678.821,-1336.203L679.982,-1335.123L681.019,-1334.46L687.229,-1335.91L691.839,-1335.942L693.92,-1334.203L696.217,-1330.532L698.861,-1321.445L698.18,-1318.652L691.514,-1305.352L689.971,-1301.208L689.551,-1297.64L689.205,-1289.976L688.715,-1287.601L685.006,-1283.163L684.036,-1282.643L680.368,-1283.632L679.417,-1283.228L676.084,-1278.703L675.082,-1276.147L674.249,-1273.092L672.451,-1271.36L670.184,-1271.69L660.387,-1271.439L658.742,-1273.296L657.043,-1276.968L658.059,-1282.293L647.816,-1278.66L635.995,-1277.921L635.304,-1278.462L634.497,-1280.378L630.335,-1281.07L627.133,-1282.232L624.223,-1284.623L621.311,-1287.774L621.892,-1289.46L622.555,-1290.513L624.623,-1291.22L626.569,-1291.055L629.913,-1291.521L630.204,-1295.112L631.384,-1296.358L632.072,-1299.044L628.339,-1300.128L624.649,-1299.832L622.517,-1297.389L619.79,-1296.06L617.221,-1295.622L612.172,-1295.64L609.647,-1296.843L605.965,-1300.287L604.623,-1302.395L604.004,-1304.049L603.368,-1306.565L606.776,-1309.223L607.948,-1311.198L609.023,-1313.923L603.426,-1314.677L600.905,-1316.452L598.317,-1319.312L599.954,-1321.226L607.072,-1323.454L609.146,-1322.508L611.319,-1320.493L613.608,-1319.476L615.252,-1322.62L613.195,-1323.662L610.853,-1328.268L610.221,-1330.588L610.22,-1332.443L611.04,-1332.873L611.809,-1332.205L614.901,-1328.018L617.018,-1326.769L616.992,-1331.019L616.797,-1333.069L616.248,-1334.635L614.957,-1337.529L613.686,-1341.197L614.781,-1342.327L616.058,-1342.057L619,-1339.822L621.889,-1338.357L623.321,-1336.805L626.241,-1332.625ZM587.719,-1303.556L588.311,-1303.503L588.793,-1304.195L589.018,-1305.939L589.351,-1306.941L592.209,-1306.033L596.388,-1303.01L597.731,-1301.428L599.699,-1298.087L601.659,-1292.394L601.052,-1288.043L600.083,-1283.983L599.84,-1281.714L600.691,-1278.603L600.774,-1275.521L600.54,-1272.729L602.382,-1276.012L605.83,-1286.427L606.43,-1287.137L607.178,-1286.901L609.428,-1285.127L611.851,-1280.281L612.49,-1278.649L613.061,-1276.583L613.563,-1274.085L613.794,-1271.131L613.871,-1269.119L613.011,-1267.741L612.715,-1266.431L613.78,-1266.451L615.183,-1265.026L616.672,-1261.917L618.1,-1260.713L622.474,-1262.43L625.675,-1261.042L627.987,-1255.836L630.356,-1257.427L629.972,-1260.238L630.331,-1261.561L633.8,-1261.088L635.744,-1259.983L637.904,-1257.428L635.538,-1252.321L638.69,-1248.223L643.422,-1245.641L646.467,-1242.615L647.187,-1241.246L647.887,-1239.455L646.592,-1236.728L645.076,-1235.132L640.744,-1234.286L637.086,-1231.979L630.011,-1229.758L629.008,-1228.892L628.849,-1228.138L628.708,-1225.92L626.527,-1220.724L624.539,-1214.423L623.865,-1210.695L623.615,-1205.571L623.629,-1202.562L624.642,-1199.678L624.841,-1196.595L623.025,-1193.996L621.666,-1193.834L619.954,-1194.047L618.441,-1192.528L618.587,-1190.479L619.002,-1187.637L619.592,-1178.951L619.807,-1172.3L619.674,-1166.238L619.191,-1162.808L618.161,-1161.773L614.545,-1160.868L612.333,-1154.819L611.078,-1144.517L610.273,-1140.478L608.338,-1134.006L609.021,-1131.849L610.053,-1129.525L609.07,-1125.087L607.368,-1120.085L607.597,-1118.194L608.681,-1114.878L609.351,-1111.426L607.969,-1108.282L604.963,-1106.396L601.655,-1107.8L599.943,-1109.755L598.237,-1112.818L596.53,-1114.882L594.856,-1116.047L588.278,-1122.761L581.944,-1133.784L576.61,-1137.961L573.273,-1139.867L571.574,-1141.784L569.877,-1144.516L568.401,-1147.57L566.93,-1151.441L566.241,-1153.839L565.894,-1157.48L566.181,-1159.634L566.66,-1160.782L570.456,-1161.929L571.892,-1161.51L573.377,-1159.67L574.65,-1159.04L576.849,-1168.779L592.422,-1175.514L597.473,-1176.885L602.601,-1177.366L601.555,-1179.833L600.569,-1183.13L599.748,-1183.773L596.06,-1181.582L590.319,-1179.131L587.426,-1178.892L584.341,-1179.981L581.415,-1179.04L578.549,-1175.959L575.587,-1174.011L572.592,-1173.094L566.17,-1173.003L564.521,-1174.34L562.19,-1177.588L561.606,-1179.298L561.045,-1181.421L560.301,-1187.851L560.647,-1189.617L561.213,-1190.574L561.839,-1191.226L563.239,-1191.407L564.666,-1190.357L568.059,-1186.857L567.066,-1190.809L575.875,-1196.126L579.763,-1200.539L581.848,-1201.317L584.037,-1201.282L583.389,-1203.403L583.227,-1205.461L584.609,-1207.228L585.63,-1208.037L588.883,-1209.138L596.402,-1209.601L598.964,-1210.986L600.703,-1214.065L598.657,-1212.826L596.529,-1212.417L595.484,-1212.943L592.985,-1215.21L591.672,-1218.317L593.974,-1225.093L594.701,-1228.294L591.791,-1227.505L590.911,-1226.382L588.037,-1220.083L585.702,-1217.181L582.679,-1215.689L579.545,-1215.55L578.798,-1216.325L577.558,-1220.29L577.108,-1222.339L577.151,-1223.489L577.887,-1226.776L578.128,-1230.344L577.817,-1233.353L577.064,-1233.82L576.144,-1230.824L575.383,-1226.696L574.133,-1224.522L572.606,-1225.04L571.864,-1226.554L571.152,-1228.905L570.541,-1229.804L569.908,-1229.762L568.662,-1228.74L567.472,-1226.786L568.104,-1224.22L568.424,-1221.22L567.98,-1218.799L567.736,-1215.874L569.219,-1214.203L570.524,-1211.382L568.932,-1209.931L567.411,-1207.97L566.124,-1204.889L564.705,-1202.426L562.285,-1202.08L559.309,-1200.677L553.198,-1199.856L550.158,-1203.54L549.562,-1205.272L548.947,-1206.486L546.965,-1208.37L544.025,-1214.162L541.647,-1220.722L540.221,-1221.296L538.067,-1223.411L536.861,-1225.351L535.729,-1227.818L535.304,-1230.83L535.352,-1233.546L536.532,-1234.834L533.557,-1237.781L530.617,-1241.789L531.624,-1243.176L532.646,-1243.831L541.202,-1239.275L541.764,-1239.924L542.592,-1242.364L542.232,-1243.084L540.801,-1243.557L538.89,-1243.492L538.416,-1244L537.589,-1246.492L536.83,-1249.619L536.518,-1251.711L536.32,-1254.125L537.597,-1257.852L538.262,-1261.25L537.035,-1262.688L533.664,-1262.482L532.536,-1262.029L533.071,-1257.297L532.092,-1254.006L530.06,-1251.326L528.55,-1252.554L527.269,-1258.845L525.677,-1263.141L525.058,-1265.876L524.582,-1269.888L523.928,-1272.738L522.788,-1276.219L522.635,-1278.341L522.728,-1280.043L523.464,-1283.672L522.821,-1286.644L522.029,-1289.298L521.967,-1290.791L522.645,-1292.724L523.263,-1293.376L523.933,-1293.173L525.98,-1290.968L527.138,-1288.324L527.488,-1288.544L528.147,-1292.616L529.109,-1293.493L532.996,-1294.877L537.514,-1289.886L538.694,-1288.859L539.616,-1288.464L539.064,-1290.686L538.685,-1293.665L539.313,-1294.757L542.902,-1292.326L544.547,-1292.499L548.234,-1296.191L554.516,-1298.218L557.086,-1295.682L557.288,-1294.194L557.318,-1292.27L557.23,-1291.731L555.943,-1289.309L547.901,-1287.092L542.877,-1279.851L550.12,-1281.228L551.47,-1280.548L552.317,-1274.745L552.865,-1274.241L554.835,-1273.493L556.211,-1271.869L557.68,-1268.664L559.179,-1266.524L560.011,-1266.889L560.159,-1269.228L559.67,-1272.063L559.286,-1275.225L559.204,-1278.728L559.238,-1281.603L560.669,-1283.711L562.479,-1290.439L564.511,-1295.062L567.233,-1293.21L570.067,-1287.741L572.817,-1280.048L575.572,-1271.748L578.808,-1261.51L580.283,-1257.928L581.455,-1257.178L587.341,-1246.819L587.907,-1246.552L586.166,-1254.618L582.455,-1268.372L579.839,-1278.995L579.145,-1283.095L578.403,-1288.801L578.384,-1290.511L578.46,-1292.015L579.159,-1298.396L580.467,-1301.513L579.642,-1305.746L579.748,-1309.094L581.144,-1311.803L582.622,-1312.147L584.263,-1310.243ZM529.743,-1221.314L529.965,-1217.164L531.878,-1217.624L534.26,-1213.328L536.817,-1211.121L537.599,-1209.488L538.18,-1207.436L539.827,-1203.353L540.709,-1199.046L538.891,-1198.575L536.184,-1204.687L534.054,-1208.144L531.393,-1211.079L529.323,-1211.239L528.394,-1212.463L524.856,-1223.298L524.178,-1225.784L522.256,-1229.819L521.345,-1234.816L521.292,-1238.788L523.812,-1237.884L526.032,-1235.414L528.034,-1229.816L528.449,-1228.156L527.608,-1225.847L528.557,-1223.057ZM605.867,-1330.06L604.011,-1326.357L599.939,-1328.616L600.09,-1331.357L600.77,-1333.069L603.239,-1332.696ZM733.265,-1267.372L736.725,-1267.829L739.838,-1269.615L740.643,-1268.853L737.132,-1264.586L731.892,-1264.972L727.45,-1264.292L723.102,-1259.679L721.072,-1260.588L722.907,-1264.579L725.495,-1266.289L725.44,-1268.432L726.429,-1269.108L730.129,-1270.249Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M403.677,202.887L400.656,202.667L397.851,202.454L396.35,202.135L394.766,201.315L394.083,199.796L393.305,198.024L393.577,196.882L396.418,193.966L396.892,193.081L396.589,192.654L396.979,191.269L399.239,186.753L399.543,184.868L398.747,183.51L397.39,182.702L393.175,181.092L391.237,179.095L390.469,177.322L389.533,176.778L388.114,177.283L384.552,177.756L381.715,176.693L378.477,173.291L377.893,170.366L377.589,168.2L376.784,167.328L375.547,168.414L374.057,170.146L371.171,170.141L370.45,169.685L370.296,168.683L370.244,167.771L369.462,166.567L368.757,165.863L364.936,168.935L363.557,168.766L361.932,167.423L361.159,166.134L359.303,166.758L357.504,168.13L357.955,171.053L356.963,171.484L354.954,171.103L352.687,169.794L350.181,168.879L346.38,166.63L340.835,167.888L337.15,165.632L334.079,165.236L332.179,163.519L330.358,160.813L331.976,159.2L333.399,158.729L339.149,158.829L343.313,160.208L350.463,166.335L352.383,166.383L354.448,165.86L353.49,164.224L351.628,163.354L348.968,161.682L346.89,159.386L352.131,159.087L351.462,157.966L350.956,156.029L345.912,149.139L346.991,147.395L348.627,143.702L350.53,140.689L351.954,139.96L354.418,137.893L359.684,131.621L363.171,126.466L365.867,120.345L370.282,103.061L371.498,100.153L373.248,96.945L375.273,97.73L376.561,98.717L381.658,96.527L390.563,90.553L393.324,85.063L395.917,82.627L405.895,77.973L411.281,76.724L419.581,76.659L425.648,75.984L432.815,75.91L435.471,79.147L436.931,81.514L439.455,82.836L443.427,83.868L442.984,88.409L442.824,97.344L442.468,98.906L440.493,102.653L438.421,109.291L437.762,113.737L437.213,114.629L429.521,114.289L428.452,115.078L428.211,115.98L428.586,117.151L428.337,118.3L427.679,119.186L427.939,120.684L429.236,122.384L431.6,123.541L434.207,123.711L435.57,123.591L436.473,124.777L437.46,126.627L437.28,129.019L436.764,132.061L435.519,134.914L431.84,138.099L430.119,139.197L428.624,139.806L427.858,140.605L427.501,141.75L427.571,142.744L430.007,145.473L429.882,146.048L429.095,147.425L428.099,148.712L421.451,151.194L418.713,150.841L417.181,152.102L416.639,152.411L415.001,151.022L411.152,149.457L409.757,149.893L408.877,150.681L406.406,151.481L404.648,152.889L404.562,154.786L407.413,159.871L408.431,160.907L408.348,162.803L409.736,165.176L411.209,168.13L411.239,169.948L411.052,171.84L410.087,174.441L407.147,180.507L407.093,181.743L407.268,182.659L408.221,182.948L408.843,183.47L408.593,184.285L403.361,188.347L402.683,189.059L400.653,188.718L400.297,189.444L400.458,190.608L401.269,191.718L403.074,192.296L404.533,193.435L405.73,195.634ZM352.687,169.794L352.138,171.576L350.938,173.479L346.794,176.004L342.493,177.602L340.48,177.209L339.056,176.113L338.381,175.071L336.213,173.918L333.262,173.2L331.26,174.123L329.903,175.011L328.741,174.756L327.951,173.867L327.307,172.492L326.778,168.313L329.071,167.748L333.993,167.794L337.609,169.554L342.462,170.57L346.437,168.867L349.3,170.803ZM419.254,72.088L415.205,73.578L414.198,73.204L414.525,72.721L418.036,71.873ZM407.714,74.078L402.061,74.559L400.148,73.886L399.867,73.375L401.414,73.118L406.216,73.263L407.623,73.825ZM384.03,80.085L378.502,83.25L378.121,82.73L381.68,79.869ZM390.374,76.701L387.693,76.971L386.502,76.243L393.042,74.687L397.056,74.312L397.758,74.596ZM377.014,91.037L373.928,94.251L372.237,93.154L371.871,92.386L372.855,89.793L377.331,85.668ZM345.672,152.515L348.455,155.276L348.927,156.137L349.076,157.057L345.404,157.792L341.71,154.382L339.116,154.937L338.274,153.385L338.347,152.397L341.044,151.851ZM430.701,69.124L428.148,69.198L428.906,67.983L431.385,67.076L432.709,67.122ZM-3074.518,191.641L-3081.231,192.727L-3079.812,189.921L-3075.688,187.002L-3074.706,184.955L-3074.909,182.507L-3074.169,180.62L-3072.055,179.247L-3070.885,188.332ZM-2675.704,251.462L-2677.365,251.105L-2677.953,250.17L-2677.578,248.971L-2676.097,247.857L-2675.99,248.924L-2675.808,249.475L-2675.994,249.844ZM-2679.307,235.386L-2679.674,235.204L-2679.741,234.34L-2678.89,233.933L-2678.265,234.151L-2678.268,234.61L-2678.568,235.291Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M438.393,536.29L436.273,537.057L436.423,536.072L436.932,535.509L437.556,535.278L438.285,535.71Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M406.167,232.94L405.786,234.161L405.77,237.046L406.527,239.882L408.385,242.764L409.838,244.886L411.861,246.617L415.432,248.326L416.851,248.711L416.882,250.772L416.576,252.986L415.314,254.173L414.031,255.853L413.062,257.957L412.012,262.036L411.785,264.911L409.725,263.673L408.651,262.804L406.778,262.478L404.866,263.056L403.471,264.479L401.457,264.802L399.923,264.321L398.974,263.206L398.228,262.512L395.822,261.741L394.899,260.131L395.709,259.428L396.43,258.225L397.056,256.688L397.902,255.161L395.777,250.94L395.288,249.597L393.526,247.204L393.581,246.053L394.077,244.922L394.01,244.012L394.329,241.966L395.741,240.054L396.735,237.627L398.423,234.407L402,230.53L404.267,231.291L405.36,231.339L405.956,232.766Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M511.662,380.424L509.105,380.179L508.641,380.179L508.409,378.533L508.525,374.914L509.915,370.307L510.263,371.047L510.379,372.034L510.728,373.021L510.844,374.337L511.309,375.653L512.239,376.886L512.589,378.037L512.126,379.519Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M427.349,432.688L428.383,433.791L430.84,435.019L437.414,433.646L441.488,432.274L444.494,430.705L446.264,431.078L452.614,433.611L454.776,432.423L459.463,429.308L460.207,427.594L463.85,422.477L463.989,421.245L462.514,417.928L462.997,417.278L467.533,413.982L469.816,411.056L472.197,409.117L473.842,409.14L474.303,409.804L474.52,411.206L474.207,416.879L474.892,418.616L478.382,422.774L480.838,425.106L486.62,426.726L486.85,427.551L485.283,430.581L488.809,434.313L489.383,436.951L491.035,438.526L493.299,437.801L494.021,436.324L493.204,433.851L492.509,431.213L492.637,429.733L493.358,428.01L494.911,425.633L499.309,420.059L500.854,416.938L501.223,411.921L501.235,407.972L502.647,406.988L505.699,407.735L506.639,407.653L507.107,410.122L508.4,413.989L509.931,415.963L511.582,416.456L513.586,416.453L518.41,414.054L521.585,413.053L523.352,413.291L524.421,414.93L526.807,419.193L528.108,419.595L529.638,419.089L530.223,418.426L529.62,416.786L529.003,413.253L528.04,410.463L526.856,409.238L526.609,407.512L527.292,404.545L528.095,401.989L529.73,401.318L531.719,400.972L534.206,403.582L537.148,404.456L539.375,404.266L539.708,402.699L539.57,400.973L538.257,398.849L538.452,395.474L539.897,389.287L540.719,389.77L543.986,389.809L547.607,390.086L549.865,392.601L552.098,393.387L555.373,393.576L557.47,393.208L558.503,392.283L559.728,389.297L561.867,385.55L565.437,383.663L571.478,383.11L574.602,382.373L577.744,382.371L580.087,382.883L582.527,382.731L588.728,379.992L595.165,377.723L596.105,378.02L596.246,378.755L595.135,380.275L594.042,382.37L594.937,384.727L598.712,389.288L600.825,392.834L602.911,395.474L605.887,396.762L609.783,397.516L613.072,397.713L616.624,398.553L628.448,400.579L634.454,400.949L639.032,400.885L645.915,402.172L645.356,404.92L644.1,405.646L641.72,407.419L639.01,409.7L636.664,412.289L636.088,414.953L636.881,416.644L637.617,417.184L638.536,416.643L639.849,416.906L641.664,417.719L644.547,418.557L644.712,419.454L644.183,420.636L642.046,422.807L640.159,425.293L639.993,426.702L640.284,427.758L641.028,428.379L643.972,427.897L644.493,428.776L643.384,434.848L643.914,435.892L646.58,436.74L648.556,438.035L652.336,441.701L654.058,444.737L653.04,445.783L650.806,446.483L648.999,446.251L650.923,444.251L645.444,437.789L643.185,437.907L640.241,440.942L631.531,438.403L629.925,439.715L628.842,442.071L625.995,445.084L621.877,446.502L617.237,449.83L612.429,452.249L608.67,454.126L606.505,453.878L609.833,450.128L608.277,450.105L603.832,452.824L601.28,455.139L600.57,458.788L599.943,464.904L602.04,466.394L605.941,474.242L610.41,477.45L609.691,480.773L608.7,483.365L606.121,485.685L603.762,484.124L602.431,484.171L601.648,489.471L604.084,503.226L607.493,512.908L610.711,516.991L617.965,523.382L625.483,526.528L639.302,537.108L646.76,540.201L648.717,542.081L653.627,550.405L658.02,560.156L663.008,575.487L666.459,583.056L673.002,591.349L686.394,603.002L698.402,611.387L709.461,616.235L717.921,616.602L737.511,613.808L740.98,614.016L744.795,615.268L745.888,619.07L744.841,621.812L740.866,624.884L736.971,629.02L736.885,634.25L741.152,637.546L761.222,645.51L781.648,651.732L788.235,655.238L795.978,660.941L814.228,667.922L817.544,671.89L829.206,679.837L834.707,686.461L836.255,691.869L834.667,697.64L834.072,701.711L832.686,705.873L827.929,704.908L822.369,701.438L812.9,686.051L798.658,685.877L795.667,684.933L790.309,682.641L789.869,680.854L788.34,678.677L787.09,677.968L781.586,678.005L778.199,680.991L774.364,687.674L770.236,697.123L766.324,710.792L766.536,716.1L769.774,721.052L778.353,723.174L785.132,727.196L789.828,731.576L791.355,743.102L793.865,749.53L791.43,753.523L785.875,753.141L778.895,756.218L774.073,760.917L772.3,765.166L773.796,775.713L773.079,779.786L763.915,788.279L759.449,796.514L758.369,799.863L756.785,803.756L744.171,804.872L740.961,800.533L740.297,793.823L742.131,789.505L746.561,787.147L748.822,778.285L747.373,772.148L749.027,769.261L750.479,767.223L753.865,765.773L758.728,764.276L758.383,755.551L754.31,751.897L752.517,746.549L749.798,736.45L742.51,723.983L738.282,712.68L735.331,707.178L731.155,704.431L724.08,705.057L720.478,704.495L707.323,697.303L706.453,696.118L706.309,694.053L708.167,690.603L706.563,686.399L704.714,682.378L702.129,678.989L699.278,677.357L693.769,678.884L691.873,679.837L688.342,679.731L685.71,681.473L684.155,681.652L688.054,675.189L686.797,673.859L682.359,671.566L676.502,671.505L674.927,671.267L673.987,672.98L672.897,672.132L672.868,669.399L665.313,657.403L660.527,652.615L658.29,651.824L654.227,653.114L647.163,651.237L643.022,650.941L640.862,651.623L637.459,653.354L635.74,652.439L635.022,650.817L628.624,645.885L620.673,643.32L604.969,627.618L600.174,621.665L590.428,615.278L584.19,605.627L579.163,602.21L572.017,599.494L570.383,599.861L568.259,600.981L566.619,601.18L565.33,599.969L566.566,598.623L568.068,598.013L567.484,594.312L559.237,584.738L554.413,581.77L553.126,579.812L552.082,577.189L551.054,575.555L548.785,574.517L546.911,574.791L544.274,574.167L544.338,569.465L544.791,565.914L544.377,562.868L541.789,554.987L537.245,548.279L534.613,532.236L532.479,527.724L527.658,524.302L516.837,520.567L501.9,510.191L498.724,510.016L489.712,505.93L484.107,505.225L476.869,508.688L467.923,518.532L460.504,528.705L457.881,530.716L448.567,534.066L440.265,535.514L440.209,532.875L440.014,530.892L441.424,528.703L443.825,526.208L445.992,522.964L446.905,520.679L446.574,519.105L445.648,516.777L444.305,516.58L436.537,518.274L434.712,517.73L429.043,514.599L423.046,510.622L420.812,507.912L420.045,505.249L420.713,503.541L420.28,501.879L419.138,499.616L420.319,497.102L422.369,493.957L423.41,491.849L425.006,491.324L425.776,490.03L424.732,484.726L424.032,483.88L422.965,483.186L421.275,483.048L418.409,481.88L416.297,479.994L415.901,477.509L414.898,475.167L413.05,472.876L413.014,470.568L415.105,469.409L418.115,469.433L420.144,469.997L424.959,466.368L426.652,466.092L428.239,465.319L429.599,460.173L430.725,458.643L430.991,457.745L430.066,456.647L426.472,452.83L424.801,448.989L422.316,444.708L419.878,442.732L419.453,441.235L419.399,439.34L420.048,437.798L424.529,435.396ZM613.107,623.193L613.094,622.862L612.712,622.877L612.721,623.124L612.727,623.289ZM611.135,528.103L612.024,525.596L611.589,523.882L609.39,524.295L607.999,526.573L609.056,528.512ZM540.204,579.413L541.354,581.214L541.492,582.285L540.754,583.531L541.163,586.248L538.121,583.972L533.737,585.171L531.096,584.946L530.327,582.972L530.945,581.73L535.083,581.446L536.457,580.855L538.969,581.076ZM669.293,677.394L667.758,677.895L666.821,677.45L666.26,676.736L666.808,674.882L670.113,675.773L670.04,676.771ZM607.359,869.411L605.572,869.97L603.025,868.463L602.814,866.13L603.206,865.365L606.289,866.354L607.191,868.497ZM737.559,791.867L735.413,797.542L734.353,799.71L726.248,813.676L725.519,816.82L725.08,820.194L724.336,823.172L723.31,826.087L722.33,829.667L722.753,833.649L723.439,835.523L724.632,836.775L726.501,837.81L728.008,839.54L725.937,841.447L728.655,844.595L730.729,846.45L731.152,848.427L731.3,850.425L727.444,854.558L725.932,856.677L725.012,859.339L724.783,861.951L725.366,864.254L725.395,866.597L721.214,866.559L716.681,865.451L712.432,866.411L706.016,864.075L703.773,863.802L701.627,862.852L695.849,854.85L691.489,851.523L686.914,849.039L682.357,849.139L677.829,849.732L673.741,848.288L665.318,843.059L656.429,838.917L652.582,836.183L650.84,834.263L648.859,833.021L643.865,831.916L639.209,829.037L637.286,828.953L632.921,829.472L630.724,829.396L628.491,828.402L623.971,824.911L621.049,820.021L620.285,817.882L621.975,812.069L624.077,806.572L626.052,804.912L628.316,803.739L629.74,802.015L630.882,800.053L635.46,805.524L637.558,806.85L639.445,806.434L642.886,804.28L643.055,802.023L646.852,798.932L651.728,798.7L654.055,799.086L655.402,801.602L657.338,802.256L659.529,802.561L666.98,807.09L669.058,807.728L671.105,807.783L676.558,805.395L680.723,804.405L689.745,804.95L694.553,803.401L697.94,803.102L702.698,800.875L706.282,797.468L708.262,796.584L710.275,796.197L715.429,796.007L720.625,796.389L722.737,795.485L724.344,793.282L726.439,792.21L728.787,792.703L734.46,788.686L737.012,788.322L739.546,789.459ZM513.783,673.577L515.606,676.635L519.678,689.118L520.08,691.766L519.307,694.583L518.268,696.491L514.226,702.795L514.892,708.012L516.344,711.239L516.616,714.801L515.837,719.278L513.374,746.482L512.182,751.297L511.385,755.448L508.582,756.777L504.846,755.363L500.315,753.029L498.181,753.187L496.043,754.009L494.313,753.253L492.587,751.916L491.33,761.29L489.164,765.096L486.065,767.482L482.981,767.622L479.907,766.762L477.361,766.736L475.371,764.969L473.803,761.795L471.446,757.862L468.971,753.263L468.761,749.193L468.488,740.144L469.179,738.163L470.266,736.27L470.851,732.214L470.501,728.643L471.311,727.41L472.749,728.673L473.812,728.271L473.702,726.446L474.139,723.135L472.196,720.293L469.044,719.339L468.821,716.435L469.125,713.538L470.86,711.656L471.419,709.178L471.652,701.395L469.334,698.548L468.61,694.231L467.474,691.483L465.429,688.637L463.118,686.366L461.591,684.189L461.427,678.475L462.286,673.69L463.096,671.718L463.87,671.979L466.167,674.414L468.106,674.939L471.862,675.57L475.634,674.873L480.198,672.772L484.629,670.25L491.026,662.606L494.909,661.14L496.984,659.083L497.641,656.357L499.319,655.702L501.245,658.354L503.695,658.608L507.435,660.762L508.985,662.912L510.407,665.393L511.701,666.467L513.125,667.127L513.385,667.705L512.221,668.286L510.928,671.182L511.707,672.008ZM471.151,759.934L468.948,764.638L466.72,761.285L466.628,758.377L467.041,757.553L469.696,758.836ZM465.394,665.716L464.195,667.848L462.515,667.655L463.188,666.095L464.791,662.895L466.746,661.85L467.507,662.771L466.574,664.659Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M-32.282,-12.911L-32.727,-11.57L-34.359,-13.781L-34.888,-15.798L-40.147,-18.089L-37.441,-19.276L-36.39,-18.492L-32.495,-17.412L-31.622,-16.335ZM54.36,-50.418L49.461,-48.338L48.633,-47.328L46.361,-42.978L45.978,-41.701L44.086,-39.566L42.137,-37.19L40.448,-36.458L37.938,-36.166L36.495,-35.638L35.033,-36.391L32.977,-36.769L31.708,-36.119L31.64,-35.368L32.04,-34.427L33.515,-32.817L35.303,-31.225L34.891,-30.296L33.584,-29.483L26.143,-28.273L23.709,-27.042L22.785,-26.147L23.042,-24.13L27.265,-17.382L28.018,-16.616L28.188,-13.262L32.69,-10.807L34.205,-8.346L35.788,-7.571L39.464,-6.931L40.763,-5.797L41.773,-6.171L42.495,-7.116L46.142,-9.209L47.486,-10.192L47.248,-11.941L46.824,-13.305L49.231,-15.416L52.025,-17.446L53.183,-17.113L54.813,-15.153L55.934,-12.709L55.785,-11.044L55.822,-9.765L56.863,-6.916L57.659,-5.815L60.215,-4.77L60.602,-3.672L59.327,-0.041L59.468,1.259L62.333,1.856L65.348,2.227L66.319,2.512L67.557,2.005L69.403,1.537L71.626,2.245L72.465,4.192L72.614,5.999L70.518,6.165L68.407,5.395L67.184,6.329L66.652,8.42L66.879,11.344L67.87,13.577L68.054,18.265L68.059,23.339L68.848,26.626L68.409,30.339L67.847,32.084L67.491,35.391L66.658,36.405L66.436,39.57L66.97,46.264L66.974,49.894L65.947,57.619L64.142,60.293L61.977,62.64L60.201,65.655L58.679,68.974L57.016,74.541L51.993,80.347L50.124,81.65L48.062,82.321L51.131,87.677L47.41,89.104L43.78,89.026L40.111,87.078L37.731,86.661L35.146,87.719L34.135,88.433L33.519,87.795L32.874,83.773L30.916,87.409L28.395,88.135L24.646,87.072L18.048,86.73L15.334,87.316L13.931,88.782L12.662,90.616L11.382,91.516L10.106,91.908L4.839,92.252L3.767,92.687L0.668,95.372L-2.744,96.544L-5.349,96.541L-7.088,94.192L-7.756,92.852L-8.637,91.971L-12.071,91.343L-11.173,92.146L-10.751,93.6L-11.038,96.245L-12.029,98.642L-13.962,99.464L-15.981,99.247L-19.787,101.068L-24.196,100.789L-27.044,102.657L-41.876,103.318L-42.601,103.141L-44.31,101.616L-46.279,100.706L-48.425,100.515L-54.772,101.313L-57.546,100.105L-52.545,95.49L-47.002,93.895L-46.288,93.222L-47.856,92.492L-57.399,92.141L-61.018,93.01L-64.333,92.675L-62.238,90.485L-57.25,88.091L-54.667,86.956L-53.068,86.679L-51.127,85.038L-46.237,83.793L-61.28,85.021L-64.728,83.541L-65.218,82.051L-68.233,81.869L-68.428,78.407L-63.078,74.587L-60.092,73.138L-56.846,72.775L-53.683,71.874L-52.156,70.131L-53.319,69.155L-61.795,67.498L-65.661,66.071L-65.042,64.525L-63.773,62.977L-58.945,61.067L-56.588,61.16L-54.639,62L-52.892,63.212L-51.632,64.64L-46.791,65.18L-48.259,62.851L-47.573,58.849L-48.77,57.183L-46.4,55.906L-43.99,55.32L-39.404,52.463L-37.95,52.229L-30.55,53.12L-22.392,53.064L-14.05,52.174L-17.627,49.705L-19.062,47.234L-23.081,50.601L-25.574,51.613L-31.936,50.907L-33.737,49.952L-36.165,48.073L-37.194,48.328L-38.241,49.09L-42.763,50.003L-47.126,49.414L-41.271,47.054L-33.502,42.515L-31.597,40.857L-28.754,37.98L-29.001,36.386L-30.087,35.181L-23.859,29.301L-21.963,28.487L-19.003,28.952L-16.53,28.359L-15.629,28.576L-14.732,28.367L-12.329,26.731L-14.917,24.747L-17.637,23.322L-26.992,21.798L-28.149,21.341L-29.186,20.401L-29.663,19.345L-29.661,16.786L-30.138,16.155L-32.226,15.634L-34.397,15.858L-35.868,15.402L-36.996,14.007L-34.105,12.175L-36.841,10.887L-39.841,10.638L-42.136,9.284L-41.746,7.76L-40.267,6.514L-41.383,4.69L-41.208,2.769L-39.401,2.291L-37.901,3.015L-34.095,2.527L-29.683,2.954L-33.015,0.75L-34.212,-0.749L-33.863,-2.541L-33.202,-3.912L-28.22,-5.39L-23.429,-5.304L-23.402,-7.091L-22.569,-8.762L-27.047,-10.479L-31.891,-10.332L-30.525,-13.663L-28.675,-16.444L-27.972,-18.405L-27.62,-20.625L-29.995,-20.285L-29.514,-23.413L-29.861,-25.726L-33.352,-25.075L-32.535,-27.863L-31.166,-29.568L-29.286,-30.03L-27.733,-29.208L-24.811,-28.469L-21.505,-29.264L-17.237,-28.541L-10.611,-26.479L-7.045,-21.169L-5.696,-21.61L-3.197,-23.822L-2.26,-23.852L4.405,-21.064L8.366,-18.593L9.654,-18.802L9.633,-21.789L8.644,-24.153L11.124,-26.382L13.783,-27.634L15.549,-28.16L19.319,-28.478L21.023,-29.192L22.875,-32.343L25.08,-34.818L16.004,-35.384L8.541,-40.639L10.453,-42.661L12.519,-43.623L15.764,-43.968L16.339,-45.113L18.034,-45.825L21.167,-47.91L21.109,-51.592L22.194,-54.07L24.416,-55.346L25.556,-57.641L26.736,-59.246L30.533,-59.054L34.455,-59.865L35.666,-59.419L39.886,-58.893L41.181,-57.92L41.451,-60.927L44.114,-60.673L44.947,-59.891L44.976,-57.755L45.823,-56.119L45.608,-53.783L44.442,-52.168L42.883,-51.067L43.734,-49.43L41.341,-47.323L43.603,-47.927L46.956,-49.824L47.307,-51.875L47.381,-54.498L47.018,-56.962L47.958,-59.394L49.948,-60.659L54.251,-60.568L53.147,-63.789L54.732,-63.698L56.333,-62.753L58.238,-59.958L60.366,-57.713L62.762,-55.754L59.555,-53.464L56.07,-52.259Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M904.763,284.504L907.715,283.605L907.84,283.668L908.551,283.801L909.359,285.92L909.484,285.983L910.508,287.315L911.502,289.153L912.738,290.366L915.074,290.562L918.4,291.841L920.867,294.846L924.035,295.812L924.259,295.774L924.793,295.516L926.913,295.071L927.473,295.643L929.437,296.975L930.363,298.318L930.277,299.836L930.809,301.581L931.583,302.032L930.99,303.303L926.559,309.987L924.673,311.892L923.258,312.465L920.901,312.277L918.706,313.06L916.772,314.716L914.901,315.359L913.796,317.125L912.374,320.526L910.54,323.575L908.43,325.667L907.414,327.331L908.124,332.466L907.105,334.13L905.627,335.866L904.806,337.329L903.413,345.547L901.746,348.392L900.203,350.549L900.138,352.391L900.456,354.423L898.891,358.747L896.65,363.34L896.336,365.136L897.381,367.305L895.017,370.416L893.583,371.884L892.408,372.729L891.844,374.478L891.068,378.756L891.687,380.493L891.933,382.12L889.754,383.447L889.337,385.423L889.084,387.707L888.31,388.905L885.906,391.176L879.25,391.324L876.776,392.349L876.264,393.753L876.312,394.91L875.634,396.005L874.301,397.527L872.745,398.332L869.131,397.267L861.973,399.848L860.843,401.167L859.676,400.497L858.052,399.973L850.552,400.077L847.722,401.202L843.694,401.402L840.073,401.045L837.462,402.047L835.407,405.545L834.379,406.838L833.522,407.61L831.649,408.843L830.04,410.289L827.917,411.467L825.897,411.552L823.726,410.411L823.178,410.81L822.633,412.203L821.821,413.38L819.035,415.045L818.329,415.13L818.211,415.144L816.09,416.394L812.503,417.401L810.568,417.215L807.78,422.015L806.929,422.942L803.898,424.699L801.37,425.65L799.058,425.332L798.23,425.426L788.265,426.278L783.072,425.844L779.578,424.476L777.135,422.829L775.842,420.73L773.236,419.759L769.173,419.678L765.773,417.871L763.158,414.328L759.799,411.6L755.82,409.755L752.466,406.937L749.848,403.053L745.526,399.822L739.373,397.082L737.56,396.585L737.113,395.551L733.951,391.786L732.654,390.414L732.597,388.437L731.913,387.341L730.793,386.614L729.96,383.797L729.541,381.686L728.606,380.364L722.418,380.564L727.092,375.045L729.515,373.348L732.55,373.329L733.44,372.837L733.606,372.079L733.916,370.317L734.124,368.729L734.223,367.233L733.803,366.445L732.394,366.323L731.374,362.697L731.943,361.243L732.547,360.198L731.347,355.845L731.446,354.349L733.724,353.898L735.475,352.749L736.987,351.538L737.319,350.103L738.326,347.202L736.864,343.866L730.024,342.253L729.601,341.382L731,340.266L732.59,338.72L733.409,337.572L734.65,337.294L736.531,337.701L739.958,339.863L741.14,340.167L742.328,339.312L743.57,339.029L747.008,338.785L749.924,337.926L748.985,335.372L748.795,333.407L748.188,331.895L748.372,330.224L749.384,328.804L749.439,325.822L751.171,323.587L751.942,323.263L755.269,323.264L755.999,323.687L756.584,323.794L762.19,328.106L767.467,331.282L771.655,332.745L777.601,332.273L783.889,331.749L794.297,329.91L802.096,328.503L802.445,327.55L803.434,325.196L802.188,323.438L802.049,321.301L802.947,318.211L806.515,315.38L817.485,313.034L823.589,310.436L824.178,307.872L826.017,305.23L827.87,304.491L830.613,305.295L834.04,306.918L837.013,307.684L838.495,306.739L843.656,302.469L849.587,298.079L852.649,288.095L852.89,286.565L857.549,284.821L864.504,283.98L868.261,284.676L870.93,284.945L874.931,284.18L880.432,281.265L882.566,281.021L884.454,282.145L886.431,283.088L887.9,284.441L889.125,286.415L889.799,287.06L890.761,288.075L892.447,289.309L893.967,289.486L904.185,285.182Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L504.273,354.755L498.88,351.284L497.157,351.276L489.225,351.966L488.998,351.635L487.751,349.651L486.493,349.064L485.801,349.386L485.222,349.957L484.42,349.784L480.896,346.621L479.525,346.194L477.456,346.58L475.14,348.195L474.079,350.237L474.292,351.474L475.549,351.985L478.77,351.697L479.226,352.031L479.333,352.691L478.98,353.345L476.328,353.887L475.628,354.619L474.82,354.855L474.359,354.931L471.61,354.068L467.47,354.003L464.108,355.426L458.688,355.898L451.445,355.413L448.824,354.282L447.231,353.584L446.159,350.431L446.623,345.669L448.495,339.461L449.064,334.866L448.335,331.968L449.468,327.551L452.447,321.778L454.4,315.649L455.559,309.255L457.005,305.006L459.658,302.097L466.109,293.988L466.682,293.339L466.529,289.22L464.859,288.615L462.419,287.334L456.183,285.725L450.388,284.686L447.734,283.468L445.469,280.281L444.02,280.16L441.197,281.236L437.603,281.874L435.166,281.142L433.486,281.255L432.574,281.803L432.143,281.295L431.56,278.559L430.246,277.775L428.258,277.133L426.912,277.335L425.975,278.621L424.602,279.562L423.275,279.186L419.599,272.875L418.649,271.439L418.362,270.193L417.56,267.855L415.204,265.54L412.904,264.708L411.785,264.911L412.012,262.036L413.062,257.957L414.031,255.853L415.314,254.173L416.576,252.986L416.882,250.772L416.851,248.711L415.432,248.326L411.861,246.617L409.838,244.886L408.385,242.764L406.527,239.882L405.77,237.046L405.786,234.161L406.167,232.94L406.316,232.04L408.142,227.748L413.983,223.948L413.597,219.974L413.588,217.499L412.238,215.877L409.55,215.106L408.835,214.003L408.558,212.836L410.72,210.535L408.311,208.454L407.313,206.431L404.069,203.813L403.677,202.887L405.73,195.634L404.533,193.435L403.074,192.296L401.269,191.718L400.458,190.608L400.297,189.444L400.653,188.718L402.683,189.059L403.361,188.347L408.593,184.285L408.843,183.47L408.221,182.948L407.268,182.659L407.093,181.743L407.147,180.507L410.087,174.441L411.052,171.84L411.239,169.948L411.209,168.13L409.736,165.176L408.348,162.803L408.431,160.907L407.413,159.871L404.562,154.786L404.648,152.889L406.406,151.481L408.877,150.681L409.757,149.893L411.152,149.457L415.001,151.022L416.639,152.411L417.181,152.102L418.713,150.841L421.451,151.194L428.099,148.712L429.095,147.425L429.882,146.048L430.007,145.473L427.571,142.744L427.501,141.75L427.858,140.605L428.624,139.806L430.119,139.197L431.84,138.099L435.519,134.914L436.764,132.061L437.28,129.019L437.46,126.627L436.473,124.777L435.57,123.591L434.207,123.711L431.6,123.541L429.236,122.384L427.939,120.684L427.679,119.186L428.337,118.3L428.586,117.151L428.211,115.98L428.452,115.078L429.521,114.289L437.213,114.629L437.762,113.737L438.421,109.291L440.493,102.653L442.468,98.906L442.824,97.344L442.984,88.409L443.427,83.868L442.158,81.677L439.463,79.275L440.229,74.412L441.262,70.715L444.154,66.079L446.428,64.901L456.21,64.411L466.881,64.971L471.238,72.009L469.541,75.623L472.068,77.323L473.407,76.765L474.376,73.634L475.042,70.165L475.976,69.102L479.303,71.8L480.505,73.555L480.432,79.268L481.755,71.583L480.906,66.105L481.582,60.894L483.036,58.094L484.273,56.368L492.059,58.348L500.784,57.403L504.023,59.484L511.441,69.679L513.891,71.331L517.054,71.819L512.766,69.677L503.724,57.329L501.094,55.747L496.944,55.313L494.319,54.054L492.714,52.136L492.322,50.475L492.517,38.038L490.925,36.2L488.923,35.519L487.711,36.337L485.2,36.394L484.729,33.568L485.355,31.417L490.475,30.056L493.792,28.173L494.016,24.771L491.84,22.099L489.39,17.262L486.453,12.582L486.212,7.263L491.362,7.394L492.648,7.654L500.366,10.191L502.245,11.942L504.627,12.032L508.995,10.375L512.268,9.708L513.46,10.702L515.247,11.113L515.644,11.112L515.845,11.942L519.823,13.255L521.523,15.239L523.432,18.3L523.662,22.782L521.285,25.951L519.296,27.953L526.89,27.157L527.706,28.976L528.825,30.958L532.915,29.506L543.314,35.176L549.583,32.247L551.183,32.051L552.68,36.751L551.165,41.51L545.715,46.667L547.08,49.795L548.81,50.427L554.05,49.663L562.407,52.544L564.103,51.59L570.676,44.282L573.252,42.715L582.073,41.277L583.59,38.487L587.009,35.629L589.207,32.561L594.491,26.547L600.133,27.397L603.479,28.334L607.206,28.751L610.793,34.732L619.458,41.038L627.173,40.053L630.24,46.28L631.894,54.157L634.464,56.502L636.582,57.958L643.074,59.316L643.282,59.386L643.551,60.449L644.199,64.393L644.905,67.586L649.082,80.35L649.182,83.578L649.131,84.411L648.28,88.941L646.349,92.791L643.594,95.113L642.185,97.517L642.031,100.177L645.924,104.5L653.795,110.553L657.167,115.885L656.114,120.591L655.811,124.006L656.582,126.192L657.846,127.848L659.81,128.961L660.68,130.973L660.547,133.713L660.987,135.588L662.44,136.815L662.374,137.399L661.871,139.337L661.154,142.86L660.791,145.367L658.804,148.973L659.737,151.89L661.652,155.156L663.038,156.801L663.572,158.419L662.988,162.428L663.479,163.388L668.989,165.908L669.932,167.166L670.653,169.845L672.989,175.636L671.911,183.236L670.803,187.446L668.233,194.069L668.063,194.742L667.79,195.504L666.898,196.721L665.616,196.973L663.621,196.279L662.258,195.294L662.398,192.476L661.521,192.285L660.339,190.709L659.787,188.845L658.558,188.18L654.319,187.621L652.893,187.214L651.845,187.691L651.061,188.978L651.673,190.18L652.604,191.28L654.975,192.951L654.806,193.705L649.851,195.743L646.838,197.821L643.983,198.978L641.069,201.043L635.245,203.51L630.952,204.315L630.112,204.853L628.674,208.558L627.628,209.354L626.528,209.079L625.737,208.458L624.678,209.006L623.763,210.288L622.595,210.84L621.724,210.799L620.14,214.092L615.186,215.228L614.717,216.899L613.822,218.836L613.188,219.276L610.871,218.635L607.699,218.357L606.003,219.499L603.849,220.164L601.243,220.432L598.491,222.599L595.681,226.331L594.268,229.598L593.435,230.782L591.91,227.867L590.09,225.787L588.853,224.757L587.763,224.793L587.561,225.295L587.613,226.859L588.793,229.458L590.273,231.139L590.536,232.449L591.494,234.806L593.669,237.368L597.034,239.307L599.306,241.283L601.064,244.101L601.096,244.924L600.7,246.093L599.971,247.192L599.366,248.698L597.599,251.649L598.197,252.863L599.801,254.369L601.198,256.211L602.975,259.191L605.516,264.529L607.158,266.688L609.363,268.904L611.436,270.548L614.545,270.332L618.031,273.556L621.926,278.157L624.708,280.251L626.637,280.818L628.289,282.55L629.752,284.95L630.385,286.402L631.665,287.327L635.015,286.991L639.479,290.712L642.214,293.449L643.8,295.67L643.513,296.592L643.446,299.481L643.617,302.603L643.365,304.183L641.564,306.424L640.575,306.971L640.033,307.412L634.022,304.924L633.596,305.441L633.161,305.792L631.989,314.008L631.044,315.538L629.417,317.101L626.084,318.662L623.844,319.344L621.946,320.09L616.306,323.719L613.78,325.886L612.181,328.506L612.242,329.986L615.273,334.14L618.781,338.516L618.951,342.379L617.592,345.403L617.298,346.569L618.348,346.935L620.19,347.018L621.704,347.444L622.485,349.468L622.42,353.094L621.997,356.489L621.599,357.907L620.109,358.138L617.165,356.785L614.905,355.153L613.943,354.205L613.891,352.972L614.316,352.131L613.447,350.603L610.633,349.319L607.79,350.092L605.643,351.082L604.264,351.135L602.719,349.794L600.383,348.81L597.261,348.264L595.4,347.588L594.955,348.015L595.287,350.967L594.758,352.302L579.865,354.497L575.305,356.186L572.134,358.325L569.621,359.292L569.076,360.622L566.693,362.323L563.934,362.879L563.231,362.401L561.516,363.178L558.529,363.979L556.562,363.77L555.614,362.471L553.731,360.449L552.898,358.982L552.997,358.076L548.732,357.982L546.066,356.871L540.428,357.277L539.041,356.801L538.816,357.297L537.962,363.148L536.951,365.628L535.128,368.115L532.828,369.537L530.979,369.8L531.079,367.99L531.521,365.764L530.131,365.283L528.165,365.052L527.236,364.401L527.455,362.754L526.986,361.77L526.171,360.624L524.086,359.157L519.928,356.957L517.046,355.816L515.898,356.971L513.828,358.21L510.602,357.803ZM626.182,29.141L627.057,32.334L626.34,33.951L623.093,31.465L619.887,31.631L618.295,35.947L616.898,36.183L611.799,32.609L611.008,30.736L610.738,29.253L611.185,23.832L611.007,22.178L612.416,20.283L612.489,17.62L615.038,14.67L617.419,14.469L618.332,16.751L619.511,18.354L623.59,19.971L624.232,20.768L624.692,21.907L622.915,24.245L622.376,25.437L623.075,27.312ZM641.33,48.96L641.016,50.474L641.661,52.76L640.437,52.667L637.027,53.367L633.544,52.819L632.678,50.046L633.125,47.198L631.611,45.456L630.236,44.37L629.947,42.808L630.057,41.141L636.253,45.275ZM558.656,30.067L554.353,30.244L552.713,28.369L551.003,27.904L551.855,25.48L553.037,24.626L557.166,26.116L558.533,29.074ZM476.122,12.699L475.511,13.686L475.914,6.88L478.985,-0.222L480.266,-0.039L478.956,1.855L478.542,3.179L478.008,5.914L478.186,7.329L485.115,7.833L484.308,9.07L477.257,9.808ZM483.827,16.374L482.718,17.523L480.133,17.324L478.655,16.225L479.169,15.069L480.573,14.174L481.668,14.022L483.449,14.625Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M508.358,582.065L507.476,588.994L508.104,591.057L509.364,592.542L509.994,594.11L511.016,612.678L510.763,614.165L506.439,621.678L505.545,623.824L505.278,633.156L504.507,635.634L502.966,638.109L500.251,646.034L497.797,649.58L491.266,645.165L487.428,643.32L485.649,641.24L484.38,639.824L485.165,637.931L486.973,636.045L487.241,634.478L483.164,632.708L481.259,631.533L481.278,629.551L482.713,626.426L482.101,623.777L479.806,623.919L477.899,623.486L477.787,622.08L479.08,620.361L480.884,618.15L480.782,615.672L478.761,614.577L476.88,612.492L476.151,609.759L477.694,607.878L479.988,606.665L478.373,603.841L477.109,603.744L476.23,603.156L477.004,601.845L478.796,599.884L481.507,594.054L485.06,591.365L491.368,589.597L493.134,588.866L494.655,586.812L496.421,585.501L498.43,585.674L500.439,586.424L501.567,587.334L502.575,586.43L503.335,583.874L502.838,581.646L503.102,575.461L504.235,572L506.111,571.755L507.735,573.735L507.609,575.384L508.234,579.426ZM448.824,354.282L444.859,356.323L444.004,358.193L442.441,360.621L439.875,361.621L437.443,361.882L435.376,361.493L434.252,360.472L434.395,359.571L433.38,358.8L430.729,358.719L427.908,360.357L425.625,363.081L426.266,364.666L428.332,365.145L428.775,365.735L428.749,366.557L428.024,367.522L427.161,369.14L422.711,373.93L418.245,378.712L417.494,380.166L416.177,381.189L410.611,383.612L409.987,384.658L409.464,389.083L408.735,392.759L404.509,395.964L400.386,399.25L399.243,401.259L398.437,403.612L397.024,406.35L396.728,407.737L398.622,410.208L398.305,412.088L397.595,414.857L395.505,416.742L393.335,417.715L393.198,420.756L394.36,421.22L396.969,421.088L400.838,419.113L403.317,416.335L402.013,413.646L401.798,413.143L402.178,412.5L405.238,409.744L408.715,408.154L413.662,408.014L419.502,409.213L420.076,409.645L419.66,411.441L420.157,414.093L421.155,415.938L419.557,421.151L420.566,422.75L422.154,424.78L423.394,426.633L425.234,428.34L426.806,431.107L427.349,432.688L424.529,435.396L420.048,437.798L419.399,439.34L419.453,441.235L419.878,442.732L422.316,444.708L424.801,448.989L426.472,452.83L430.066,456.647L430.991,457.745L430.725,458.643L429.599,460.173L428.239,465.319L426.652,466.092L424.959,466.368L420.144,469.997L418.115,469.433L415.105,469.409L413.014,470.568L413.05,472.876L414.898,475.167L415.901,477.509L416.297,479.994L418.409,481.88L421.275,483.048L422.965,483.186L424.032,483.88L424.732,484.726L425.776,490.03L425.006,491.324L423.41,491.849L422.369,493.957L420.319,497.102L419.138,499.616L420.28,501.879L420.713,503.541L420.045,505.249L420.812,507.912L423.046,510.622L429.043,514.599L434.712,517.73L436.537,518.274L444.305,516.58L445.648,516.777L446.574,519.105L446.905,520.679L445.992,522.964L443.825,526.208L441.424,528.703L440.014,530.892L440.209,532.875L440.265,535.514L438.393,536.29L438.285,535.71L437.556,535.278L436.932,535.509L436.423,536.072L436.273,537.057L432.274,538.677L429.383,540.324L418.156,550.44L412.96,553.394L411.901,555.171L410.781,558.595L407.685,561.451L404.891,562.747L398.351,563.973L391.609,566.826L388.797,565.382L381.061,565.11L376.508,561.094L367.418,558.24L364.728,552.567L360.65,552.016L357.91,552.029L356.343,551.115L355.954,549.194L356.057,547.384L353.16,548.043L350.929,547.913L349.522,548.573L348.482,549.337L347.277,548.687L346.518,548.889L346.577,549.966L343.834,550.047L341.023,549.213L333.648,545.852L332.561,545.368L327.433,543.953L325.408,542.659L323.875,539.663L322.573,538.747L321.873,538.12L316.958,539.177L315.068,541.272L312.28,543.714L293.203,555.069L289.421,560.058L284.911,567.632L284.363,571.228L285.03,583.036L288.298,589.511L288.682,591.032L286.542,590.859L283.085,589.748L280.266,588.603L277.583,588.874L274.829,589.965L272.374,590.499L270.716,590.604L269.525,591.163L268.892,592.598L268.672,593.656L265.796,593.154L259.187,590.404L253.284,588.367L249.481,589.667L247.066,591.012L245.453,590.608L244.471,588.938L243.75,587.21L241.498,585.581L236.317,582.83L236.8,581.8L237.826,580.409L237.915,579.506L236.918,578.08L232.182,576.11L229.962,575.552L228.358,576.382L227.103,577.497L224.819,572.697L223.038,571.598L220.056,571.117L216.831,569.362L213.521,567.261L205.348,563.537L203.017,562.943L202.098,563.254L201.28,564.904L200.375,569.533L199.935,570.064L195.918,569.77L191.123,568.549L188.837,568.613L186.839,568.376L185.123,566.843L176.583,567.306L175.3,566.4L173.568,564.025L171.413,562.012L169.772,560.976L168.412,559.725L167.063,559.388L164.947,560.118L162.032,560.161L159.678,559.775L158.412,559.778L153.749,553.846L153.187,552.358L150.511,551.587L147.296,551.075L139.444,546.598L135.866,544.19L135.518,543.059L135.632,542.243L134.991,542.32L133.661,543.717L132.871,544.855L131.97,544.979L130.879,544.659L129.869,543.768L129.253,542.765L130.226,541.237L131.749,539.369L132.687,537.17L132.838,535.193L130.926,533.592L127.926,532.584L125.732,532.105L122.94,530.538L121.581,529.508L120.682,527.046L120.796,525.397L126.525,524.807L132.404,519.567L140.18,498.776L147.091,473.877L150.15,469.478L153.467,468.518L151.411,464.748L149.614,466.246L148.755,468.039L147.778,468.902L152.776,445.908L155.26,437.526L158.727,428.946L162.876,433.077L166.197,437.174L167.798,440.623L168.94,451.315L170.445,453.753L173.041,456.248L172.271,453.741L170.472,451.682L169.308,437.418L167.925,433.252L165.394,429.595L156.868,421.384L156.114,419.868L156.001,417.195L159.174,417.713L161.71,419.386L161.555,417.87L160.939,416.209L160.528,410.424L161.263,397.155L161.692,394.889L161.604,392.054L158.648,391.066L156.336,390.58L153.918,389.162L142.217,379.599L139.091,370.995L135.447,364.469L134.797,361.711L135.3,359.124L138.413,354.015L136.865,350.209L135.01,349.266L133.546,347.299L135.578,344.693L137.118,343.01L139.71,342.897L143.049,344.055L146.02,346.153L148.369,346.909L141.68,341.442L129.446,341.103L126.902,340.131L124.88,338.821L124.584,335.445L126.522,334.246L128.43,331.71L127.009,329.577L124.845,328.493L121.304,328.024L117.914,328.073L117.297,326.81L119.705,324.109L118.181,322.702L115.819,322.91L112.434,322.952L109.399,321.546L107.004,317.656L105.078,317.341L103.651,317.524L101.826,315.889L99.729,315.207L98.189,315.368L96.478,313.08L84.84,307.008L79.622,305.6L74.458,306.528L71.852,305.48L70.286,302.526L69.466,298.032L62.206,293.286L64.176,291.388L67.852,291.554L72.278,290.763L74.18,289.181L71.339,286.331L68.98,285.32L68.121,284.328L67.468,282.203L69.096,281.495L70.013,282.162L72.86,283.01L77.975,283.421L76.548,281.078L74.625,280.233L73.82,279.587L69.847,278.62L67.819,279.005L63.751,277.927L63.15,275.557L63.159,273.635L65.141,269.732L71.707,267.082L86.98,265.539L93.096,267.186L97.662,267.217L103.304,265.584L105.903,263.684L113.545,263.615L120.15,267.107L125.298,277.013L127.947,280.513L136.34,276.488L147.686,278.372L149.595,281.651L150.849,279.34L153.399,276.721L154.881,278.269L155.512,280.19L167.527,281.412L169.494,281.189L166.555,278.615L164.709,273.2L166.812,254.46L164.25,248.771L161.715,239.919L160.674,234.774L160.815,233.047L161.719,230.682L166.3,231.43L169.707,232.584L176.754,231.666L179.855,233.428L179.106,237.231L179.417,242.262L180.312,244.712L181.593,247.63L187.133,248.132L192.876,250.475L200.343,251.697L210.921,255.855L215.762,254.792L220.693,251.99L229.557,250.8L230.462,249.745L225.445,249.654L221.072,246.977L220.808,244.54L221.604,242.562L223.929,238.03L237.951,232.039L247.504,230.789L257.671,227.743L263.027,223.998L266.869,218.762L268.074,217.726L269.486,216.793L268.383,214.693L271.383,193.791L272.733,190.116L274.873,187.182L278.007,185.092L282.552,182.887L298.739,180.76L301.219,179.576L301.342,181.822L302.265,184.802L302.878,186.429L302.052,188.425L302.437,190.198L304.32,193.426L306.763,196.534L308.972,198.627L309.748,198.445L311.515,198.098L314.692,196.461L317.325,196.098L318.612,197.61L319.3,198.492L320.655,201.91L320.817,205.313L321.352,208.167L322.56,209.42L327.296,210.204L330.793,211.545L331.701,212.523L332.428,218.857L333.014,219.81L334.048,219.143L334.991,218.221L336.199,218.144L338.236,218.705L341.059,218.99L343.841,219.847L347.513,223.734L347.326,224.878L346.421,226.88L345.981,228.502L346.592,229.204L347.573,230.922L347.22,232.88L346.03,234.203L345.622,235.331L345.572,236.07L345.861,236.668L346.704,237.221L352.467,238.349L357.889,237.956L361.411,236.196L362.085,234.175L363.217,231.851L365.31,229.915L366.771,229.342L368.033,230.243L365.342,238.499L366.75,240.729L366.779,243.949L367.273,246.783L369.149,246.811L371.432,247.438L373.023,248.602L374.914,250.358L377.584,252.073L379.543,252.674L380.135,254.026L381.712,255.594L383.985,258.764L386.092,260.934L387.2,260.991L389.344,260.274L392.468,259.932L394.899,260.131L395.822,261.741L398.228,262.512L398.974,263.206L399.923,264.321L401.457,264.802L403.471,264.479L404.866,263.056L406.778,262.478L408.651,262.804L409.725,263.673L411.785,264.911L412.904,264.708L415.204,265.54L417.56,267.855L418.362,270.193L418.649,271.439L419.599,272.875L423.275,279.186L424.602,279.562L425.975,278.621L426.912,277.335L428.258,277.133L430.246,277.775L431.56,278.559L432.143,281.295L432.574,281.803L433.486,281.255L435.166,281.142L437.603,281.874L441.197,281.236L444.02,280.16L445.469,280.281L447.734,283.468L450.388,284.686L456.183,285.725L462.419,287.334L464.859,288.615L466.529,289.22L466.682,293.339L466.109,293.988L459.658,302.097L457.005,305.006L455.559,309.255L454.4,315.649L452.447,321.778L449.468,327.551L448.335,331.968L449.064,334.866L448.495,339.461L446.623,345.669L446.159,350.431L447.231,353.584ZM157.924,411.064L156.186,414.978L154.585,410.936L152.112,407.186L151.947,404.089L152.061,403.274L155.157,405.948ZM3111.95,3163.099L3108.094,3165.737L3105.253,3164.879L3101.907,3161.127L3101.062,3156.307L3099.656,3152.811L3093.362,3148.576L3095.125,3143.542L3099.928,3145.963L3101.506,3145.488L3107.244,3146.107L3108.509,3151.763L3109.522,3153.21L3110.056,3159.234ZM4196.754,3343.713L4188.136,3352.713L4180.78,3356.491L4162.837,3359.166L4156.173,3357.362L4142.985,3348.978L4141.485,3343.966L4140.858,3333.701L4148.442,3324.358L4159.531,3318.653L4165.356,3317.575L4176.375,3322.607L4189.359,3326.719L4195.36,3337.823ZM-2736.871,437.47L-2739.563,439.125L-2740.842,438.435L-2740.139,435.193L-2745.774,428.699L-2744.739,426.178L-2744.037,425.38L-2738.307,426.193L-2740.562,421.66L-2740.401,419.107L-2736.514,410.711L-2734.344,409.484L-2732.319,410.064L-2730.406,412.182L-2729.188,417.998L-2729.798,423.332L-2729.044,424.434L-2729.506,425.529L-2732.134,426.644L-2732.496,429.85L-2733.167,431.599ZM-2679.145,358.385L-2683.271,354.037L-2685.43,350.517L-2682.98,347.419L-2679.138,347.016L-2676.96,343.424L-2674.546,342.717L-2672.036,343.348L-2671.591,347.249L-2673.601,349.534L-2674.472,352.819L-2673.083,363.815ZM-2697.071,355.106L-2701.525,353.36L-2702.197,351.275L-2700.1,346.329L-2690.918,337.073L-2688.493,336.84L-2687.256,337.059L-2685.081,342.444L-2685.109,345.3L-2684.578,347.958L-2687.226,348.371L-2694.376,354.9ZM-2690.472,373.716L-2692.358,371.625L-2692.799,370.304L-2690.521,368.037L-2687.362,368.409L-2686.11,369.09L-2686.943,372.128L-2688.217,373.847ZM-3038.675,1169.668L-3037.671,1169.953L-3035.831,1171.289L-3034.457,1172.756L-3029.02,1171.942L-3023.39,1173.692L-3005.943,1169.493L-2998.673,1167.821L-2995.799,1165.716L-2989.75,1161.523L-2984.673,1153.984L-2982.204,1152.868L-2969.154,1151.149L-2962.633,1149.518L-2958.858,1146.237L-2955.634,1144.388L-2954.854,1142.435L-2955.678,1140.795L-2954.255,1135.512L-2952.766,1131.382L-2953.382,1125.026L-2952.787,1119.645L-2950.066,1108.969L-2945.851,1105.9L-2945.664,1103.328L-2945.477,1100.757L-2943.561,1099.255L-2940.235,1094.335L-2937.29,1089.48L-2935.058,1086.788L-2929.802,1083.64L-2925.655,1078.555L-2924.319,1074.924L-2920.869,1070.797L-2917.139,1067.891L-2914.051,1067.362L-2911.909,1064.759L-2899.286,1062.95L-2891.198,1062.719L-2884.701,1063.381L-2879.482,1064.354L-2864.049,1057.689L-2857.194,1056.777L-2853.721,1059.372L-2847.018,1085.251L-2840.25,1093.908L-2829.917,1114.675L-2830.752,1126.915L-2828.537,1150.728L-2825.044,1160.94L-2827.788,1163.966L-2833.771,1166.853L-2825.413,1167.397L-2824.774,1180.504L-2825.825,1185.535L-2829.319,1193.325L-2833.729,1196.199L-2836.511,1197.135L-2838.079,1198.394L-2833.916,1198.539L-2831.278,1198.053L-2827.03,1194.72L-2820.822,1191.572L-2818.445,1193.794L-2819.414,1198.457L-2827.796,1214.292L-2828.853,1218.142L-2832.095,1222.649L-2834.114,1224.065L-2835.44,1226.022L-2837.728,1225.537L-2843.305,1224.018L-2847.77,1225.093L-2851.239,1226.716L-2855.204,1226.35L-2859.621,1226.432L-2862.039,1227.611L-2865.48,1227.019L-2868.346,1228.953L-2881.738,1232.378L-2887.529,1234.103L-2894.562,1235.188L-2897.786,1234.968L-2902.697,1234.863L-2906.671,1236.311L-2909.631,1239.243L-2914.764,1240.897L-2918.742,1242.961L-2922.052,1243.115L-2935.886,1248.027L-2939.332,1251.111L-2942.417,1251.961L-2949.913,1253.394L-2954.712,1254.042L-2960.385,1252.413L-2966.527,1250.607L-2970.326,1251.506L-2974.296,1250.066L-2976.247,1248.218L-2978.44,1244.108L-2982.416,1239.238L-2984.672,1237.375L-2984.52,1235.049L-2983.128,1230.903L-2983.209,1226.942L-2985.303,1226.17L-2990.19,1224.986L-2994.61,1222.726L-2996.545,1219.935L-3000.326,1213.343L-3001.941,1210.25L-3001.312,1208.413L-3001.226,1206.787L-3002.695,1206.029L-3005.719,1205.827L-3009.284,1205.212L-3014.244,1204.07L-3024.164,1201.147L-3027.191,1200.622L-3028.099,1198.09L-3030.006,1194.656L-3032.692,1191.651L-3036.312,1183.076L-3037.947,1177.863L-3037.271,1174.167L-3038.237,1171.399Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M591.817,-36.497L592.007,-31.671L591.381,-30.23L590.443,-29.277L587.75,-28.259L585.463,-26.759L583.403,-24.27L582.838,-20.837L584.49,-18.397L587.574,-17.176L588.537,-12.384L586.069,-9.964L579.856,-7.419L579.353,-1.746L579.698,2.733L579.705,5.975L579.356,10.475L574.258,12.629L570.686,5.919L570.608,3.179L569.431,0.053L569.256,-2.687L567.953,-6.975L563.004,-8.009L561.131,-8.129L558.493,-7.318L557.897,-7.554L554.523,-13.468L554.969,-20.052L553.237,-23.345L552.913,-24.836L552.977,-26.503L551.585,-27.807L549.816,-28.521L548.968,-32.169L550.895,-33.123L555.569,-32.804L557.022,-33.087L558.268,-33.865L561.905,-40.035L561.774,-41.366L562.118,-43.124L566.162,-43.897L568.065,-41.616L567.882,-37.777L568.208,-33.037L570.775,-31.777L571.755,-31.556L572.62,-35.165L573.343,-36.936L574.282,-37.965L574.569,-41.225L573.927,-43.206L572.626,-44.583L577.134,-48.81L581.847,-52.138L584.635,-52.404L587.456,-51.757L590.099,-50.773L591.581,-49.913L592.412,-48.444L590.814,-44.795L590.405,-42.861ZM515.644,11.112L515.247,11.113L513.46,10.702L512.268,9.708L508.995,10.375L504.627,12.032L502.245,11.942L500.366,10.191L492.648,7.654L491.362,7.394L486.212,7.263L485.957,3.272L485.395,0.44L483.668,-3.82L486.339,-4.788L485.937,-13.108L485.004,-17.445L477.725,-21.95L471.937,-26.289L473.546,-40.754L474.191,-44.577L472.101,-52.199L472.543,-60.95L473.64,-74.621L475.46,-75.175L476.793,-75.07L481.809,-72.493L483.905,-72.216L485.311,-70.029L487.02,-69.092L488.286,-71.416L488.802,-75.419L492.844,-80.562L495.707,-82.463L497.61,-83.371L499.498,-81.273L501.009,-78.927L501.408,-84.022L502.577,-93.797L498.809,-95.401L495.687,-94.081L492.617,-87.917L489.798,-80.087L485.324,-79.465L481.777,-77.254L478.575,-79.637L476.516,-81.674L476.562,-84.598L477.064,-86.428L480.847,-92.726L486.016,-98.767L491.007,-98.633L494.694,-100.528L496.954,-100.765L503.727,-100.318L507.304,-101.65L510.406,-104.494L517.214,-116.314L521.013,-121.275L528.634,-123.094L535.632,-128.874L537.672,-128.986L534.385,-124.667L533.847,-123.068L533.505,-120.55L535.907,-115.052L535.484,-111.697L535.756,-105.171L533.544,-101.712L530.989,-94.406L529.867,-93.308L529.763,-84.864L530.069,-82.778L529.766,-75.09L532.47,-71.946L535.258,-70.31L544.709,-70.534L545.688,-69.215L546.974,-66.818L546.186,-62.714L545.184,-59.692L542.538,-57.062L539.01,-55.09L536.798,-54.976L533.773,-58.608L532.345,-57.424L530.924,-55.49L528.516,-45.545L527.415,-38.786L526.838,-38.197L525.376,-39.185L522.953,-39.251L519.956,-37.651L521.517,-36.243L523.183,-33.755L522.511,-32.501L519.795,-31.154L517.471,-28.479L516.407,-26.393L513.389,-23.971L511.538,-20.889L512.424,-17.062L512.821,-13.735L513.712,-9.994L512.932,-7.082L509.193,-2.838L507.81,0.902L510.971,0.818L513.046,1.646L514.234,2.724L515.425,4.3L514.639,6.213ZM540.002,-26.69L541.21,-24.21L542.66,-18.906L545.012,-12.954L544.071,-10.443L544.812,-7.295L544.179,-3.875L539.898,0.015L534.865,0.248L529.713,-1.525L522.39,-5.125L521.787,-7.117L520.797,-8.192L518.802,-14.337L518.865,-21.992L522.474,-22.927L530.349,-26.571L532.11,-26.09L534.083,-24.198L536.329,-24.142L539.414,-26.848ZM560.22,7.357L565.251,10.224L568.519,9.97L570.734,11.071L571.385,12.963L571.706,17.191L569.353,18.504L566.753,18.16L563.208,19.829L551.415,13.198L551.5,7.464L551.852,5.213L557.381,4.514ZM543.088,14.425L541.899,14.693L540.154,10.898L539.938,9.655L541.883,7.133L543.027,4.29L546.216,-0.085L548,-5.188L548.691,-5.118L547.986,-0.532L543.944,12.086ZM592.764,2.762L591.804,3.548L587.53,3.126L582.899,6.616L581.083,5.68L581.703,3.497L582.172,2.733L583.721,1.765L584.761,0.398L585.083,-1.692L586.111,-0.565L589.087,-0.258L590.494,0.355L591.718,1.306ZM594.805,-27.533L592.349,-25.436L591.761,-25.496L590.773,-28.29L592.072,-30.007L592.795,-31.452L593.378,-31.475L594.22,-29.926ZM536.171,9.872L534.293,10.393L532.199,9.419L528.692,5.466L528.287,4.473L530.074,5.121L532.373,7.174L534.161,7.57L536.66,9.284ZM524.455,8.159L521.585,8.843L520.191,7.687L517.415,7.284L516.498,-0.108L516.694,-0.525L518.078,-0.031L522.74,3.352L524.348,7.08ZM538.909,-35.002L538.436,-34.079L536.772,-34.973L536.538,-38.052L537.082,-40.892L536.372,-43.382L537.124,-44.976L539.595,-41.26L540.299,-39.521L539.457,-37.425ZM549.549,-105.817L548.443,-104.707L544.847,-106.231L546.402,-108.435L550.317,-109.599L552.572,-109.311L550.088,-106.999ZM662.207,-3.734L661.28,-2.835L656.648,-3.927L650.909,-6.872L651.363,-13.402L652.546,-16.315L663.064,-9.713L663.359,-6.984Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M795.79,246.955L795.029,247.129L793.355,248.074L791.071,248.593L788.638,248.796L786.907,250.24L785.379,252.489L783.662,254.095L782.818,255.517L782.414,256.889L776.522,261.279L775.808,262.932L775.378,265.133L775.361,268.034L775.196,270.619L774.348,272.12L771.024,273.641L770.195,274.31L769.779,275.68L767.992,277.941L765.962,280.061L762.062,282.705L757.771,283.809L751.885,283.66L748.451,283.174L746.863,284.24L744.905,287.324L743.025,292.466L742.368,296.249L741.48,295.259L739.648,291.465L738.032,291.122L735.871,290.993L734.249,290.565L730.565,288.589L728.714,288.095L726.684,288.113L724.784,289.604L723.465,291.29L718.868,291.69L713.759,291.381L706.052,286.814L704.254,286.876L702.259,287.283L699.029,286.299L692.62,283.407L689.659,282.886L687.902,283.429L686.391,284.282L685.173,284.536L684.419,283.435L682.09,282.281L679.733,282.283L679.12,283.151L678.965,290.588L678.363,293.27L675.215,293.404L674.176,294.711L671.947,298.49L671.608,301.894L667.286,301.518L665.223,301.073L663.453,301.68L661.544,303.696L656.012,303.869L651.554,303.061L649.394,298.899L647.271,297.289L644.717,295.949L643.8,295.67L642.214,293.449L639.479,290.712L635.015,286.991L631.665,287.327L630.385,286.402L629.752,284.95L628.289,282.55L626.637,280.818L624.708,280.251L621.926,278.157L618.031,273.556L614.545,270.332L611.436,270.548L609.363,268.904L607.158,266.688L605.516,264.529L602.975,259.191L601.198,256.211L599.801,254.369L598.197,252.863L597.599,251.649L599.366,248.698L599.971,247.192L600.7,246.093L601.096,244.924L601.064,244.101L599.306,241.283L597.034,239.307L593.669,237.368L591.494,234.806L590.536,232.449L590.273,231.139L588.793,229.458L587.613,226.859L587.561,225.295L587.763,224.793L588.853,224.757L590.09,225.787L591.91,227.867L593.435,230.782L594.268,229.598L595.681,226.331L598.491,222.599L601.243,220.432L603.849,220.164L606.003,219.499L607.699,218.357L610.871,218.635L613.188,219.276L613.822,218.836L614.717,216.899L615.186,215.228L620.14,214.092L621.724,210.799L622.595,210.84L623.763,210.288L624.678,209.006L625.737,208.458L626.528,209.079L627.628,209.354L628.674,208.558L630.112,204.853L630.952,204.315L635.245,203.51L641.069,201.043L643.983,198.978L646.838,197.821L649.851,195.743L654.806,193.705L654.975,192.951L652.604,191.28L651.673,190.18L651.061,188.978L651.845,187.691L652.893,187.214L654.319,187.621L658.558,188.18L659.787,188.845L660.339,190.709L661.521,192.285L662.398,192.476L662.258,195.294L663.621,196.279L665.616,196.973L666.898,196.721L667.79,195.504L668.063,194.742L670.636,194.401L673.139,193.069L673.215,191.08L672.86,187.551L673.034,186.96L677.081,187.747L681.168,189.02L681.973,192.598L683.177,194.245L684.592,195.793L685.833,196.444L687.887,196.371L693.442,198.09L696.063,198.296L698.878,199.558L701.164,200.944L702.912,201.048L703.811,202.711L704.872,203.698L706.532,202.731L712.907,200.946L715.427,202.38L717.092,203.971L717.352,204.445L716.732,206.072L716.401,207.259L715.816,208.055L713.613,209.075L712.542,210.574L711.686,212.054L712.465,213.475L714.395,214.301L715.72,214.433L716.248,215.462L720.779,219.611L724.697,225.296L725.987,226.171L727.312,226.215L728.545,225.274L729.998,223.153L731.828,221.575L733.392,220.682L736.065,218.772L736.072,217.696L733.297,213.905L731.576,210.757L731.847,210.152L734.929,210.355L740.309,211.655L748.815,216.686L750.228,216.542L753.003,215.76L755.95,214.542L757.25,213.329L757.836,213.682L758.608,216.831L758.028,218.632L754.507,220.74L754.81,221.537L755.91,222.582L757.622,223.148L759.8,224.99L761.47,227.215L762.785,228.152L764.157,228.585L767.291,226.92L768.166,225.83L768.413,225.058L769.086,225.15L770.412,226.164L770.82,226.865L774.132,227.823L776.172,229.253L777.457,229.854L778.685,228.969L783.971,229.689L785.515,230.588L786.162,232.337L785.958,233.439L787.168,236.2L794.443,242.223L795.513,245.578Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M644.405,449.874L645.699,451.701L654.669,453.522L656.407,452.435L657.513,450.806L657.457,449.82L658.154,449.45L661.35,450.831L663.834,450.272L667.89,449.944L670.771,450.014L672.609,448.744L674.967,444.389L675.766,441.947L676.801,441.303L677.655,441.577L678.255,443.434L679.808,445.229L682.748,448.003L684.871,449.262L686.701,449.715L688.287,448.368L690.174,447.907L695.47,449.842L699.798,449.941L702.936,448.553L702.45,446.856L701.123,445.139L700.751,443.352L700.874,441.775L702.9,440.056L702.732,439.408L699.909,436.813L699.979,436.148L705.561,432.593L711.119,430.43L711.846,429.053L712.283,427.038L712.221,423.246L711.627,420.239L709.16,417.544L708.927,416.077L709.283,414.564L710.115,413.096L712.306,412.345L714.816,411.154L716.84,409.835L719.47,408.712L721.594,407.215L723.446,403.923L724.694,403.322L728.717,403.392L729.474,402.583L728.616,398.116L729.219,396.908L730.565,396.13L731.1,395.506L734.651,395.688L737.56,396.585L739.373,397.082L745.526,399.822L749.848,403.053L752.466,406.937L755.82,409.755L759.799,411.6L763.158,414.328L765.773,417.871L769.173,419.678L773.236,419.759L775.842,420.73L777.135,422.829L779.578,424.476L783.072,425.844L788.265,426.278L798.23,425.426L799.058,425.332L801.37,425.65L803.898,424.699L806.929,422.942L807.78,422.015L810.568,417.215L812.503,417.401L816.09,416.394L818.211,415.144L818.329,415.13L818.349,416.288L818.349,418.277L816.746,419.878L818.911,422.933L821.318,427.947L820.568,430.69L821.991,432.507L825.611,433.557L825.919,434.1L824.92,434.803L824.299,436.62L824.687,439.805L827.904,442.396L834.205,444.432L836.163,444.601L837.013,445.572L838.06,446.186L838.76,446.926L839.024,448.054L838.64,448.85L835.806,449.457L832.582,449.861L830.152,448.836L830.153,449.83L830.165,450.907L828.105,451.907L830.247,459.439L830.039,461.704L829.289,462.543L828.529,462.304L827.559,462.34L827.169,463.134L827.729,464.724L825.587,465.151L822.005,464.753L820.148,463.483L819.723,461.958L819.558,460.569L818.197,458.327L815.163,456.282L809.249,456.556L807.01,456.068L804.753,455.414L802.286,455.031L800.021,455.368L797.461,456.315L792.556,455.778L791.151,457.338L788.932,459.233L786.774,459.464L782.304,456.129L781.081,456.009L777.684,458.265L776.255,458.495L775.118,458.032L770.178,457.043L767.998,457.013L766.387,457.834L763.56,457.368L756.138,453.039L752.305,457.203L743.481,457.104L741.192,459.87L738.628,465.055L736.432,467.643L734.311,466.918L731.725,464.992L726.941,459.861L724.695,458.975L722.158,458.936L720.055,459.767L718.948,461.013L718.754,469.121L718.482,476.327L718.829,480.676L723.983,484.224L730.241,490.564L732.129,491.231L733.167,493.374L734.993,499.004L737.01,505.361L740.309,509.375L743.263,512.175L746.684,514.601L751.11,518.503L754.842,522.795L755.861,524.438L762.831,529.993L769.714,535.624L775.608,537.281L776.587,538.343L777.069,543.182L777.868,544.925L782.088,549.555L790.543,556.146L791.593,557.777L791.97,558.981L791.575,560.018L789.686,561.209L787.957,560.31L780.011,553.824L772.73,549.906L764.106,542.124L753.411,539.724L745.911,536.59L741.765,537.531L737.048,539.094L734.214,539.416L732.053,538.852L730.381,536.675L730.479,534.848L730.042,532.569L725.547,529.133L719.601,525.971L713.962,521.782L702.381,510.175L699.892,506.309L701.912,505.419L703.498,505.304L705.266,504.348L708.192,504.129L711.668,504.692L708.422,502.295L704.451,499.949L693.981,490.218L690.736,485.574L690.005,480.261L690.23,472.984L688.189,467.927L680.291,461.692L677.304,458.34L671.784,456.629L669.28,456.95L668.003,459.666L667.278,465.565L662.921,473.493L661.43,476.961L659.14,481.381L656.983,481.833L655.63,481.496L651.249,474.482L647.096,469.099L646.481,466.577L645.948,463.308L642.459,451.622ZM757.164,561.65L763.639,562.374L768.31,561.268L772.624,561.68L775.393,562.984L776.089,563.661L772.606,564.085L768.679,563.801L764.462,565.776L760.519,565.316L758.931,564.469L757.821,563.329ZM775.359,553.707L772.923,554.443L757.609,555.564L753.046,554.987L747.851,552.885L746.668,552.245L751.69,551.053L756.348,551.375L758.004,553.044L770.684,553.336ZM760.562,548.253L755.116,548.839L750.331,548.444L747.845,547.175L747.983,545.922L748.544,543.803L753.762,543.582L761.942,544.315L763.961,545.864L763.536,546.649ZM704.227,515.243L704.96,516.841L700.448,514.031L698.704,512.009L698.273,511.131ZM686.96,472.961L682.929,474.221L680.882,472.541L680.304,471.094L676.781,470.828L674.604,468.904L674.186,468.024L676.924,465.54L678.246,461.743L680.311,463.835L682.991,467.865L684.39,468.926ZM688.389,483.26L689.376,485.255L686.102,483.58L683.271,483.026L682.574,481.67L682.86,480.496L683.388,479.306L685.573,479.325L686.013,480.45ZM701.813,502.372L701.056,503.748L698.691,501.524L696.626,500.02L695.032,498.233L692.064,495.964L690.899,493.238L686.389,487.851L685.558,486.339L687.893,488.492L689.691,489.855L691.169,490.084L695.061,493.444L699.04,497.866L703.592,501.581L702.63,501.817ZM703.365,521.996L703.904,522.618L703.817,523.12L702.05,522.587L701.571,522.787L692.508,513.022L691.516,511.108L694.616,513.288ZM709.316,519.078L711.913,522.434L709.648,521.862L707.274,519.809L705.755,517.608ZM677.196,488.702L677.069,490.525L674.862,488.354L673.509,484.232L670.554,477.652L670.076,475.785L671.285,473.813L671.168,471.924L669,466.12L670.386,465.127L671.336,464.903L671.953,468.988L672.944,471.318L675.534,474.042L675.354,478.837L676.27,485.626L676.849,487.074ZM791.393,569.158L796.352,571.873L782.05,569.119L783.632,568.544L785.122,568.31ZM821.232,575.855L821.438,577.658L823.043,579.467L824.678,581.521L817.777,577.826L811.206,573.499L798.746,567.056L790.187,566.049L778.212,560.965L770.65,559.469L773.464,558.699L776.699,558.38L794.983,564.884L792.756,562.879L795.161,561.797L797.34,562.147L799,564.707L801.938,566.216L806.645,568.857L809.656,570.932L816.395,574.578L817.962,574.982Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M841.806,526.889L840.802,526.848L839.131,527.47L837.962,528.112L836.15,527.587L834.245,527.321L833.596,528.147L833.406,529.665L834.822,532.066L837.407,535.82L837.531,538.877L835.841,539.416L834.052,537.059L832.645,536.814L831.173,537.074L828.067,540.433L825.771,543.278L825.354,545.07L824.585,547.07L824.5,548.491L825.161,553.063L820.527,554.348L819.609,555.118L819.272,556.568L820.323,562.424L821.055,565.495L824.244,570.109L824.54,571.57L824.289,572.678L822.63,574.78L821.839,575.619L821.232,575.855L817.962,574.982L816.395,574.578L809.656,570.932L806.645,568.857L801.938,566.216L799,564.707L797.34,562.147L795.161,561.797L792.756,562.879L789.686,561.209L791.575,560.018L791.97,558.981L791.593,557.777L790.543,556.146L782.088,549.555L777.868,544.925L777.069,543.182L776.587,538.343L775.608,537.281L769.714,535.624L762.831,529.993L755.861,524.438L754.842,522.795L751.11,518.503L746.684,514.601L743.263,512.175L740.309,509.375L737.01,505.361L734.993,499.004L733.167,493.374L732.129,491.231L730.241,490.564L723.983,484.224L718.829,480.676L718.482,476.327L718.754,469.121L718.948,461.013L720.055,459.767L722.158,458.936L724.695,458.975L726.941,459.861L731.725,464.992L734.311,466.918L736.432,467.643L738.628,465.055L741.192,459.87L743.481,457.104L752.305,457.203L756.138,453.039L763.56,457.368L766.387,457.834L767.998,457.013L770.178,457.043L775.118,458.032L776.255,458.495L777.684,458.265L781.081,456.009L782.304,456.129L786.774,459.464L788.932,459.233L791.151,457.338L792.556,455.778L797.461,456.315L800.021,455.368L802.286,455.031L804.753,455.414L807.01,456.068L809.249,456.556L815.163,456.282L818.197,458.327L819.558,460.569L819.723,461.958L820.148,463.483L822.005,464.753L825.587,465.151L827.729,464.724L828.92,464.496L831.76,462.819L835.148,461.651L837.77,462.152L839.062,462.735L839.437,463.767L839.181,467.533L838.231,471.636L836.463,476.089L834.526,480.23L834.175,482.347L834.458,485.631L834.408,488.21L834.953,489.636L835.843,490.854L838.755,491.487L842.604,493.66L846.188,496.609L850.562,499.867L851.97,501.18L852.16,502.651L851.211,503.936L847.85,504.783L844.272,504.906L842.89,504.748L841.721,505.31L840.98,506.316L841.591,507.236L845.72,511.449L850.858,517.605L851.471,520.434L851.263,522.704L850.479,524.383L848.606,524.372L847.099,523.318L845.145,523.647L843.589,524.175Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M352.687,169.794L354.954,171.103L356.963,171.484L357.955,171.053L357.504,168.13L359.303,166.758L361.159,166.134L361.932,167.423L363.557,168.766L364.936,168.935L368.757,165.863L369.462,166.567L370.244,167.771L370.296,168.683L370.45,169.685L371.171,170.141L374.057,170.146L375.547,168.414L376.784,167.328L377.589,168.2L377.893,170.366L378.477,173.291L381.715,176.693L384.552,177.756L388.114,177.283L389.533,176.778L390.469,177.322L391.237,179.095L393.175,181.092L397.39,182.702L398.747,183.51L399.543,184.868L399.239,186.753L396.979,191.269L396.589,192.654L396.892,193.081L396.418,193.966L393.577,196.882L393.305,198.024L394.083,199.796L394.766,201.315L396.35,202.135L397.851,202.454L400.656,202.667L403.677,202.887L404.069,203.813L407.313,206.431L408.311,208.454L410.72,210.535L408.558,212.836L408.835,214.003L409.55,215.106L412.238,215.877L413.588,217.499L413.597,219.974L413.983,223.948L408.142,227.748L406.316,232.04L406.167,232.94L405.956,232.766L405.36,231.339L404.267,231.291L402,230.53L398.423,234.407L396.735,237.627L395.741,240.054L394.329,241.966L394.01,244.012L394.077,244.922L393.581,246.053L393.526,247.204L395.288,249.597L395.777,250.94L397.902,255.161L397.056,256.688L396.43,258.225L395.709,259.428L394.899,260.131L392.468,259.932L389.344,260.274L387.2,260.991L386.092,260.934L383.985,258.764L381.712,255.594L380.135,254.026L379.543,252.674L377.584,252.073L374.914,250.358L373.023,248.602L371.432,247.438L369.149,246.811L367.273,246.783L366.779,243.949L366.75,240.729L365.342,238.499L368.033,230.243L366.771,229.342L365.31,229.915L363.217,231.851L362.085,234.175L361.411,236.196L357.889,237.956L352.467,238.349L346.704,237.221L345.861,236.668L345.572,236.07L345.622,235.331L346.03,234.203L347.22,232.88L347.573,230.922L346.592,229.204L345.981,228.502L346.421,226.88L347.326,224.878L347.513,223.734L343.841,219.847L341.059,218.99L338.236,218.705L336.199,218.144L334.991,218.221L334.048,219.143L333.014,219.81L332.428,218.857L331.701,212.523L330.793,211.545L327.296,210.204L322.56,209.42L321.352,208.167L320.817,205.313L320.655,201.91L319.3,198.492L318.612,197.61L317.325,196.098L314.692,196.461L311.515,198.098L309.748,198.445L308.972,198.627L306.763,196.534L304.32,193.426L302.437,190.198L302.052,188.425L302.878,186.429L302.265,184.802L301.342,181.822L301.219,179.576L314.835,172.723L322.953,169.25L326.778,168.313L327.307,172.492L327.951,173.867L328.741,174.756L329.903,175.011L331.26,174.123L333.262,173.2L336.213,173.918L338.381,175.071L339.056,176.113L340.48,177.209L342.493,177.602L346.794,176.004L350.938,173.479L352.138,171.576Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.915,370.307L512.57,364.546L513.026,361.008L510.718,358.872L509.796,358.297L510.602,357.803L513.828,358.21L515.898,356.971L517.046,355.816L519.928,356.957L524.086,359.157L526.171,360.624L526.986,361.77L527.455,362.754L527.236,364.401L528.165,365.052L530.131,365.283L531.521,365.764L531.079,367.99L530.979,369.8L532.828,369.537L535.128,368.115L536.951,365.628L537.962,363.148L538.816,357.297L539.041,356.801L540.428,357.277L546.066,356.871L548.732,357.982L552.997,358.076L552.898,358.982L553.731,360.449L555.614,362.471L556.562,363.77L558.529,363.979L561.516,363.178L563.231,362.401L563.934,362.879L566.693,362.323L569.076,360.622L569.621,359.292L572.134,358.325L575.305,356.186L579.865,354.497L594.758,352.302L595.287,350.967L594.955,348.015L595.4,347.588L597.261,348.264L600.383,348.81L602.719,349.794L604.264,351.135L605.643,351.082L607.79,350.092L610.633,349.319L613.447,350.603L614.316,352.131L613.891,352.972L613.943,354.205L614.905,355.153L617.165,356.785L620.109,358.138L621.599,357.907L621.997,356.489L622.42,353.094L622.485,349.468L621.704,347.444L620.19,347.018L618.348,346.935L617.298,346.569L617.592,345.403L618.951,342.379L618.781,338.516L615.273,334.14L612.242,329.986L612.181,328.506L613.78,325.886L616.306,323.719L621.946,320.09L623.844,319.344L626.084,318.662L629.417,317.101L631.044,315.538L631.989,314.008L633.161,305.792L633.596,305.441L634.022,304.924L640.033,307.412L640.575,306.971L641.564,306.424L643.365,304.183L643.617,302.603L643.446,299.481L643.513,296.592L643.8,295.67L644.717,295.949L647.271,297.289L649.394,298.899L651.554,303.061L656.012,303.869L661.544,303.696L663.453,301.68L665.223,301.073L667.286,301.518L671.608,301.894L671.947,298.49L674.176,294.711L675.215,293.404L678.363,293.27L678.965,290.588L679.12,283.151L679.733,282.283L682.09,282.281L684.419,283.435L685.173,284.536L686.391,284.282L687.902,283.429L689.659,282.886L692.62,283.407L699.029,286.299L702.259,287.283L704.254,286.876L706.052,286.814L713.759,291.381L718.868,291.69L723.465,291.29L724.784,289.604L726.684,288.113L728.714,288.095L730.565,288.589L734.249,290.565L735.871,290.993L738.032,291.122L739.648,291.465L741.48,295.259L742.368,296.249L742.19,296.762L742.242,298.493L741.222,300.905L740.255,303.889L740.502,306.511L744.741,315.117L748.322,320.227L749.089,322.219L751.171,323.587L749.439,325.822L749.384,328.804L748.372,330.224L748.188,331.895L748.795,333.407L748.985,335.372L749.924,337.926L747.008,338.785L743.57,339.029L742.328,339.312L741.14,340.167L739.958,339.863L736.531,337.701L734.65,337.294L733.409,337.572L732.59,338.72L731,340.266L729.601,341.382L730.024,342.253L736.864,343.866L738.326,347.202L737.319,350.103L736.987,351.538L735.475,352.749L733.724,353.898L731.446,354.349L731.347,355.845L732.547,360.198L731.943,361.243L731.374,362.697L732.394,366.323L733.803,366.445L734.223,367.233L734.124,368.729L733.916,370.317L733.606,372.079L733.44,372.837L732.55,373.329L729.515,373.348L727.092,375.045L722.418,380.564L720.634,381.622L718.827,383.836L719.318,388.335L719.119,388.765L718.727,389.705L712.419,388.651L712.186,388.669L708.15,389.567L705.515,391.918L702.1,393.335L694.809,393.219L687.857,394.542L686.261,395.231L684.419,395.771L682.861,397.033L681.925,398.828L680.43,401.073L677.966,402.969L675.355,404.46L674.837,405.565L673.936,406.2L672.357,405.478L671.188,405.635L669.626,405.156L664.662,404.887L659.088,404.232L656.45,403.397L653.476,402.826L650.274,402.346L647.335,402.342L645.915,402.172L639.032,400.885L634.454,400.949L628.448,400.579L616.624,398.553L613.072,397.713L609.783,397.516L605.887,396.762L602.911,395.474L600.825,392.834L598.712,389.288L594.937,384.727L594.042,382.37L595.135,380.275L596.246,378.755L596.105,378.02L595.165,377.723L588.728,379.992L582.527,382.731L580.087,382.883L577.744,382.371L574.602,382.373L571.478,383.11L565.437,383.663L561.867,385.55L559.728,389.297L558.503,392.283L557.47,393.208L555.373,393.576L552.098,393.387L549.865,392.601L547.607,390.086L543.986,389.809L540.719,389.77L539.897,389.287L539.994,387.722L538.675,384.612L536.453,383.65L531.034,389.543L529.522,390.05L525.079,388.519L521.219,386.072L520.862,384.264L520.156,382.704L516.895,381.318L512.941,380.422L511.662,380.424L512.126,379.519L512.589,378.037L512.239,376.886L511.309,375.653L510.844,374.337L510.728,373.021L510.379,372.034L510.263,371.047Z\" fill=\"var(--heritage-land)\" stroke=\"var(--heritage-country-stroke)\" stroke-width=\"1.15\" stroke-linejoin=\"round\" stroke-opacity=\"0.95\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(255, 247, 237); stroke: rgb(139, 134, 128); stroke-width: 1.15px;\"\u003e\u003c/path\u003e\u003c/g\u003e\u003cg fill=\"none\" stroke=\"var(--heritage-country-stroke)\" stroke-opacity=\"0.38\" stroke-width=\"0.55\" stroke-linejoin=\"round\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003cpath d=\"M613.107,623.193L612.727,623.289L612.721,623.124L612.712,622.877L613.094,622.862Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M151.286,135.977L148.878,137.604L141.632,138.456L138.36,140.017L132.353,143.718L131.338,143.969L123.631,141.513L118.741,134.657L115.491,131.586L113.976,130.989L112.278,131.448L108.692,131.575L105.249,130.883L107.518,128.435L110.195,127.314L105.051,125.315L103.629,124.224L102.293,122.056L98.179,120.979L96.109,121.106L92.206,122.994L86.385,124.688L80.616,119.743L79.673,117.884L80.272,114.721L79.814,112.029L78.203,110.882L81.103,108.071L84.213,106.391L90.631,105.324L100.767,101.979L106.229,100.698L111.647,97.803L114.009,95.871L116.01,92.951L118.018,89.36L120.627,86.543L118.804,85.47L118.294,82.947L119.015,80.639L120.205,78.665L119.959,75.852L119.015,72.832L119.489,70.732L120.21,68.423L116.616,67.957L112.819,68.037L109.266,69.08L105.708,70.704L102.881,70.609L103.208,68.819L104.832,66.846L108.549,64.327L112.474,62.345L114.057,60.528L115.378,58.411L117.435,56.844L122.51,54.127L131.586,51.671L132.942,51.651L136.196,52.709L139.529,52.684L142.607,51.688L145.593,51.848L151.288,57.059L150.402,50.373L153.47,49.362L156.696,55.751L158.124,56.566L161.496,56.262L160.334,55.073L158.93,54.766L157.137,53.642L155.921,51.519L154.132,45.275L154.889,41.874L157.179,38.552L159.726,35.521L158.226,34.609L157.02,33.156L157.261,29.753L158.224,26.97L162.141,24.913L163.766,21.143L164.955,16.882L164.671,14.821L161.14,14.592L159.317,15.138L157.613,16.206L156.035,15.865L152.558,10.335L150.677,6.323L147.604,-2.016L147.786,-6.699L152.873,-15.948L159.303,-21.366L165.917,-22.56L164.812,-23.16L155.258,-24.815L151.901,-24.535L148.542,-22.49L146.742,-21.954L145.039,-21.992L143.152,-20.967L141.375,-19.419L139.513,-18.562L136.341,-19.452L134.704,-19.318L133.815,-20.571L133.239,-22.444L132.042,-23.078L130.587,-22.831L127.344,-21.048L124.16,-20.188L120.909,-22.298L116.719,-25.856L115.66,-25.038L114.116,-22.706L112.815,-18.978L110.215,-22.928L108.247,-28.032L107.799,-30.992L108.403,-34.176L110.108,-35.207L111.543,-33.752L115.393,-40.895L122.063,-49.891L124.325,-52.435L126.17,-55.988L126.443,-58.561L125.763,-60.802L122.233,-66.365L122.964,-70.295L124.248,-74.547L125.972,-76.938L126.539,-77.342L132.426,-76.178L130.396,-77.988L126.559,-82.763L126.912,-84.138L128.637,-87.635L128.088,-87.312L126.837,-85.848L124.178,-82.103L122.854,-81.333L119.44,-80.956L118.499,-79.099L117.82,-78.633L116.172,-78.776L115.339,-76.984L114.927,-76.893L114.841,-79.03L115.481,-82.386L116.737,-85.371L118.42,-87.512L124.091,-92.128L121.499,-90.833L115.33,-86.742L112.047,-83.977L111.162,-82.959L110.688,-82.032L110.483,-80.968L110.585,-74.84L109.684,-72.214L101.717,-55.189L100.5,-53.562L99.555,-52.814L98.736,-52.72L96.586,-53.482L95.801,-55.078L96.092,-56.547L97.023,-58.738L100.516,-66.872L101.841,-69.072L103.515,-71.035L106.838,-74.376L106.886,-74.621L104.932,-74.238L104.217,-74.632L103.885,-75.461L106.392,-86.772L108.547,-90.259L110.181,-95.633L112.312,-100.063L114.388,-103.23L116.352,-107.357L118.324,-109.018L119.358,-111.88L121.746,-114.74L123.787,-117.838L122.978,-117.652L112.331,-110.687L109.669,-109.506L106.659,-110.524L104.42,-111.989L102.974,-114.491L102.92,-118.589L100.698,-119.121L98.889,-120.253L98.989,-120.744L101.949,-122.448L106.193,-122.366L110.689,-125.053L107.722,-128.111L108.147,-128.793L111.505,-130.174L116.529,-136.176L118.561,-142.172L117.28,-145.407L117.007,-147.422L113.936,-150.245L113.831,-153.083L114.582,-154.471L115.973,-155.733L117.939,-156.541L120.91,-157.154L118.666,-158.788L118.027,-160.366L117.685,-162.483L117.929,-163.716L120.224,-168.646L121.371,-170.643L123.356,-173.074L129.862,-171.643L130.825,-172.74L131.567,-172.683L134.708,-170.89L134.397,-172.229L130.204,-179.78L129.991,-181.103L132.192,-184.27L132.583,-185.819L132.736,-187.586L133.423,-188.736L135.26,-189.069L140.468,-187.996L141.837,-188.337L141.623,-190.173L140.783,-192.639L140.946,-194.49L141.527,-196.091L142.254,-199.461L142.698,-200.832L144.369,-202.828L145.476,-203.305L146.894,-203.468L149.617,-202.193L150.522,-201.085L151.38,-198.704L152.321,-198.788L156.31,-200.369L157.444,-200.506L158.4,-197.599L164.877,-198.665L173.189,-198.154L178.358,-198.72L183.639,-198.343L188.737,-199.118L193.723,-197.538L193.754,-196.595L193.284,-195.393L191.461,-192.11L191.008,-188.181L190.535,-186.98L189.675,-185.673L187.332,-183.246L181.719,-180.171L171.058,-172.775L164.836,-169.251L163.733,-167.229L162.85,-164.318L165.941,-163.185L167.047,-161.972L166.06,-160.611L160.309,-156.251L158.002,-151.721L161.793,-151.228L164.978,-151.612L171.631,-153.535L177.687,-154.814L180.449,-154.441L185.574,-151.819L186.753,-151.544L189.18,-152.002L191.486,-151.718L207.017,-148.799L211.485,-149.146L214.241,-147.467L216.183,-144.048L217.668,-138.074L217.443,-137.176L215.683,-134.809L212.617,-131.958L209.731,-127.815L208.724,-125.512L207.958,-122.919L206.856,-120.63L200.751,-109.881L195.385,-104.275L192.805,-100.025L189.806,-96.857L187.194,-94.983L184.507,-93.886L177.067,-93.385L174.91,-92.635L172.225,-91.044L169.51,-90.476L172.469,-90.159L175.574,-90.752L180.936,-90.312L186.491,-85.549L185.444,-82.589L182.586,-80.506L176.915,-80.987L170.817,-76.486L168.167,-75.231L165.554,-74.818L162.451,-75.588L156.975,-77.949L154.755,-79.85L156.631,-77.077L158.884,-75.343L173.261,-69.84L174.173,-70.03L179.364,-72.491L185.661,-71.5L196.814,-63.809L199.591,-58.763L203.648,-51.601L205.977,-48.655L207.673,-46.057L208.349,-42.513L209.158,-30.801L210.235,-19.399L212.189,-6.878L213.309,-3.369L215.162,-0.768L225.306,6.124L227.456,8.164L231.051,13.902L234.426,19.937L237.688,24.611L241.368,28.494L239.143,30.057L237.392,32.68L238.025,36.601L239.185,40.419L241.793,46.667L244.057,53.366L243.063,52.245L242.011,51.617L240.383,51.502L238.897,51.069L236.313,48.747L233.896,45.94L228.427,46.249L225.555,45.462L222.934,45.122L227.695,47.158L233.022,48.002L243.559,60.063L246.879,66.796L248.246,75.374L246.164,78.962L243.322,81.041L240.629,83.551L237.994,86.398L244.126,91.798L245.587,91.804L247.208,91.328L248.728,89.923L251.632,86.43L253.015,85.256L257.177,85.23L260.64,85.868L264.041,87.076L267.15,87.165L273.141,89.469L276.072,91.273L283.337,98.667L284.628,102.453L284.989,107.224L284.578,112.416L282.751,117.05L280.759,121.169L279.264,126.581L278.428,128.572L277.336,129.955L272.584,133.95L269.571,135.379L268.495,134.519L267.227,134.468L267.009,135.524L268.035,137.874L267.854,140.595L265.12,142.298L262.4,142.837L258.305,141.312L251.894,144.339L256.006,146.706L256.625,148.851L255.179,152.262L252.353,153.609L249.212,153.92L246.125,153.736L243.482,154.346L240.857,155.703L244.032,155.157L246.056,156.219L247.097,159.327L248.162,160.361L254.074,162.267L257.685,162.663L264.986,162.7L268.376,163.138L269.6,163.763L269.345,166.225L268.174,172.323L267.086,173.454L257.041,177.528L254.615,180.914L253.847,182.986L248.313,182.042L245.493,183.965L240.705,184.995L237.083,186.235L233.409,187.88L230.442,188.109L218.618,184.175L211.192,183.487L200.948,184.317L198.43,183.567L194.944,181.103L191.173,179.176L186.761,177.986L183.069,175.557L185.025,179.493L179.084,182.155L176.528,182.458L173.969,182.008L168.472,182.21L163.619,180.995L164.006,183.552L164.979,185.863L163.881,186.617L162.665,186.687L153.58,183.652L152.137,183.765L150.84,185.067L147.523,183.805L144.596,180.762L141.335,178.497L137.829,177.105L134.785,176.951L122.172,178.895L119.046,182.468L116.926,187.878L114.372,192.546L110.818,195.872L107.382,195.87L104.613,192.634L99.103,188.663L97.313,186.257L96.684,186.062L95.911,186.678L93.391,187.151L90.923,186.71L87.021,186.845L79.937,187.983L76.953,189.108L70.426,192.502L69.015,193.494L66.129,197.561L62.741,197.757L60.373,194.369L57.239,192.676L53.592,193.059L51.156,194.095L50.425,192.692L50.808,190.165L53.987,187.597L61.294,186.66L68.331,181.794L72.015,178.715L73.464,176.891L75.202,175.875L77.109,175.727L78.491,173.637L88.362,166.064L89.475,164.171L90.577,160.516L91.86,157.062L98.956,155.906L103.468,148.917L104.412,148.497L113.942,148.734L120.792,149.986L127.416,152.601L130.879,153.341L134.463,153.342L137.542,151.753L143.469,145.184L146.62,142.343L150.134,139.89L153.494,136.99L159.068,131.505L155.597,133.141ZM120.932,48.89L121.884,49.983L124.944,50.352L123.591,52.132L119.966,53.763L117.363,55.486L114.409,56.808L113.458,54.536L111.925,54.344L110.422,49.951L111.083,44.013L114.285,42.994L118.399,43.816ZM210.722,-224.18L207.968,-224.524L209.824,-227.137L211.618,-227.626L214.744,-226.803L214.022,-225.634ZM256.212,-280.729L255.532,-280.222L253.894,-285.499L256.374,-290.901L258.399,-290.455L258.537,-288.894L258.184,-287.571L257.05,-287.553L256.907,-287.144L256.896,-284.49L256.486,-281.463ZM250.015,-282.693L250.064,-279.261L251.382,-279.934L252.822,-276.398L253.768,-276.268L255.499,-277.402L254.744,-274.424L252.035,-266.154L251.321,-264.799L250.705,-262.233L250.289,-261.777L249.065,-256.733L247.779,-255.116L246.265,-251.226L245.858,-250.856L244.685,-252.642L246.94,-258.65L247.96,-262.184L247.87,-264.077L247.324,-265.863L245.26,-266.237L243.424,-265.726L243.22,-266.781L243.324,-268.136L242.951,-268.616L240.607,-268.864L240.051,-269.286L239.714,-270.618L239.772,-271.637L242.035,-272.084L243.885,-271.479L247.099,-273.081L246.211,-279.884L243.891,-280.812L243.472,-281.557L244.056,-282.588L245.425,-282.994L247.954,-286.066L249.223,-286.402L250.666,-286.116ZM264.475,-294.357L264.397,-293.768L262.657,-289.8L262.456,-288.284L260.513,-288.715L260.228,-289.181L260.202,-291.584L260.796,-294.075L261.142,-294.715L261.772,-294.888L262.301,-294.303L263.491,-295.43L264.002,-295.363ZM192.192,-205.63L190.668,-205.282L189.329,-205.502L187.552,-208.612L187.095,-210.822L187.494,-212.121L188.453,-212.389L190.478,-211.371L191.165,-208.869L191.009,-207.359L191.181,-206.734L192.424,-205.933ZM197.685,-202.184L197.39,-202.061L196.643,-203.118L195.634,-206.521L198.136,-206.715L199.141,-206.128L198.482,-204.869ZM196.7,-216.502L196.245,-215.38L198.11,-215.079L200.616,-213.654L202.279,-213.219L203.415,-211.759L202.335,-209.542L201.338,-209.018L200.434,-209.077L197.601,-211.919L193.168,-211.613L192.333,-212.091L191.895,-212.761L191.853,-213.621L192.126,-215.284L191.941,-215.826L190.171,-214.495L189.488,-214.779L189.256,-215.586L189.34,-217.195L189.876,-219.327L191.284,-222.34L192.898,-222.758L195.131,-221.965L197.415,-219.801L198.038,-218.59L197.891,-217.675ZM205.961,-222.705L203.652,-221.875L202.926,-223.015L203.24,-226.125L200.893,-227.867L199.792,-228.898L199.152,-230.54L199.409,-231.011L201.19,-231.408L203.558,-228.124L204.335,-225.609L206.262,-224.621L206.475,-224.246ZM85.401,-117.058L83.839,-117.043L83.9,-117.798L87.177,-120.441L88.863,-120.602L89.354,-120.159L87.862,-118.592ZM114.271,-55.662L110.906,-56.3L109.83,-56.929L108.608,-58.349L108.219,-65.119L109.234,-67.298L110.107,-68.232L110.949,-69.003L112.842,-69.065L114.329,-67.511L114.781,-66.239L115.383,-61.55L114.961,-57.733ZM104.736,-101.291L93.769,-100.765L90.245,-101.739L90.137,-103.124L91.056,-103.787L94.135,-104.011L96.631,-110.061L92.833,-113.901L92.72,-114.777L93.379,-116.091L93.963,-116.568L96.97,-117.489L98.156,-117.589L99.056,-117.237L100.671,-115.123L102.116,-111.171L104.811,-110.039L106.471,-108.093ZM91.586,-83.684L91.315,-77.449L91.51,-73.502L91.247,-72.196L90.026,-70.573L85.248,-69.079L83.815,-69.372L83.932,-69.943L85.387,-72.195L85.079,-75.062L85.894,-77.106L85.58,-77.51L84.674,-77.441L80.843,-74.744L79.727,-74.634L79.767,-75.306L81.103,-77.921L81.569,-79.696L82.28,-80.74L83.354,-81.624L84.566,-82.225L85.343,-82.15L86.03,-81.159L89.06,-82.921ZM94.666,-77.37L93.996,-76.995L92.68,-77.344L92.369,-78.256L92.314,-79.457L92.742,-81.58L93.814,-82.979L97.688,-84.583L96.334,-85.703L96.354,-86.294L97.694,-88.066L101.969,-90.276L103.028,-90.661L103.958,-90.393L101.014,-85.451ZM113.131,-198.911L108.22,-191.34L107.001,-191.333L105.408,-189.518L101.599,-187.906L104.572,-187.29L105.214,-186.301L104.892,-184.739L104.147,-183.864L99.479,-180.89L96.548,-179.96L92.913,-176.611L91.463,-176.918L89.473,-174.683L88.067,-173.868L87.432,-174.004L86.721,-174.671L85.526,-177.499L89.222,-179.281L89.863,-180.516L92.347,-181.532L92.253,-181.98L89.152,-184.7L88.098,-186.385L88.419,-187.003L90.375,-188.214L89.599,-188.552L89.235,-189.488L88.405,-190.01L88.222,-190.908L88.556,-192.897L89.195,-194.993L90.466,-195.665L91.036,-196.573L91.537,-196.723L92.957,-195.905L94.223,-193.918L96.158,-194.195L98.244,-193.411L98.42,-193.803L97.654,-198.171L98.096,-198.936L99.2,-199.734L104.724,-201.583L111.82,-205.269L113.489,-205.7L113.801,-204.95L113.907,-202.27ZM97.545,-133.147L96.687,-132.725L95.778,-132.997L94.928,-134.025L94.181,-136.484L97.274,-137.47L98.291,-136.323L98.443,-135.182L98.209,-134.035ZM106.248,-158.019L105.724,-155.904L104.767,-153.534L104.877,-150.779L104.603,-148.955L105.573,-148.076L106.051,-147.125L110.638,-145.183L115.214,-144.618L115.881,-143.634L115.732,-142.384L114.736,-141.216L111.759,-139.245L107.927,-135.913L106.839,-135.277L105.805,-135.399L105.24,-135.939L106.103,-143.103L102.696,-142.852L100.041,-143.478L98.735,-144.599L98.059,-146.446L96.915,-151.125L91.313,-154.086L90.146,-156.727L89.908,-158.317L90.338,-158.997L91.888,-160.468L93.321,-159.569L94.394,-159.687L95.114,-160.393L95.25,-161.049L94.737,-162.696L94.84,-163.188L101.25,-163.827L102.33,-166.771L103.746,-166.737L105.002,-165.454L106.465,-161.907ZM81.116,-172.019L83.368,-168.789L80.137,-164.858L76.674,-165.611L72.46,-169.881L72.605,-170.536L73.185,-171.437L74.092,-172.095L74.946,-172.079L76,-171.247L77.923,-171.77L79.215,-171.146ZM74.213,-145.501L73.055,-145.496L71.729,-146.042L70.97,-146.979L70.77,-150.02L70.981,-151.859L72.065,-155.048L72.817,-158.911L75.779,-158.435L76.385,-157.703L74.32,-145.991ZM68.346,-139.421L65.987,-139.256L65.228,-139.766L65.188,-140.46L66.103,-141.97L67.98,-142.155L68.982,-140.994L68.987,-140.136ZM71.626,2.245L69.403,1.537L67.557,2.005L66.319,2.512L65.348,2.227L62.333,1.856L59.468,1.259L59.327,-0.041L60.602,-3.672L60.215,-4.77L57.659,-5.815L56.863,-6.916L55.822,-9.765L55.785,-11.044L55.934,-12.709L54.813,-15.153L53.183,-17.113L52.025,-17.446L49.231,-15.416L46.824,-13.305L47.248,-11.941L47.486,-10.192L46.142,-9.209L42.495,-7.116L41.773,-6.171L40.763,-5.797L39.464,-6.931L35.788,-7.571L34.205,-8.346L32.69,-10.807L28.188,-13.262L28.018,-16.616L27.265,-17.382L23.042,-24.13L22.785,-26.147L23.709,-27.042L26.143,-28.273L33.584,-29.483L34.891,-30.296L35.303,-31.225L33.515,-32.817L32.04,-34.427L31.64,-35.368L31.708,-36.119L32.977,-36.769L35.033,-36.391L36.495,-35.638L37.938,-36.166L40.448,-36.458L42.137,-37.19L44.086,-39.566L45.978,-41.701L46.361,-42.978L48.633,-47.328L49.461,-48.338L54.36,-50.418L55.052,-48.482L57.087,-47.617L59.349,-48.747L62.591,-53.069L64.184,-52.986L65.848,-52.293L69.339,-52.152L75.768,-53.105L78.481,-52.63L82.005,-50.721L84.801,-50.153L86.62,-46.224L86.894,-40.573L88.924,-34.575L92.187,-29.102L91.739,-26.312L89.97,-25.052L86.476,-23.798L86.168,-21.743L88.332,-22.413L90.171,-22.473L94.391,-21.222L95.446,-18.818L95.839,-15.612L95.938,-12.972L95.009,-10.278L94.102,-11.384L93.4,-14.057L92.349,-15.446L90.892,-16.324L90.924,-12.85L89.735,-8.347L90.344,-7.805L92.394,-7.32L90.125,-3.029L87.109,-2.268L83.758,-2.423L82.646,-0.953L81.633,1.045L79.337,3.8L76.802,5.152L74.097,4.269ZM192.218,186.724L189.42,188.006L188.41,189.781L187.665,190.427L185.985,190.695L184.361,190.553L178.671,185.843L177.146,185.793L178.795,184.196L182.956,183.366L185.36,181.787L190.148,184.278Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L510.718,358.872L513.026,361.008L512.57,364.546L509.915,370.307L508.525,374.914L508.409,378.533L508.641,380.179L509.105,380.179L511.662,380.424L512.941,380.422L516.895,381.318L520.156,382.704L520.862,384.264L521.219,386.072L525.079,388.519L529.522,390.05L531.034,389.543L536.453,383.65L538.675,384.612L539.994,387.722L539.897,389.287L538.452,395.474L538.257,398.849L539.57,400.973L539.708,402.699L539.375,404.266L537.148,404.456L534.206,403.582L531.719,400.972L529.73,401.318L528.095,401.989L527.292,404.545L526.609,407.512L526.856,409.238L528.04,410.463L529.003,413.253L529.62,416.786L530.223,418.426L529.638,419.089L528.108,419.595L526.807,419.193L524.421,414.93L523.352,413.291L521.585,413.053L518.41,414.054L513.586,416.453L511.582,416.456L509.931,415.963L508.4,413.989L507.107,410.122L506.639,407.653L505.699,407.735L502.647,406.988L501.235,407.972L501.223,411.921L500.854,416.938L499.309,420.059L494.911,425.633L493.358,428.01L492.637,429.733L492.509,431.213L493.204,433.851L494.021,436.324L493.299,437.801L491.035,438.526L489.383,436.951L488.809,434.313L485.283,430.581L486.85,427.551L486.62,426.726L480.838,425.106L478.382,422.774L474.892,418.616L474.207,416.879L474.52,411.206L474.303,409.804L473.842,409.14L472.197,409.117L469.816,411.056L467.533,413.982L462.997,417.278L462.514,417.928L463.989,421.245L463.85,422.477L460.207,427.594L459.463,429.308L454.776,432.423L452.614,433.611L446.264,431.078L444.494,430.705L441.488,432.274L437.414,433.646L430.84,435.019L428.383,433.791L427.349,432.688L426.806,431.107L425.234,428.34L423.394,426.633L422.154,424.78L420.566,422.75L419.557,421.151L421.155,415.938L420.157,414.093L419.66,411.441L420.076,409.645L419.502,409.213L413.662,408.014L408.715,408.154L405.238,409.744L402.178,412.5L401.798,413.143L402.013,413.646L403.317,416.335L400.838,419.113L396.969,421.088L394.36,421.22L393.198,420.756L393.335,417.715L395.505,416.742L397.595,414.857L398.305,412.088L398.622,410.208L396.728,407.737L397.024,406.35L398.437,403.612L399.243,401.259L400.386,399.25L404.509,395.964L408.735,392.759L409.464,389.083L409.987,384.658L410.611,383.612L416.177,381.189L417.494,380.166L418.245,378.712L422.711,373.93L427.161,369.14L428.024,367.522L428.749,366.557L428.775,365.735L428.332,365.145L426.266,364.666L425.625,363.081L427.908,360.357L430.729,358.719L433.38,358.8L434.395,359.571L434.252,360.472L435.376,361.493L437.443,361.882L439.875,361.621L442.441,360.621L444.004,358.193L444.859,356.323L448.824,354.282L451.445,355.413L458.688,355.898L464.108,355.426L467.47,354.003L471.61,354.068L474.359,354.931L474.82,354.855L475.628,354.619L476.328,353.887L478.98,353.345L479.333,352.691L479.226,352.031L478.77,351.697L475.549,351.985L474.292,351.474L474.079,350.237L475.14,348.195L477.456,346.58L479.525,346.194L480.896,346.621L484.42,349.784L485.222,349.957L485.801,349.386L486.493,349.064L487.751,349.651L488.998,351.635L489.225,351.966L497.157,351.276L498.88,351.284L504.273,354.755Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M754.648,-148.602L752.676,-147.178L751.884,-143.703L750.204,-142.909L748.777,-141.556L749.401,-130.83L752.952,-127.123L751.35,-126.34L749.91,-124.987L749.104,-123.037L748.448,-118.998L744.502,-116.346L743.097,-114.584L741.177,-110.659L740.553,-105.286L738.458,-102.778L735.787,-101.976L736.903,-106.474L738.574,-110.196L736.347,-112.302L734.706,-115.992L732.899,-118.654L733.751,-122.033L732.519,-127.203L732.133,-132.385L733.596,-135.245L735.396,-137.555L737.976,-142.825L740.98,-146.716L745.483,-148.848L747.765,-147.684L748.305,-150.958L749.774,-151.895L751.241,-151.312ZM696.239,-67.541L695.02,-65.003L693.857,-65.066L692.709,-68.231L691.791,-76.443L691.907,-80.559L696.349,-95.888L698.788,-97.287L701.513,-106.695L702.072,-110.781L703.313,-114.597L703.936,-117.936L704.561,-119.258L706.203,-118.828L707.006,-118.317L705.512,-116.238L705.933,-113.841L705.944,-112.749L702.462,-101.661L701.983,-94.647L700.542,-92.75ZM556.194,-192.3L558.416,-186.203L560.242,-185.408L562.723,-187.075L564.309,-191.586L565.102,-198.438L566.078,-204.879L564.543,-211.672L562.86,-217.706L562.722,-219.477L566.382,-224.654L567.405,-228.828L568.516,-232.839L569.882,-234.236L571.893,-234.639L574.241,-235.48L577.136,-238.205L579.637,-241.853L581.617,-245.147L582.069,-251.606L581.941,-254.908L582.719,-257.314L583.404,-262.008L582.442,-266.639L579.497,-273.577L576.038,-283.396L575.419,-288.734L576.748,-289.803L579.445,-290.84L584.556,-291.296L585.043,-291.912L585.457,-294.313L586.429,-297.591L587.603,-300.026L588.31,-303.381L588.516,-306.459L585.448,-310.935L581.463,-315.467L578.878,-316.903L574.194,-320.657L570.89,-323.873L572.292,-336.573L573.292,-345.938L573.457,-348.257L573.332,-351.765L568.532,-366.78L568.584,-370.13L568.891,-373.147L568.226,-378.367L567.828,-382.997L568.511,-384.396L570.123,-387.033L568.368,-391.018L568.195,-391.357L564.806,-401.326L569.198,-411.392L568.143,-416.537L570.871,-420.434L575.62,-429.173L578.268,-434.125L578.788,-434.926L580.98,-437.182L585.113,-439.874L589.765,-441.302L591.882,-441.403L600.051,-440.085L606.403,-439.135L607.271,-440.486L608.443,-443.329L609.935,-447.323L609.756,-451.654L608.837,-457.943L607.682,-461.701L603.124,-463.963L598.146,-467.085L603.407,-478.173L607.032,-485.884L611.376,-497.416L612.672,-502.22L613.685,-504.209L614.003,-521.583L614.656,-526.541L615.309,-529.132L615.136,-531.757L614.33,-536.1L612.278,-546.001L619.847,-547.741L622.304,-548.53L624.567,-549.927L628.815,-553.327L630.878,-556.22L628.928,-565.436L631.373,-568.807L637.076,-580.331L643.23,-591.409L646.161,-595.753L646.345,-597.726L646.356,-600.841L644.428,-605.656L642.6,-608.614L639.07,-614.105L640.06,-618.293L642.169,-619.278L644.977,-621.133L646.909,-624.79L647.149,-625.259L649.721,-639.278L656.464,-646.83L659.046,-650.947L663.948,-648.572L671.09,-645.016L673.435,-651.651L674.142,-654.068L674.785,-657.649L673.712,-663.564L672.648,-671.292L672.651,-674.361L675.13,-676.084L676.509,-676.602L684.19,-674.244L686.075,-674.56L689.582,-674.534L693.619,-673.588L702.234,-670.895L705.828,-669.833L707.778,-669.733L709.167,-671.729L712.012,-676.644L706.43,-679.233L709.342,-683.072L710.624,-686.694L711.532,-690.995L711.383,-695.971L710.823,-698.529L709.51,-700.166L705.84,-704.21L712.715,-705.803L715.074,-706.32L720.539,-704.105L720.83,-703.51L721.052,-701.995L721.487,-700.42L727.01,-697.144L728.72,-695.309L732.228,-692.478L733.29,-690.913L736.42,-689.307L738.766,-687.492L741.397,-686.09L744.592,-683.783L748.654,-682.17L751.869,-681.973L760.382,-679.589L761.929,-678.673L764.617,-676.41L767.51,-673.825L770.141,-668.02L772.787,-668.126L773.845,-666.136L776.742,-662.934L780.458,-660.342L780.514,-659.263L778.59,-655.83L779.029,-651.832L780.155,-646.783L781.729,-642.816L781.813,-641.565L781.444,-640.051L781.161,-637.651L781.23,-635.676L781.473,-634.726L781.776,-634.239L783.167,-634.49L785.611,-634.484L787.163,-633.865L788.884,-629.215L788.765,-628.29L787.139,-625.736L786.812,-623.963L787.204,-621.42L788.118,-618.793L789.325,-615.772L791.538,-612.847L794.37,-609.77L796.303,-607.251L797.314,-605.371L797.858,-604.033L797.189,-602.11L796.983,-598.478L797.495,-594.532L797.621,-591.863L796.346,-587.95L795.206,-586.486L795.197,-584.513L795.553,-581.353L796.683,-577.622L797.288,-575.138L798.071,-573.314L798.873,-572.209L802.388,-570.624L805.009,-566.644L806.764,-563.309L810.607,-554.569L805.469,-552.445L800.951,-553.929L799.177,-552.447L795.673,-551.724L791.791,-550.14L790.715,-548.081L789.807,-547.209L785.621,-549.06L781.37,-552.689L779.346,-549.053L777.757,-548.163L775.81,-550.771L774.402,-551.07L773.841,-549.909L773.668,-547.303L772.981,-545.057L772.959,-543.81L773.665,-538.6L773.568,-537.342L770.051,-537.477L770.423,-536.119L771.276,-535.548L771.788,-534.745L770.71,-533.417L767.194,-533.028L767.091,-531.771L768.361,-530.025L767.88,-528.265L767.246,-527.456L763.312,-525.771L760.886,-525.658L760.376,-524.517L760.366,-523.101L761.028,-521.789L762.195,-521.174L762.704,-520.37L762.911,-518.546L762.066,-518.061L759.09,-520.959L758.369,-520.671L759.158,-519.025L760.873,-517.346L761.992,-515.575L763.091,-513.45L763.222,-511.616L760.999,-505.537L758.742,-501.578L757.179,-498.083L756.469,-494.543L758.171,-493.038L760.071,-490.774L761.933,-486.219L763.875,-482.208L767.165,-478.672L766.986,-476.273L766.649,-474.376L762.798,-469.664L758.596,-462.898L755.307,-446.842L753.726,-444.517L749.233,-441.258L747.788,-438.437L744.586,-434.941L738.54,-431.593L736.096,-427.611L735.314,-423.766L733.842,-423.313L732.227,-424.581L730.194,-425.363L730.264,-422.937L730.574,-421.15L727.143,-423.408L725.939,-420.822L725.33,-416.662L721.534,-410.723L716.551,-411.074L716.184,-410.076L717.544,-409.545L717.806,-408.709L716.978,-408.176L715.619,-408.014L713.741,-406.752L712.37,-406.678L712.029,-404.038L711.354,-400.754L708.77,-399.157L707.352,-398.736L706.822,-396.945L711.136,-397.005L710.981,-395.515L711.068,-394.054L710.771,-392.376L706.188,-389.52L705.662,-387.645L704.814,-386.427L702.628,-386.186L702.587,-387.304L702.789,-388.45L699.644,-388.02L698.388,-390.564L697.815,-389.811L698.368,-387.71L699.489,-385.67L700.732,-382.523L700.224,-380.395L699.513,-379.368L700.183,-378.491L701.965,-377.994L702.837,-376.795L700.923,-375.464L698.717,-371.431L696.113,-371.069L694.729,-368.51L693.012,-368.331L691.464,-369.723L689.128,-370.777L688.625,-368.4L688.634,-366.677L690.403,-362.292L693.142,-359.042L695.604,-357.748L694.064,-356.555L693.056,-354.214L692.374,-347.007L691.832,-344.115L691.492,-339.185L692.412,-335.071L693.119,-333.082L694.481,-330.475L691.439,-330.51L688.023,-331.8L688.851,-328.537L687.234,-324.348L687.902,-320.986L688.547,-318.736L688.324,-314.946L689.367,-313.85L690.091,-311.695L689.413,-309.917L689.977,-308.517L690.554,-303.527L692.002,-295.805L691.914,-294.087L694.378,-287.499L694.194,-285.005L694.239,-281.937L697.187,-279.33L699.506,-279.565L701.815,-279.888L702.752,-279.217L703.908,-277.289L704.852,-274.913L706.814,-275.29L709.695,-277.645L711.617,-278.365L713.415,-274.634L717.583,-270.059L719.91,-268.015L723.673,-267.247L727.858,-263.634L727.905,-258.693L729.664,-257.193L734.402,-255.876L736.28,-253.458L737.337,-251.284L738.771,-249.667L740.842,-244.295L740.735,-240.79L739.036,-239.392L735.175,-235.186L733.555,-232.273L732.254,-230.42L728.357,-226.23L726.843,-225.378L725.549,-223.363L724.228,-222.365L722.844,-222.721L718.351,-218.746L718.869,-217.274L722.661,-217.096L724.528,-218.068L725.848,-219.914L727.395,-220.514L728.85,-220.339L730.291,-221.864L731.462,-222.593L732.779,-222.066L734.577,-218.963L731.845,-216.946L729.813,-216.628L729.359,-211.143L728.369,-208.74L727.6,-207.55L723.212,-204.771L720.404,-201.497L717.067,-198.85L715.402,-199.181L713.327,-196.506L708.317,-193.194L705.911,-189.143L700.115,-185.186L697.305,-182.209L688.736,-181.238L680.638,-181.105L678.132,-179.537L680.785,-179.429L682.712,-178.247L684.923,-179.035L690.142,-178.832L692.829,-178.406L696.698,-174.209L694.307,-172.379L690.056,-170.803L692.28,-164.594L694.044,-160.455L692.456,-157.694L693.443,-145.985L690.974,-145.591L690.308,-140.646L691.365,-138.216L691.796,-132.448L692.671,-128.994L694.175,-125.85L693.93,-122.38L690.634,-114.097L691.055,-110.438L692.006,-108.256L692.884,-104.808L691.607,-97.894L690.796,-92.032L689.7,-87.155L686.689,-81.11L685.341,-76.721L682.354,-63.073L680.56,-60.247L678.227,-58.049L675.295,-59.653L672.619,-60.529L669.562,-60.124L664.779,-58.257L657.312,-58.717L650.239,-57.725L648.502,-56.271L649.884,-51.518L647.23,-50.673L644.632,-51.923L642.426,-50.111L640.612,-48.159L637.107,-43.685L636.01,-40.948L636.014,-36.025L638.23,-31.655L640.299,-26.612L636.192,-20.026L633.658,-19.709L626.132,-20.948L613.123,-16.357L601.131,-18.969L602.452,-22.358L602.342,-24.852L602.762,-28.62L602.978,-32.546L602.763,-35.204L601.768,-37.911L598.799,-41.452L591.732,-53.423L589.703,-58.518L588.276,-60.634L589.232,-60.754L594.621,-58.213L595.856,-58.598L597.058,-59.734L595.36,-63.587L593.944,-65.366L592.88,-67.995L596.003,-68.875L598.208,-68.802L599.697,-71.957L598.534,-76.754L596.087,-78.237L594.066,-78.738L589.956,-86.349L585.827,-90.205L578.212,-105.331L575.331,-115.872L572.934,-114.79L571.67,-119.359L570.696,-123.772L570.413,-126.949L566.645,-128.683L566.488,-130.943L565.463,-140.982L561.554,-142.219L558.83,-147.859L558.106,-158.595L555.5,-160.465L553.413,-159.829L553.444,-162.52L553.843,-165.052L552.442,-174.863L551.88,-183.944L550.83,-186.617L550.222,-189.805L550.613,-192.595L551.297,-194.211L553.801,-194.689ZM756.245,-153.025L756.158,-149.971L754.749,-150.051L753.291,-152.069L755.345,-155.788L759.027,-156.078L760.404,-155.49ZM731.251,-204.063L730.236,-203.439L729.681,-203.545L730.049,-205.877L730.479,-206.859L732.068,-207.974L732.533,-207.858ZM733.233,-225.858L732.8,-224.193L731.958,-226.05L732.174,-226.5L732.303,-228.47L733.42,-229.621L735.34,-229.251L735.4,-228.748L733.822,-226.947Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M214.003,764.207L213.141,764.705L210.79,763.88L207.042,763.494L207.106,761.579L207.778,760.312L208.592,758.976L210.583,761.937L214.145,762.802ZM276.089,716.207L279.519,718.064L283.318,716.952L285.262,717.521L287.18,718.418L287.339,721.507L285.36,724.764L282.716,727.967L280.305,731.521L278.24,735.684L274.718,737.98L271.545,739.22L265.44,735.546L261.8,734.404L260.84,733.155L260.327,728.281L258.87,726.656L256.418,725.776L254.202,726.746L251.197,729.059L249.841,726.356L247.633,725.739L246.851,724.085L247.025,722.186L263.188,712.05L267.744,709.859L277.313,707.658L278.724,708.188L277.395,709.91L277.335,710.653L278.451,711.575L278.075,712.958L276.797,714.019ZM318.278,716.835L317.581,717.37L306.779,711.06L303.141,710.219L302.281,709.326L302.621,706.443L302.973,705.222L310.49,705.174L316.39,707.572L319.304,713.331L319.507,714.258ZM209.726,751.911L208.093,754.664L202.595,753.086L201.393,751.706L202.942,748.529L204.716,748.299L204.959,745.987L206.939,743.773L215.109,742.696L216.802,744.537L216.968,746.89L211.66,751.442ZM120.796,525.397L120.682,527.046L121.581,529.508L122.94,530.538L125.732,532.105L127.926,532.584L130.926,533.592L132.838,535.193L132.687,537.17L131.749,539.369L130.226,541.237L129.253,542.765L129.869,543.768L130.879,544.659L131.97,544.979L132.871,544.855L133.661,543.717L134.991,542.32L135.632,542.243L135.518,543.059L135.866,544.19L139.444,546.598L147.296,551.075L150.511,551.587L153.187,552.358L153.749,553.846L158.412,559.778L159.678,559.775L162.032,560.161L164.947,560.118L167.063,559.388L168.412,559.725L169.772,560.976L171.413,562.012L173.568,564.025L175.3,566.4L176.583,567.306L185.123,566.843L186.839,568.376L188.837,568.613L191.123,568.549L195.918,569.77L199.935,570.064L200.375,569.533L201.28,564.904L202.098,563.254L203.017,562.943L205.348,563.537L213.521,567.261L216.831,569.362L220.056,571.117L223.038,571.598L224.819,572.697L227.103,577.497L226.498,579.674L226.538,580.508L226.753,582.106L226.449,583.817L227.084,585.044L228.324,585.337L230.125,585.107L231.95,584.629L235.406,583.07L236.317,582.83L241.498,585.581L243.75,587.21L244.471,588.938L245.453,590.608L247.066,591.012L249.481,589.667L253.284,588.367L259.187,590.404L265.796,593.154L268.672,593.656L268.892,592.598L269.525,591.163L270.716,590.604L272.374,590.499L274.829,589.965L277.583,588.874L280.266,588.603L283.085,589.748L286.542,590.859L288.682,591.032L289.326,594.065L290.999,595.357L291.428,597.958L288.286,599.115L286.379,599.126L285.512,603.528L286.165,604.906L287.844,606.201L288.245,607.559L288.098,614.174L284.221,617.838L278.767,621.865L252.892,633.945L246.358,640.309L244.031,641.666L225.256,644.222L211.797,647.561L205.451,648.542L196.842,655.749L192.863,658.633L195.729,659.871L198.659,664.109L197.304,665.707L192.093,667.79L189.8,668.363L188.681,667.82L187.479,668.016L177.557,681.035L168.803,690.256L164.099,694.112L159.12,700.099L147.819,715.904L147.074,720.743L149.597,738.124L151.567,742.887L154.834,747.055L161.512,751.044L162.737,754.37L159.979,757.052L152.388,761.489L139.321,767.064L133.373,772.005L131.597,777.312L127.644,779.317L125.305,786.734L122.484,791.486L121.726,793.066L118.913,796.643L118.281,799.332L121.565,803.715L119.448,805.118L117.448,805.61L113.049,805.443L98.322,803.935L85.338,810.52L78.287,817.002L70.967,829.847L63.188,836.967L60.083,838.022L56.094,833.786L50.563,832.349L44.891,832.738L41.724,835.033L36.952,835.888L32.774,833.87L23.576,831.624L19.303,831.094L12.36,832.23L6.994,829.806L-2.321,827.457L-23.134,825.585L-25.757,826.048L-28.964,828.951L-36.585,833.511L-46.496,831.934L-56.235,833.93L-58.882,835.896L-63.967,841.651L-66.119,846.18L-66.823,846.13L-67.565,844.794L-69.142,844.83L-70.545,848.395L-74.308,849.37L-77.176,849.407L-83.616,845.068L-88.507,839.486L-91.479,838.634L-95.023,830.749L-96.313,825.879L-96.863,820.904L-96.222,819.158L-96.314,817.518L-100.288,814.742L-100.484,810.18L-96.079,805.288L-92.999,803.361L-91.237,803.038L-95.221,802.48L-98.81,805.494L-101.272,798.932L-113.637,784.57L-112.157,782.241L-111.98,780.743L-115.046,783.247L-116.972,783.689L-124.411,781.578L-133.331,781.086L-133.037,768.854L-133.122,764.141L-132.761,761.233L-129.02,755.061L-126.012,752.822L-121.588,747.906L-116.572,744.054L-112.223,743.885L-110.205,743.552L-107.977,740.284L-106.388,737.39L-106.981,736.923L-111.895,736.55L-117.82,721.731L-117.095,719.677L-115.367,716.82L-113.745,713.175L-112.942,710.118L-110.145,708.005L-106.17,706.145L-102.482,703.029L-100.241,699.603L-99.136,696.357L-100.33,693.639L-104.751,691.328L-107.51,680.792L-107.258,674.647L-108.154,673.772L-110.549,670.444L-112.289,664.795L-112.498,663.9L-109.329,663.665L-97.286,666.203L-94.473,665.705L-93.998,665.383L-90.95,661.881L-87.245,655.891L-85.885,652.029L-86.313,650.244L-89.449,645.423L-89.316,644.181L-88.276,642.455L-85.535,640.924L-81.848,639.337L-79.626,637.692L-79.685,636.071L-80.365,634.234L-80.184,632.749L-79.15,631.022L-77.668,624.652L-76.816,623.14L-76.236,617.258L-76.003,612.402L-77.248,605.795L-76.449,604.528L-75.07,603.637L-70.957,602.31L-66.87,597.932L-61.592,594.728L-55.234,592.583L-50.566,589.66L-48.353,587.16L-47.056,586.581L-47.17,585.209L-47.527,583.112L-49.406,580.789L-52.074,579.145L-55.333,578.472L-57.27,577.732L-57.452,576.091L-56.502,572.154L-55.803,568.166L-56.057,566.258L-57.267,564.571L-60.344,564.348L-62.598,562.692L-64.541,562.029L-65.833,562.599L-71.387,561.161L-73.614,560.007L-75.199,558.905L-76.282,559.093L-77.079,559.766L-77.466,560.949L-78.172,562.402L-80.605,563.395L-85.534,563.839L-89.238,562.855L-92.512,561.115L-93.453,560.06L-94.927,559.054L-102.2,558.267L-102.943,557.506L-105.635,558.42L-109.647,559.369L-111.657,558.994L-112.329,558.501L-112.393,557.638L-113.255,554.559L-112.549,553.196L-108.715,549.586L-108.742,548.563L-109.667,546.911L-110.195,544.672L-110.344,543.621L-112.163,543.032L-114.26,543.648L-122.172,544.008L-124.074,544.324L-127.785,545.655L-131.873,547.995L-134.505,548.047L-135.266,546.846L-133.765,539.479L-128.665,535.603L-125.248,533.275L-126.347,532.421L-129.323,531.798L-128.645,529.499L-126.92,528.807L-124.976,526.639L-126.306,525.136L-127.153,523.238L-126.139,518.984L-125.351,517.305L-125.278,515.372L-131.893,516.503L-133.389,515.718L-132.614,512.51L-128.157,508.492L-127.444,507.136L-131.175,505.475L-133.519,502.362L-134.717,499.864L-135.922,496.345L-135.257,493.621L-131.774,487.766L-128.522,486.519L-125.829,485.982L-119.688,482.794L-112.983,485.235L-108.418,485.379L-104.02,484.037L-101.59,484.009L-97.636,482.894L-97.146,480.216L-97.89,477.929L-96.377,476.333L-91.862,474.92L-86.724,472.965L-81.536,473.549L-75.743,471.977L-72.642,474.525L-69.504,474.628L-66.449,477.41L-62.878,483.082L-56.519,486.48L-50.742,486.113L-41.244,487.862L-36.514,489.435L-27.794,490.047L-23.025,491.434L-14.792,490.644L-9.176,494.777L2.349,498.438L8.947,502.21L27.976,509.836L35.172,511.213L45.595,510.708L50.167,509.745L53.896,511.473L59.972,510.5L62.729,511.299L65.8,514.737L77.929,520.57L81.751,517.929L84.318,517.588L93.083,520.973L101.678,526.385L106.436,527.355L113.604,527.342L119.642,525.562ZM-601.587,1095.391L-608.696,1104.922L-613.452,1108.042L-615.878,1108.761L-621.065,1108.246L-624.413,1099.569L-624.878,1091.805L-625.773,1089.111L-622.644,1088.284L-619.009,1089.828L-610.488,1091.232L-608.652,1091.226L-598.11,1087.182L-589.649,1089.155L-590.249,1091.412ZM-484.7,1105.425L-488.501,1107.685L-491.315,1105.65L-487.72,1099.275L-485.745,1097.629L-479.022,1096.444L-473.873,1096.659L-471.584,1093.937L-469.571,1093.197L-468.503,1095.586L-470.492,1097.323L-473.479,1103.974L-477.418,1105.121ZM-515.736,1134.5L-523.154,1138.068L-528.502,1135.022L-529.12,1133.828L-522.97,1134.317L-516.548,1131.801L-510.401,1123.762L-502.043,1115.422L-499.667,1111.462L-497.21,1110.417L-494.312,1111.13L-493.215,1111.829L-492.55,1114.469L-494.095,1119.5L-498.186,1127.454L-503.163,1133.968ZM-566.338,1119.358L-567.856,1122.957L-568.144,1126.871L-570.162,1132.496L-573.099,1134.811L-579.388,1136.108L-583.149,1134.311L-585,1132.324L-587.42,1126.035L-585.892,1120.977L-581.011,1118.868L-578.114,1115.184L-568.753,1119.109L-567.608,1118.667L-566.926,1118.618ZM-642.663,1099.932L-644.45,1099.757L-646.105,1097.791L-646.885,1093.38L-644.408,1091.141L-642.753,1090.262L-640.905,1091.194L-638.201,1094.447L-637.729,1096.907L-638.19,1098.212ZM-675.353,1099.397L-682.185,1105.574L-686.22,1100.86L-687.056,1099.444L-687.531,1097.514L-682.486,1099.001L-676.162,1096.981ZM-661.456,1068.196L-662.638,1068.224L-662.312,1064.117L-663.889,1053.345L-659.465,1050.375L-653.994,1052.278L-652.786,1055.834L-653.108,1059.019L-654.758,1060.347L-655.698,1063.86L-657.084,1065.836Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M912.153,251.25L912.039,253.272L911.191,255.668L910.037,258.28L909.169,261.262L908.391,267.564L907.749,270.59L903.855,276.815L904.763,284.504L904.185,285.182L893.967,289.486L892.447,289.309L890.761,288.075L889.799,287.06L889.125,286.415L887.9,284.441L886.431,283.088L884.454,282.145L882.566,281.021L880.432,281.265L874.931,284.18L870.93,284.945L868.261,284.676L864.504,283.98L857.549,284.821L852.89,286.565L852.649,288.095L849.587,298.079L843.656,302.469L838.495,306.739L837.013,307.684L834.04,306.918L830.613,305.295L827.87,304.491L826.017,305.23L824.178,307.872L823.589,310.436L817.485,313.034L806.515,315.38L802.947,318.211L802.049,321.301L802.188,323.438L803.434,325.196L802.445,327.55L802.096,328.503L794.297,329.91L783.889,331.749L777.601,332.273L771.655,332.745L767.467,331.282L762.19,328.106L756.584,323.794L755.999,323.687L755.269,323.264L751.942,323.263L751.171,323.587L749.089,322.219L748.322,320.227L744.741,315.117L740.502,306.511L740.255,303.889L741.222,300.905L742.242,298.493L742.19,296.762L742.368,296.249L743.025,292.466L744.905,287.324L746.863,284.24L748.451,283.174L751.885,283.66L757.771,283.809L762.062,282.705L765.962,280.061L767.992,277.941L769.779,275.68L770.195,274.31L771.024,273.641L774.348,272.12L775.196,270.619L775.361,268.034L775.378,265.133L775.808,262.932L776.522,261.279L782.414,256.889L782.818,255.517L783.662,254.095L785.379,252.489L786.907,250.24L788.638,248.796L791.071,248.593L793.355,248.074L795.029,247.129L795.79,246.955L799.061,247.224L799.89,249.446L800.518,251.858L806.123,251.004L808.555,245.391L810.013,244.544L812.424,242.413L813.863,240.57L815.097,241.491L817.286,244.614L819.395,247.081L820.524,248.013L820.74,248.816L821.906,249.162L823.932,249.228L825.362,249.871L826.137,252.342L826.439,254.628L825.992,256.348L825.854,257.86L827.367,258.242L829.392,257.391L830.72,256.384L835.284,257.679L836.265,253.308L837.619,250.88L839.799,249.583L841.601,248.003L843.348,246.846L844.559,246.676L845.063,246.273L846.725,246.122L848.544,246.281L851.005,245.431L854.568,246L857.041,247.555L859.228,247.902L861.638,247.465L863.133,246.163L865.008,242.139L866.766,241.876L869.316,240.91L873.171,240.408L882.065,239.784L884.6,240.887L890.265,241.823L893.008,243.468L894.403,245.829L895.228,247.447L901.268,249.134L910.099,251.177Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M737.56,396.585L734.651,395.688L731.1,395.506L730.565,396.13L729.219,396.908L728.616,398.116L729.474,402.583L728.717,403.392L724.694,403.322L723.446,403.923L721.594,407.215L719.47,408.712L716.84,409.835L714.816,411.154L712.306,412.345L710.115,413.096L709.283,414.564L708.927,416.077L709.16,417.544L711.627,420.239L712.221,423.246L712.283,427.038L711.846,429.053L711.119,430.43L705.561,432.593L699.979,436.148L699.909,436.813L702.732,439.408L702.9,440.056L700.874,441.775L700.751,443.352L701.123,445.139L702.45,446.856L702.936,448.553L699.798,449.941L695.47,449.842L690.174,447.907L688.287,448.368L686.701,449.715L684.871,449.262L682.748,448.003L679.808,445.229L678.255,443.434L677.655,441.577L676.801,441.303L675.766,441.947L674.967,444.389L672.609,448.744L670.771,450.014L667.89,449.944L663.834,450.272L661.35,450.831L658.154,449.45L657.457,449.82L657.513,450.806L656.407,452.435L654.669,453.522L645.699,451.701L644.405,449.874L646.387,448.863L648.999,446.251L650.806,446.483L653.04,445.783L654.058,444.737L652.336,441.701L648.556,438.035L646.58,436.74L643.914,435.892L643.384,434.848L644.493,428.776L643.972,427.897L641.028,428.379L640.284,427.758L639.993,426.702L640.159,425.293L642.046,422.807L644.183,420.636L644.712,419.454L644.547,418.557L641.664,417.719L639.849,416.906L638.536,416.643L637.617,417.184L636.881,416.644L636.088,414.953L636.664,412.289L639.01,409.7L641.72,407.419L644.1,405.646L645.356,404.92L645.915,402.172L647.335,402.342L650.274,402.346L653.476,402.826L656.45,403.397L659.088,404.232L664.662,404.887L669.626,405.156L671.188,405.635L672.357,405.478L673.936,406.2L674.837,405.565L675.355,404.46L677.966,402.969L680.43,401.073L681.925,398.828L682.861,397.033L684.419,395.771L686.261,395.231L687.857,394.542L694.809,393.219L702.1,393.335L705.515,391.918L708.15,389.567L712.186,388.669L712.419,388.651L718.727,389.705L719.119,388.765L719.318,388.335L718.827,383.836L720.634,381.622L722.418,380.564L728.606,380.364L729.541,381.686L729.96,383.797L730.793,386.614L731.913,387.341L732.597,388.437L732.654,390.414L733.951,391.786L737.113,395.551Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M955.697,476.311L954.629,477.328L953.507,478.771L953.019,481.026L953.474,484.457L949.566,487.871L947.964,488.723L947.521,490.55L947.265,495.77L948.02,499.57L948.939,501.339L949.453,502.924L951.227,504.55L952.949,507.353L954.457,511.112L956.919,513.79L962.202,515.989L964.943,517.277L967.091,519.502L968.817,521.463L973.403,523.849L973.401,526.025L972.907,528.286L972.215,529.411L970.708,532.432L969.001,534.315L966.612,539.66L961.587,540.762L960.419,541.377L958.659,543.01L958.187,545.514L959.366,547.24L959.569,549.213L959.325,553.102L961.247,556.963L963.302,558.543L963.729,559.559L963.794,561.472L961.692,565.757L961.174,567.266L958.55,568.455L957.622,568.273L956.02,567.116L954.594,567.016L951.601,569.094L948.498,570.518L945.756,570.207L943.244,570.527L941.598,571.458L940.262,571.921L937.906,574.048L933.955,575.838L931.913,575.905L930.922,574.472L929.83,572.386L930.041,571.267L932.524,569.128L932.631,567.357L935.229,558.681L935.563,555.955L935.422,555.059L934.338,554.645L932.226,554.977L922.282,553.178L922.203,549.351L919.165,547.729L915.92,546.386L915.117,544.423L911.165,540.847L908.477,538.914L905.22,538.229L902.253,536.916L900.629,536.153L899.615,534.385L899.449,533.243L898.42,532.226L897.211,532.568L895.328,534.339L892.802,536.035L892.449,537.085L893.763,539.229L894.704,540.51L894.532,541.951L893.912,543.789L889.379,548.347L888.944,549.741L890.236,551.725L889.765,552.874L885.737,554.855L885.702,553.694L885.067,551.867L882.427,550.152L878.741,549.078L870.216,544.826L867.271,544.471L864.472,544.26L860.417,542.131L858.386,541.98L855.928,540.47L850.44,534.857L846.071,532.003L843.157,530.707L842.204,529.082L841.755,527.477L841.806,526.889L843.589,524.175L845.145,523.647L847.099,523.318L848.606,524.372L850.479,524.383L851.263,522.704L851.471,520.434L850.858,517.605L845.72,511.449L841.591,507.236L840.98,506.316L841.721,505.31L842.89,504.748L844.272,504.906L847.85,504.783L851.211,503.936L852.16,502.651L851.97,501.18L850.562,499.867L846.188,496.609L842.604,493.66L838.755,491.487L835.843,490.854L834.953,489.636L834.408,488.21L834.458,485.631L834.175,482.347L834.526,480.23L836.463,476.089L838.231,471.636L839.181,467.533L839.437,463.767L839.062,462.735L837.77,462.152L835.148,461.651L831.76,462.819L828.92,464.496L827.729,464.724L827.169,463.134L827.559,462.34L828.529,462.304L829.289,462.543L830.039,461.704L830.247,459.439L828.105,451.907L830.165,450.907L830.153,449.83L830.152,448.836L832.582,449.861L835.806,449.457L838.64,448.85L839.024,448.054L838.76,446.926L838.06,446.186L837.013,445.572L836.163,444.601L834.205,444.432L827.904,442.396L824.687,439.805L824.299,436.62L824.92,434.803L825.919,434.1L825.611,433.557L821.991,432.507L820.568,430.69L821.318,427.947L818.911,422.933L816.746,419.878L818.349,418.277L818.349,416.288L818.329,415.13L819.035,415.045L821.821,413.38L822.633,412.203L823.178,410.81L823.726,410.411L825.897,411.552L827.917,411.467L830.04,410.289L831.649,408.843L833.522,407.61L834.379,406.838L835.407,405.545L837.462,402.047L840.073,401.045L843.694,401.402L847.722,401.202L850.552,400.077L858.052,399.973L859.676,400.497L860.843,401.167L863.219,403.662L865.585,406.904L868.398,408.172L871.73,409.695L873.455,410.863L876.415,414.762L878.593,416.527L879.171,416.36L879.678,415.705L880.09,415.23L880.62,415.569L880.809,416.871L881.329,419.623L881.423,422.769L882.428,425.533L882.558,426.429L882.321,427.295L882.427,428.028L883.244,428.658L886.005,430.168L888.807,432.751L891.73,434.482L894.536,435.396L896.092,435.247L899.06,437.214L904.431,438.146L906.182,438.46L907.402,439.272L908.411,440.282L908.587,441.421L907.96,442.101L907.02,443.911L906.974,446L906.214,446.616L905.38,446.744L904.883,447.486L905.126,448.281L905.967,448.985L907.153,449.553L909.296,449.973L911.502,450.798L911.628,451.612L911.289,452.581L908.841,453.375L906.952,453.831L906.045,454.303L906.426,455.994L912.076,456.874L914.843,458.11L916.372,460.038L920.066,460.875L925.805,460.631L930.116,462.19L932.869,465.498L936.326,464.017L940.466,457.744L945.145,455.546L950.371,457.337L953.365,458.999L954.122,460.541L953.047,461.476L950.353,461.599L948.252,463.039L946.966,465.676L947.148,468.234L948.8,470.712L950.801,472.296L953.268,472.965L954.587,474.161L955.132,475.906Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M611.135,528.103L609.056,528.512L607.999,526.573L609.39,524.295L611.589,523.882L612.024,525.596Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M923.95,131.313L926.115,134.273L927.205,136.674L926.931,138.737L927.513,140.727L929.268,142.586L934.893,148.258L938.273,154.088L940.104,156.263L943.983,158.806L944.44,160.062L943.38,161.436L942.349,161.798L941.56,162.281L941.242,163.515L942.319,164.571L943.808,166.053L946.123,170.734L946.78,174.804L945.91,176.058L944.855,178.688L944.409,181.035L936.874,184.024L935.482,186.708L932.01,192.029L929.572,195.147L926.113,200.703L920.62,210.035L918.718,213.877L917.349,216.956L913.077,225.376L911.868,228.838L912.637,231.381L915.534,237.151L916.334,239.855L916.433,242.426L916.271,244.792L916.547,245.747L918.475,247.089L921.563,249.231L921.813,250.023L921.678,251.216L920.839,252.279L917.377,251.952L913.435,250.783L912.153,251.25L910.099,251.177L901.268,249.134L895.228,247.447L894.403,245.829L893.008,243.468L890.265,241.823L884.6,240.887L882.065,239.784L873.171,240.408L869.316,240.91L866.766,241.876L865.008,242.139L863.133,246.163L861.638,247.465L859.228,247.902L857.041,247.555L854.568,246L851.005,245.431L848.544,246.281L846.725,246.122L845.063,246.273L844.559,246.676L843.348,246.846L841.601,248.003L839.799,249.583L837.619,250.88L836.265,253.308L835.284,257.679L830.72,256.384L829.392,257.391L827.367,258.242L825.854,257.86L825.992,256.348L826.439,254.628L826.137,252.342L825.362,249.871L823.932,249.228L821.906,249.162L820.74,248.816L820.524,248.013L819.395,247.081L817.286,244.614L815.097,241.491L813.863,240.57L812.424,242.413L810.013,244.544L808.555,245.391L806.123,251.004L800.518,251.858L799.89,249.446L799.061,247.224L795.79,246.955L795.513,245.578L794.443,242.223L787.168,236.2L785.958,233.439L786.162,232.337L785.515,230.588L783.971,229.689L778.685,228.969L777.457,229.854L776.172,229.253L774.132,227.823L770.82,226.865L770.412,226.164L769.086,225.15L768.413,225.058L768.166,225.83L767.291,226.92L764.157,228.585L762.785,228.152L761.47,227.215L759.8,224.99L757.622,223.148L755.91,222.582L754.81,221.537L754.507,220.74L758.028,218.632L758.608,216.831L757.836,213.682L757.25,213.329L755.95,214.542L753.003,215.76L750.228,216.542L748.815,216.686L740.309,211.655L734.929,210.355L731.847,210.152L731.576,210.757L733.297,213.905L736.072,217.696L736.065,218.772L733.392,220.682L731.828,221.575L729.998,223.153L728.545,225.274L727.312,226.215L725.987,226.171L724.697,225.296L720.779,219.611L716.248,215.462L715.72,214.433L714.395,214.301L712.465,213.475L711.686,212.054L712.542,210.574L713.613,209.075L715.816,208.055L716.401,207.259L716.732,206.072L717.352,204.445L717.092,203.971L715.427,202.38L712.907,200.946L706.532,202.731L704.872,203.698L703.811,202.711L702.912,201.048L701.164,200.944L698.878,199.558L696.063,198.296L693.442,198.09L687.887,196.371L685.833,196.444L684.592,195.793L683.177,194.245L681.973,192.598L681.168,189.02L677.081,187.747L673.034,186.96L672.86,187.551L673.215,191.08L673.139,193.069L670.636,194.401L668.063,194.742L668.233,194.069L670.803,187.446L671.911,183.236L672.989,175.636L670.653,169.845L669.932,167.166L668.989,165.908L663.479,163.388L662.988,162.428L663.572,158.419L663.038,156.801L661.652,155.156L659.737,151.89L658.804,148.973L660.791,145.367L661.154,142.86L661.871,139.337L662.374,137.399L662.44,136.815L660.987,135.588L660.547,133.713L660.68,130.973L659.81,128.961L657.846,127.848L656.582,126.192L655.811,124.006L656.114,120.591L657.167,115.885L653.795,110.553L645.924,104.5L642.031,100.177L642.185,97.517L643.594,95.113L646.349,92.791L648.28,88.941L649.131,84.411L649.182,83.578L649.082,80.35L644.905,67.586L644.199,64.393L643.551,60.449L643.282,59.386L649.949,61.71L652.691,63.11L652.274,61.394L651.67,59.939L651.83,57.687L651.413,54.392L645.54,53.104L641.661,52.76L641.016,50.474L641.33,48.96L642.496,49.803L646.254,49.904L655.249,44.837L670.841,37.921L687.468,31.134L691.425,30.223L695.33,28.727L696.56,26.623L697.937,25.088L699.921,21.332L704.497,15.258L713.355,12.437L716.476,9.471L723.047,5.073L738.63,-0.71L745.141,-2.336L751.639,-3.145L757.827,-0.594L764.425,2.729L765.907,5.061L762.357,3.894L757.091,0.829L755.295,0.869L760.731,11.44L763.37,15.058L768.398,17.469L772.389,17.906L784.011,14.704L787.987,11.852L789.028,10.545L790.195,10.98L798.01,10.533L805.936,10.126L818.622,9.013L831.813,7.832L845.496,6.493L860.264,4.89L875.873,2.789L876.707,2.31L877.965,0.158L879.981,0.063L882.451,0.814L883.694,1.524L884.26,2.435L884.743,3.446L886.071,3.466L888.489,3.883L891.904,5.3L894.615,6.754L897.378,9.038L898.716,11.914L899.334,15.341L899.632,17.562L899.994,18.423L906.089,33.823L914.244,48.237L917.55,55.368L919.101,59.204L920.77,64.783L921.73,68.81L922.154,71.087L922.321,74.251L921.034,76.425L911.658,83.602L909.898,85.599L907.66,90.281L905.528,95.024L905.168,96.597L905.12,97.529L905.998,98.884L910.107,100.419L914.267,101.603L915.758,102.761L918.758,103.98L920.074,105.335L920.948,106.602L921.424,109.79L920.978,114.403L922.09,117.557L921.239,119.978L920.639,122.604L921.21,126.946Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M715.074,-706.32L712.715,-705.803L705.84,-704.21L709.51,-700.166L710.823,-698.529L711.383,-695.971L711.532,-690.995L710.624,-686.694L709.342,-683.072L706.43,-679.233L712.012,-676.644L709.167,-671.729L707.778,-669.733L705.828,-669.833L702.234,-670.895L693.619,-673.588L689.582,-674.534L686.075,-674.56L684.19,-674.244L676.509,-676.602L675.13,-676.084L672.651,-674.361L672.648,-671.292L673.712,-663.564L674.785,-657.649L674.142,-654.068L673.435,-651.651L671.09,-645.016L663.948,-648.572L659.046,-650.947L656.464,-646.83L649.721,-639.278L647.149,-625.259L646.909,-624.79L644.977,-621.133L642.169,-619.278L640.06,-618.293L639.07,-614.105L642.6,-608.614L644.428,-605.656L646.356,-600.841L646.345,-597.726L646.161,-595.753L643.23,-591.409L637.076,-580.331L631.373,-568.807L628.928,-565.436L630.878,-556.22L628.815,-553.327L624.567,-549.927L622.304,-548.53L619.847,-547.741L612.278,-546.001L614.33,-536.1L615.136,-531.757L615.309,-529.132L614.656,-526.541L614.003,-521.583L613.685,-504.209L612.672,-502.22L611.376,-497.416L607.032,-485.884L603.407,-478.173L598.146,-467.085L603.124,-463.963L607.682,-461.701L608.837,-457.943L609.756,-451.654L609.935,-447.323L608.443,-443.329L607.271,-440.486L606.403,-439.135L600.051,-440.085L591.882,-441.403L589.765,-441.302L585.113,-439.874L580.98,-437.182L578.788,-434.926L578.268,-434.125L575.62,-429.173L570.871,-420.434L568.143,-416.537L569.198,-411.392L564.806,-401.326L568.195,-391.357L568.368,-391.018L570.123,-387.033L568.511,-384.396L567.828,-382.997L568.226,-378.367L568.891,-373.147L568.584,-370.13L568.532,-366.78L573.332,-351.765L573.457,-348.257L573.292,-345.938L572.292,-336.573L570.89,-323.873L574.194,-320.657L578.878,-316.903L581.463,-315.467L585.448,-310.935L588.516,-306.459L588.31,-303.381L587.603,-300.026L586.429,-297.591L585.457,-294.313L585.043,-291.912L584.556,-291.296L579.445,-290.84L576.748,-289.803L575.419,-288.734L576.038,-283.396L579.497,-273.577L582.442,-266.639L583.404,-262.008L582.719,-257.314L581.941,-254.908L582.069,-251.606L581.617,-245.147L579.637,-241.853L577.136,-238.205L574.241,-235.48L571.893,-234.639L569.882,-234.236L568.516,-232.839L567.405,-228.828L566.382,-224.654L562.722,-219.477L562.86,-217.706L564.543,-211.672L566.078,-204.879L565.102,-198.438L564.309,-191.586L562.723,-187.075L560.242,-185.408L558.416,-186.203L556.194,-192.3L556.07,-193.73L555.577,-195.573L549.705,-197.297L548.631,-197.19L546.369,-198.242L545.019,-198.554L542.23,-199.179L539.905,-204.539L537.337,-209.057L537.043,-210.91L536.92,-219.438L536.158,-223.145L535.923,-227.283L534.466,-223.967L535.335,-218.655L533.501,-216.435L531.205,-215.309L531.419,-212.187L532.405,-211.608L532.711,-208.404L532.143,-203.672L527.598,-192.999L526.619,-191.895L526.002,-190.457L523.566,-191.364L520.526,-188.395L517.646,-187.959L516.553,-191.24L512.408,-195.695L510.435,-195.44L512.233,-193.251L513.947,-190.389L512.961,-188.533L511.972,-187.352L510.351,-186.677L504.303,-182.976L506.376,-180.531L504.561,-177.672L502.477,-177.257L501.295,-175.999L500.925,-174.234L494.629,-169.138L484.19,-156.212L478.733,-152.591L474.999,-148.788L471.695,-149.015L467.493,-145.823L456.929,-143.216L450.056,-144.666L445.142,-143.725L442.635,-145.99L442.321,-147.596L442.532,-148.429L443.028,-149.504L442.123,-149.955L440.201,-150.188L439.336,-149.126L439.16,-146.696L438.216,-146.057L434.681,-147.613L433.809,-148.906L435.189,-151.375L437.567,-153.642L437.124,-154.078L436.717,-155.521L435.716,-155.726L432.499,-155.511L429.86,-156.034L421.576,-161.595L419.784,-164.452L413.159,-169.138L410.303,-173.994L408.84,-179.207L409.26,-183.905L410.442,-191.182L411.883,-192.965L417.871,-190.062L423.804,-185.496L424.717,-185.709L426.842,-188.99L430.642,-191.533L429.593,-192.334L423.976,-189.45L421.984,-191.309L418.91,-194.991L418.992,-196.759L420.601,-198.541L421.159,-200.964L420.55,-203.355L421.049,-206.456L423.607,-209.72L427.402,-212.936L430.204,-216.115L433.036,-218.03L432.708,-218.719L429.642,-217.575L426.532,-215.508L422.903,-211.948L418.495,-209.192L415.323,-208.245L413.758,-207.308L411.393,-206.496L408.766,-202.407L406.08,-200.775L401.323,-200.779L400.513,-203.949L402.462,-214.911L404.177,-220.229L405.887,-223.944L408.305,-224.408L410.221,-227.185L411.634,-227.113L412.714,-225.705L417.424,-224.205L419.891,-227.727L423.003,-228.093L428.623,-231.403L428.563,-232.083L424.832,-231.481L422.534,-231.414L419.236,-230.72L417.502,-231.394L416.839,-234.135L418.275,-236.522L423.716,-242.032L425.666,-244.487L426.731,-246.814L426.626,-248.429L427.641,-251.692L432.931,-257.324L437.119,-259.875L438.331,-257.454L436.932,-250.383L436.819,-247.421L440.516,-257.713L441.996,-260.205L443.703,-261.842L447.643,-262.898L448.823,-264.557L444.215,-264.116L433.061,-260.544L428.225,-257.181L426.804,-254.527L423.397,-250.522L421.794,-247.967L420.912,-244.024L418.974,-241.996L416.397,-241.357L412.729,-236.54L411.028,-232.561L407.429,-229.616L405.093,-227.287L404.336,-226.397L402.969,-224.102L401.987,-223.988L401.179,-225.387L401.266,-228.514L401.81,-233.479L403.677,-236.933L404.662,-240.438L403.787,-243.707L404.686,-245.692L406.085,-245.616L408.746,-244.541L411.638,-244.476L416.49,-246.861L415.778,-248.422L413.779,-248.691L409.93,-248.719L406.92,-251.338L404.668,-256.468L403.911,-263.218L404.798,-265.122L414.232,-271.505L416.797,-274.437L415.437,-274.845L411.882,-271.201L406.841,-269.174L404,-272.561L402.56,-276.129L402.038,-283.562L402.599,-287.361L402.545,-292.389L404.682,-293.887L406.936,-292.909L409.134,-292.449L414.358,-292.6L425.834,-295.031L432.999,-292.935L435.99,-292.985L440.691,-295.445L444.616,-295.56L447.531,-293.502L449.076,-291.153L449.234,-288.085L450.54,-286.086L451.499,-286.652L450.807,-289.141L450.751,-292.802L462.794,-296.719L464.28,-298.301L459.536,-299.018L458.282,-302.886L460.977,-308.61L460.743,-309.383L458.039,-306.387L456.646,-302.079L457.06,-298.66L456.504,-297.058L454.014,-296.364L448.56,-296.278L445.121,-297.842L441.921,-298.807L440.857,-299.954L441.288,-302.409L440.713,-302.942L439.273,-300.78L437.914,-296.401L435.321,-295.481L428.241,-297.395L417.906,-296.938L413.198,-294.96L410.231,-295.372L405.258,-299.565L403.394,-302.741L403.074,-308.988L403.489,-311.782L407.517,-312.664L409.536,-312.468L411.469,-313.816L409.923,-314.923L407.668,-316.926L406.28,-320.763L403.914,-322.094L402.509,-325.424L402.376,-330.308L403.076,-333.69L404.391,-334.726L407.431,-333.783L415.546,-333.86L422.971,-330.071L428.064,-327.87L438.56,-328.459L444.774,-331.306L443.719,-332.199L436.973,-330.658L430.88,-330.996L420.194,-334.909L415.84,-336.326L411.067,-336.065L408.626,-337.226L407.32,-340.724L408.766,-347.241L411.08,-348.571L412.228,-346.794L413.709,-346.544L415.342,-349.201L416.831,-350.752L418.165,-354.2L422.531,-357.329L424.353,-357.499L426.975,-358.921L428.6,-358.419L429.518,-356.833L430.779,-355.491L433.67,-355.539L442.254,-357.857L443.19,-358.68L444.912,-360.761L439.537,-360.019L435.036,-358.655L432.14,-358.349L431.81,-360.25L432.955,-362.003L434.671,-363.733L435.622,-366.87L437.478,-368.168L439.438,-368.005L443.55,-368.45L446.439,-369.119L451.328,-368.438L458.654,-367.014L463.327,-363.97L465.055,-364.184L466.958,-364.91L467.883,-365.918L464.147,-367.21L464.029,-369.015L464.47,-370.292L470.567,-372.554L477.186,-372.938L476.08,-374.934L461.582,-372.342L457.885,-374.421L454.951,-374.508L452.96,-373.453L447.367,-372.264L446.34,-373.245L447.519,-376.641L451.04,-382.11L451.329,-383.477L452.913,-384.802L461.588,-387.73L465.807,-391.409L467.676,-391.88L469.446,-391.581L472.28,-391.95L477.666,-390.726L480.011,-385.954L482.256,-384.456L489.241,-378.432L488.935,-380.155L482.961,-388.23L480.647,-390.245L479.019,-394.232L479.645,-397.925L481.615,-400.391L488.537,-401.589L489.757,-403.04L489.944,-405.538L488.922,-407.188L486.361,-407.134L484.296,-408.197L483.775,-410.878L484.599,-412.679L488.625,-415.907L490.786,-417.005L494.534,-418.092L500.961,-415.46L501.433,-414.077L499.662,-410.806L499.812,-408.994L501.409,-408.727L505.099,-414.237L509.48,-415.01L511.31,-416.22L513.377,-417.001L516.422,-412.005L517.706,-410.371L518.668,-409.773L519.651,-405.639L520.614,-405.386L521.96,-407.465L524.35,-408.606L527.699,-409.329L533.226,-408.362L535.773,-409.175L536.973,-409.108L535.797,-412.8L534.984,-413.823L536.126,-417.208L537.298,-418.522L541.07,-420.92L544.699,-422.028L547.029,-424.325L550.147,-426.472L549.636,-428.016L548.644,-429.896L546.587,-430.023L545.775,-431.044L548.323,-433.523L551.799,-436.376L551.145,-437.399L548.444,-438.547L546.42,-437.636L543.477,-435.409L539.997,-431.968L541.197,-431.038L542.988,-428.305L540.606,-424.541L527.565,-414.418L521.372,-411.429L518.417,-411.842L517.685,-414.6L516.402,-416.579L514.956,-420.719L512.495,-420.626L511.147,-419.674L510.51,-421.055L511.536,-425.464L513.585,-428.926L517.048,-431.62L518.608,-434.743L520.149,-439.861L525.049,-444.665L532.009,-456.715L537.773,-460.624L539.79,-464.83L543.156,-466.72L546.021,-469.998L548.249,-470.397L552.335,-473.456L554.549,-476.997L553.008,-477.13L549.454,-474.776L547.398,-473.858L547.466,-477.602L548.373,-481.456L551.271,-485.013L565.137,-495.632L566.637,-494.025L568.418,-491.033L572.655,-491.889L577.287,-497.837L580.728,-504.277L578.809,-503.145L576.725,-500.435L572.547,-496.687L570.593,-496.089L569.439,-496.483L568.743,-498.903L567.203,-499.547L565.858,-498.976L564.435,-500.675L564.067,-504.858L565.589,-511.121L566.873,-515.281L568.258,-518.485L573.745,-527.55L574.811,-532.509L577.375,-535.163L580.812,-534.698L581.814,-535.534L580.488,-538.638L576.683,-541.023L576.395,-542.594L588.507,-547.286L594.396,-547.501L596.051,-549.616L599.134,-551.109L601.408,-553.795L600.097,-554.866L594.289,-552.253L590.608,-550.915L588.92,-550.829L587.638,-549.973L582.95,-549.485L581.46,-559.552L581.934,-565.133L583.688,-565.038L583.801,-570.343L585.68,-573.527L588.466,-574.373L589.772,-575.766L591.65,-578.607L595.001,-578.167L598.428,-578.978L597.493,-580.165L593.152,-581.608L591.995,-584.38L593.35,-585.959L594.938,-587.197L596.357,-587.542L598.908,-593.186L600.482,-595.674L602.363,-595.342L604.921,-597.985L607.612,-597.266L610.002,-599.018L613.417,-600.312L626.039,-601.66L626.226,-603.898L623.49,-604.226L614.083,-604.18L609.335,-603.775L607.317,-603.022L606.557,-603.774L606.609,-605.2L608.173,-607.435L608.873,-609.794L611.948,-615.786L615.758,-619.97L618.918,-619.213L622.425,-615.724L624.852,-615.46L625.996,-614.388L628.149,-609.475L628.94,-609.359L628.208,-614.202L630.154,-618.278L629.501,-619.387L626.168,-617.7L623.459,-618.922L621.2,-621.787L620.437,-624.498L621.5,-627.255L622.588,-628.676L621.702,-630.218L616.843,-625.578L613.342,-624.352L611.83,-624.874L612.339,-628.748L611.715,-631.743L616.055,-639.645L617.591,-640.561L620.331,-640.224L622.917,-638.269L624.971,-638.783L627.106,-640.023L626.6,-642.043L621.764,-642.479L620.394,-644.079L620.752,-645.808L623.866,-647.746L626.921,-651.212L630.562,-652.401L633.316,-655.052L633.91,-654.563L634.541,-653.628L636.318,-644.896L639.635,-637.923L640.699,-637.746L639.127,-643.792L639.94,-645.656L640.996,-647.093L641.276,-648.643L639.851,-649.057L638.495,-651.093L636.243,-657.994L636.698,-659.92L639.862,-663.883L644.144,-665.167L649.02,-663.01L650.666,-663.076L653.326,-664.052L657.678,-666.644L660.309,-667.812L661.669,-667.952L661.899,-669.057L660.534,-669.638L660.063,-670.221L658.999,-670.563L654.904,-668.981L643.179,-668.231L641.978,-669.383L641.582,-671.51L642.527,-674.66L643.717,-676.572L647.823,-680.023L652.365,-680.912L656.666,-686.852L658.133,-691.073L658.48,-697.54L660.875,-702.958L667.925,-706.624L668.051,-707.909L666.961,-710.516L666.503,-715.286L667.912,-721.178L669.011,-723.215L669.569,-723.551L671.355,-721.839L673.701,-718.191L676.91,-716.378L680.844,-716.39L681.766,-717.594L678.476,-719.478L675.842,-722.084L675.298,-725.03L676.229,-726.69L677.883,-726.703L679.995,-727.321L681.722,-729.448L681.807,-730.92L681.653,-732.729L681.93,-734.774L684.226,-739.631L692.633,-743.728L693.444,-742.551L694.136,-733.76L693.834,-727.96L694.372,-723.829L695.596,-728.191L696.37,-739.823L697.402,-745.369L698.919,-748.694L700.235,-749.608L701.373,-751.326L703.031,-752.567L703.784,-751.385L704.753,-748.673L705.103,-738.63L705.671,-735.502L705.14,-731.217L702.173,-721.304L702.527,-720.166L703.45,-720.748L704.88,-722.496L708.877,-732.014L713.585,-731.589L713.546,-732.316L711.742,-734.712L709.566,-736.967L708.614,-739.948L707.709,-748.171L708.583,-751.695L712.484,-751.891L714.791,-752.69L716.107,-751.321L718.404,-751.756L719.109,-757.938L722.218,-758.964L725.642,-755.44L729.381,-753.355L732.74,-750.023L733.337,-751.223L730.455,-759.794L728.361,-762.69L724.657,-763.861L720.36,-767.257L719.147,-768.826L719.13,-770.209L722.099,-771.959L726.625,-771.189L729.834,-775.031L731.052,-774.302L733.674,-776.488L735.811,-774.525L736.778,-775.333L736.947,-778.604L741.216,-781.269L744.414,-779.961L746.298,-778.432L747.664,-775.053L749.961,-768.23L752.908,-764.861L754.704,-763.236L756.502,-763.094L756.928,-765.113L755.003,-767.083L754.175,-769.158L753.99,-774.592L754.502,-776.817L757.984,-785.529L761.344,-790.429L763.709,-791.244L766.191,-801.229L767.117,-803.088L768.142,-803.752L767.416,-805.856L764.859,-806.862L764.202,-809.636L766.612,-813.657L769.174,-820.062L770.932,-820.784L772.334,-819.466L776.461,-817.568L779.204,-815.026L781.09,-813.908L782.076,-814.392L782.471,-816.819L783.306,-818.025L785.679,-817.953L787.325,-816.793L788.463,-816.844L789.551,-816.227L790.194,-814.39L788.667,-811.91L786.424,-805.723L784.36,-798.84L783.901,-795.381L784.57,-786.649L782.976,-780.644L783.559,-776.758L784.989,-775.185L787.662,-777.215L790.201,-783.045L790.03,-788.607L795.816,-805.167L798.238,-814.233L801.407,-821.985L803.726,-823.912L805.988,-819.799L806.25,-813.739L805.102,-809.629L806.956,-808.255L807.643,-803.713L807.747,-801.202L807.993,-798.631L808.508,-796.308L809.797,-797.251L814.263,-803.135L814.541,-808.461L814.972,-812.512L814.846,-815.873L816.283,-819.41L820.31,-820.348L820.199,-821.644L814.35,-824.719L813.348,-826.565L814.404,-829.455L817.664,-835.42L820.082,-835.424L821.747,-834.588L827.431,-835.102L832.449,-832.631L833.669,-827.152L833.268,-824.592L832.683,-823.03L828.271,-817.519L827.824,-815.336L829.71,-815.034L832.883,-817.974L834.319,-816.341L834.306,-811.335L835.75,-804.335L836.312,-800.141L837.219,-796.411L838.212,-794.49L837.75,-802.845L837.765,-804.921L839.24,-808.489L838.544,-814.735L838.83,-822.465L840.153,-827.247L841.256,-828.757L845.845,-829.733L848.256,-828.643L850.85,-825.612L852.495,-824.521L856.965,-824.076L858.917,-822.598L859.442,-821.598L860.487,-821.59L862.517,-824.979L864.221,-825.911L868.241,-822.626L868.471,-819.364L868.917,-818.441L872.41,-819.582L875.656,-819.24L883.026,-814.546L884.455,-811.813L885.137,-808.208L878.069,-802.075L875.547,-797.414L870.088,-794.433L849.652,-791.774L850.778,-789.142L866.085,-786.869L867.338,-785.41L867.825,-781.775L868.525,-778.856L869.348,-777.005L870.82,-775.513L872.755,-775.086L876.105,-776.449L878.066,-775.941L878.861,-777.755L877.996,-782.699L878.714,-784.024L881.039,-783.149L883.269,-778.2L883.979,-777.829L883.913,-781.768L885.931,-782.041L887.928,-782.877L890.796,-783.016L893.577,-776.723L894.239,-774.364L894.434,-771.97L894.119,-770.658L892.975,-769.868L889.887,-769.198L884.987,-770.672L881.664,-772.4L880.819,-772.265L880.51,-771.9L881.806,-769.619L882.201,-767.66L882.324,-765.44L882.248,-763.449L881.932,-761.582L880.815,-759.125L878.361,-756.785L871.311,-751.566L871.033,-749.999L870.713,-740.589L870.338,-739.095L869.7,-737.814L867.269,-735.705L865.484,-737.299L863.632,-739.996L863.162,-742.95L864.961,-749.373L866.903,-754.071L867.375,-755.687L868.057,-760.165L862.047,-769.291L855.336,-770.772L847.345,-773.745L844.215,-775.598L839.065,-779.778L835.259,-783.735L832.73,-783.226L830.305,-781.436L827.001,-776.267L825.033,-773.571L823.786,-772.631L823.49,-772.47L820.111,-773.007L816.639,-772.505L814,-771.544L813.126,-770.698L810.737,-763.098L808.812,-759.055L807.611,-757.496L806.943,-755.31L806.748,-751.836L807.164,-740.07L806.572,-735.507L806.806,-732.786L808.789,-724.991L809.391,-720.51L808.293,-716.596L807.327,-714.646L805.621,-713.924L803.562,-712.58L802.015,-710.058L801.2,-706.954L800.909,-700.2L798.705,-697.375L795.983,-697.475L793.649,-699.486L789.362,-700.572L786.215,-701.156L782.488,-703.008L779.202,-704.403L776.549,-704.275L775.464,-701.604L774.69,-699.084L770.497,-696.403L768.148,-694.521L764.87,-693.575L763.239,-695.022L758.249,-695.251L752.298,-695.518L750.63,-695.239L749.624,-697.99L747.418,-701.82L742.225,-708.183L740.169,-710.408L736.079,-715.695L731.526,-721.106L731.039,-721.213L728.586,-721.016L725.072,-720.296L723.042,-718.619L721.863,-716.616L721.799,-715.236L723.996,-709.996L723.813,-708.509L723.179,-707.776L719.713,-708.815L715.824,-708.159ZM401.484,-294.751L399.315,-294.197L397.727,-294.803L398.602,-299.44L399.497,-300.154L400.791,-300.419L402.002,-297.79ZM402.321,-256.599L402.083,-250.841L399.928,-251.388L399.01,-253.648L398.832,-255.101L399.198,-258.391L398.88,-261.891L399.585,-263.549L400.466,-263.753L401.678,-260.626ZM874.716,-779.369L871.778,-776.988L871.075,-778.118L871.255,-780.235L871.106,-784.336L872.531,-784.527L874.31,-783.402L875.847,-781.931ZM560.401,-518.043L559.101,-516.425L556.465,-516.784L556.202,-518.091L556.796,-520.824L558.332,-522.01L560.357,-521.809L561.066,-520.692ZM486.281,-419.218L483.817,-419.166L482.245,-420.312L485.926,-422.419L491.657,-424.512L492.145,-425.804L492.859,-425.97L493.794,-424.319L493.933,-422.071L493.288,-420.954ZM477.885,-402.953L475.72,-402.993L473.17,-403.82L471.522,-405.493L471.312,-406.877L474.388,-408.625L477.364,-409.603L478.768,-407.594L478.792,-404.403ZM750.266,-806.491L750.189,-804.797L749.925,-803.07L748.794,-801.189L745.88,-793.781L743.687,-792.376L743.065,-791.152L742.238,-790.359L739.091,-790.75L738.447,-789.248L737.725,-788.197L735.66,-787.48L734.288,-787.623L730.576,-789.519L728.217,-791.829L726.778,-794.012L729.841,-794.415L730.809,-795.132L732.934,-795.017L733.723,-797.567L736.375,-797.732L741.055,-800.205L743.008,-799.612L746.197,-805.765L747.525,-805.814L749.222,-807.704ZM783.372,-830.551L788.27,-829.507L789.784,-829.829L792.818,-826.614L793.894,-827.223L794.198,-824.933L792.179,-823.369L788.782,-821.988L788.328,-821.422L785.266,-821.157L782.943,-823.777L779.917,-824.001L779.713,-824.994L781.071,-827.625ZM755.742,-793.216L756.497,-790.839L757,-788.791L755.899,-785.614L752.88,-781.168L753.246,-780.212L752.165,-778.998L750.341,-777.933L749.145,-778.465L748.702,-781.728L748.214,-782.664L747.007,-781.06L745.203,-782.51L744.859,-784.122L745.048,-785.64L746.094,-788.145L748.151,-789.993L749.806,-789.728L753.921,-796.518L754.709,-795.356ZM762.541,-795.405L759.63,-792.719L757.369,-794.165L756.23,-795.82L755.425,-799.868L755.412,-802.385L756.707,-804.024L757.879,-803.213L758.26,-802.537L760.204,-802.058L762.782,-799.928ZM592.492,-654.094L593.71,-653.266L596.647,-653.705L597.217,-653.38L596.889,-651.926L595.676,-650.242L593.047,-649.106L591.941,-646.627L591.157,-645.778L588.815,-645.562L587.462,-644.953L585.845,-642.722L584.381,-644.259L584.093,-643.081L583.919,-641.015L583.184,-640.442L580.867,-639.525L580.088,-644.229L581.108,-646.067L581.841,-648.072L583.133,-648.493L584.313,-648.373L586.149,-652.946L588.967,-654.35L590.747,-654.536ZM576.218,-633.146L573.482,-630.26L574.312,-635.295L575.621,-640.357L577.569,-643.306L578.724,-642.286L578.351,-639.854L578.462,-637.446L578.029,-636.265ZM615.392,-690.669L618.192,-685.638L619.497,-682.668L619.051,-676.863L616.896,-673.821L613.276,-673.02L610.682,-673.109L608.958,-674.432L608.652,-675.942L607.674,-676.326L605.301,-674.188L603.626,-673.809L601.362,-675.196L600.597,-677.67L602.693,-680.956L603.615,-683.449L606.189,-683.348L606.91,-682.674L608.355,-682.321L609.034,-685.253L608.691,-687.306L609.269,-688.699L612.423,-687.926L612.035,-693.409L613.139,-693.94L613.693,-693.709L614.646,-692.603ZM691.229,-765.318L692.266,-764.81L693.108,-765.29L693.879,-764.841L695.706,-762.324L697.445,-761.455L697.757,-760.117L696.474,-758.563L694.543,-757.936L692.439,-758.116L691.638,-759.758L690.633,-762.478L688.549,-765.059L687.978,-767.471L689.377,-768.114ZM710.021,-761.197L709.247,-759.795L707.845,-759.133L706.976,-759.746L705.815,-760.133L704.578,-759.682L703.24,-761.795L703.051,-763.611L704.156,-766.347L706.804,-768.199L709.165,-767.987L709.917,-767.266ZM683.191,-756.283L685.144,-753.682L686.519,-754.132L686.764,-755.265L687.655,-755.93L689.773,-754.642L689.844,-752.08L687.565,-748.483L686.206,-743.726L683.889,-742.337L682.659,-742.733L680.719,-739.84L679.309,-736.832L677.903,-733.19L677.988,-731.372L677.824,-729.983L671.2,-727.84L668.887,-726.666L666.155,-727.455L664.658,-729.662L664.91,-730.967L667.463,-731.707L667.286,-733.879L667.793,-735.215L668.556,-736.032L668.832,-738.806L669.785,-739.646L671.8,-739.237L672.862,-741.373L673.542,-741.727L674.637,-740.209L674.759,-742.511L674.127,-744.543L674.161,-745.92L676.176,-749.826L676.952,-752.579L678.282,-754.483L679.723,-754.384L679.86,-756.972L679.102,-759.451L679.094,-761.104L679.864,-765.338L681.239,-765.693L682.391,-762.157ZM571.099,-532.362L569.472,-532.125L569.397,-534.142L570.287,-536.108L571.721,-537.394L573.631,-537.821L575.769,-538.084L576.479,-537.059L575.279,-535.603ZM568.978,-539.399L567.143,-538.98L567.356,-541.273L568.827,-543.438L569.364,-544.866L569.592,-546.634L570.869,-547.915L572.847,-546.32L573.03,-543.6L572.175,-540.928ZM545.89,-479.396L544.847,-477.979L542.292,-479.059L537.475,-478.099L535.459,-479.372L536.947,-482.096L541.333,-484.964L543.706,-484.838L546.151,-481.492ZM654.516,-728.311L657.043,-725.564L657.929,-726.569L659.794,-727.039L661.337,-726.201L662.717,-724.435L664.166,-724.501L665.283,-722.163L666.098,-718.973L665.312,-716.429L663.982,-715.193L663.888,-712.363L664.91,-708.474L661.812,-706.779L658.036,-705.748L656.385,-707.485L653.748,-703.769L651.225,-698.078L649.887,-697.313L649.588,-699.006L647.345,-699.968L644.542,-699.793L644.491,-701.057L644.938,-702.006L647.201,-703.58L647.406,-706.322L646.478,-711.135L646.715,-713.52L646.616,-715.237L647.947,-717.275L653.098,-716.875L653.508,-718.736L652.995,-719.867L650.24,-721.594L650.498,-722.985L652.204,-724.431L654.017,-724.797L654.337,-726.834L654.31,-727.743ZM627.215,-671.73L627.515,-671.394L629.681,-676.616L632.325,-678.368L632.385,-680.087L633.319,-681.881L632.949,-684.648L633.371,-686.852L634.726,-687.6L635.536,-688.393L636.503,-688.929L638.472,-687.295L639.655,-685.413L641.336,-681.048L641.183,-676.703L638.101,-673.004L635.52,-671.248L633.06,-667.168L631.959,-663.927L630.858,-663.116L630.086,-663.323L629.338,-664.072L627.906,-663.956L626.625,-661.067L622.149,-658.473L620.254,-658.959L619.979,-661.724L618.906,-661.374L617.364,-658.027L615.729,-656.832L614.658,-656.397L612.447,-657.498L607.131,-651.487L601.828,-650.163L600.069,-650.682L599.863,-654.076L603.018,-658.668L605.626,-661.889L615.172,-664.608L620.485,-674.088L621.158,-683.967L622.299,-687.576L621.469,-689.589L619.833,-689.826L619.534,-692.875L620.081,-696.263L622.855,-701.094L624.359,-703.206L626.689,-709.015L627.907,-710.385L629.426,-710.512L631.068,-709.198L631.055,-706.204L629.252,-700.616L626.297,-695.757L626.967,-692.465L628.525,-689.88L629.237,-685.331L629.673,-680.854L627.587,-674.733ZM191.271,-823.871L189.664,-823.88L189.033,-825.262L192.034,-827.849L200.946,-831.979L205.222,-836.945L211.397,-837.609L211.043,-834.379L209.782,-830.506L203.973,-828.532L197.913,-827.774ZM653.684,-987.517L652.196,-985.101L649.078,-988.018L646.829,-991.921L647.6,-993.568L652.283,-994.432L653.725,-992.376L654.093,-991.16ZM712.29,-1246.023L710.615,-1245.54L706.565,-1249.12L705.161,-1252.761L705.359,-1254.407L706.813,-1254.836L710.315,-1250.167L713.176,-1249.212ZM750.705,-1348.8L741.697,-1343.66L740.223,-1345.027L753.907,-1356.212L754.515,-1357.079L757.158,-1358.812L760.079,-1358.15L759.713,-1356.788ZM651.762,-1231.313L653.588,-1230.127L657.036,-1230.994L660.572,-1221.276L663.411,-1210.961L665.31,-1210.441L668.493,-1212.546L671.376,-1213.776L673.063,-1213.233L676.396,-1210.685L677.985,-1208.773L677.258,-1206.865L675.046,-1204.489L675.59,-1198.85L678.522,-1197.287L683.666,-1193.325L686.233,-1193.175L690.164,-1195.893L694.953,-1192.961L699.886,-1189.247L691.471,-1181.795L690.93,-1180.035L690.425,-1175.592L689.644,-1171.829L688.711,-1169.592L686.466,-1165.574L685.119,-1163.992L681.541,-1163.666L680.473,-1162.04L679.733,-1159.034L678.866,-1156.73L675.808,-1155.697L673.747,-1158.224L674.142,-1159.213L674.085,-1160.949L672.828,-1164.849L675.127,-1169.353L675.408,-1171.772L674.689,-1172.474L673.916,-1172.137L671.564,-1172.979L670.937,-1172.875L669.541,-1170.171L667.331,-1168.163L664.919,-1167.365L655.286,-1162.698L653.584,-1163.575L652.009,-1169.607L655.627,-1173.333L655.446,-1178.768L655.931,-1182.454L656.727,-1184.953L657.992,-1191.361L658.456,-1191.848L652.32,-1195.884L649.753,-1198.718L646.536,-1204.585L645.059,-1209.576L641.39,-1213.43L640.99,-1219.013L638.829,-1218.29L636.54,-1221.945L637.855,-1224.326L645.543,-1227.95L649.936,-1231.135ZM628.792,-1329.826L629.939,-1329.339L635.653,-1330.424L637.013,-1329.105L637.996,-1325.545L639.104,-1324.41L640.365,-1324.283L644.158,-1320.315L645.326,-1319.853L645.834,-1322.445L645.525,-1328.731L644.315,-1335.982L643.466,-1339.465L643.425,-1341.768L644.28,-1342.792L645.573,-1342.79L646.61,-1344.289L647.291,-1346.722L648.375,-1347.241L651.142,-1345.962L652.053,-1344.69L651.863,-1341.9L652.303,-1337.905L652.553,-1329.716L655.108,-1329.731L658.309,-1331.956L658.777,-1334.458L659.949,-1338.526L662.019,-1338.365L662.867,-1338.966L663.045,-1340.654L662.864,-1342.605L663.997,-1342.492L666.18,-1339.163L667.01,-1338.664L668.085,-1339.867L668.567,-1339.963L670.125,-1338.727L676.501,-1337.265L678.821,-1336.203L679.982,-1335.123L681.019,-1334.46L687.229,-1335.91L691.839,-1335.942L693.92,-1334.203L696.217,-1330.532L698.861,-1321.445L698.18,-1318.652L691.514,-1305.352L689.971,-1301.208L689.551,-1297.64L689.205,-1289.976L688.715,-1287.601L685.006,-1283.163L684.036,-1282.643L680.368,-1283.632L679.417,-1283.228L676.084,-1278.703L675.082,-1276.147L674.249,-1273.092L672.451,-1271.36L670.184,-1271.69L660.387,-1271.439L658.742,-1273.296L657.043,-1276.968L658.059,-1282.293L647.816,-1278.66L635.995,-1277.921L635.304,-1278.462L634.497,-1280.378L630.335,-1281.07L627.133,-1282.232L624.223,-1284.623L621.311,-1287.774L621.892,-1289.46L622.555,-1290.513L624.623,-1291.22L626.569,-1291.055L629.913,-1291.521L630.204,-1295.112L631.384,-1296.358L632.072,-1299.044L628.339,-1300.128L624.649,-1299.832L622.517,-1297.389L619.79,-1296.06L617.221,-1295.622L612.172,-1295.64L609.647,-1296.843L605.965,-1300.287L604.623,-1302.395L604.004,-1304.049L603.368,-1306.565L606.776,-1309.223L607.948,-1311.198L609.023,-1313.923L603.426,-1314.677L600.905,-1316.452L598.317,-1319.312L599.954,-1321.226L607.072,-1323.454L609.146,-1322.508L611.319,-1320.493L613.608,-1319.476L615.252,-1322.62L613.195,-1323.662L610.853,-1328.268L610.221,-1330.588L610.22,-1332.443L611.04,-1332.873L611.809,-1332.205L614.901,-1328.018L617.018,-1326.769L616.992,-1331.019L616.797,-1333.069L616.248,-1334.635L614.957,-1337.529L613.686,-1341.197L614.781,-1342.327L616.058,-1342.057L619,-1339.822L621.889,-1338.357L623.321,-1336.805L626.241,-1332.625ZM587.719,-1303.556L588.311,-1303.503L588.793,-1304.195L589.018,-1305.939L589.351,-1306.941L592.209,-1306.033L596.388,-1303.01L597.731,-1301.428L599.699,-1298.087L601.659,-1292.394L601.052,-1288.043L600.083,-1283.983L599.84,-1281.714L600.691,-1278.603L600.774,-1275.521L600.54,-1272.729L602.382,-1276.012L605.83,-1286.427L606.43,-1287.137L607.178,-1286.901L609.428,-1285.127L611.851,-1280.281L612.49,-1278.649L613.061,-1276.583L613.563,-1274.085L613.794,-1271.131L613.871,-1269.119L613.011,-1267.741L612.715,-1266.431L613.78,-1266.451L615.183,-1265.026L616.672,-1261.917L618.1,-1260.713L622.474,-1262.43L625.675,-1261.042L627.987,-1255.836L630.356,-1257.427L629.972,-1260.238L630.331,-1261.561L633.8,-1261.088L635.744,-1259.983L637.904,-1257.428L635.538,-1252.321L638.69,-1248.223L643.422,-1245.641L646.467,-1242.615L647.187,-1241.246L647.887,-1239.455L646.592,-1236.728L645.076,-1235.132L640.744,-1234.286L637.086,-1231.979L630.011,-1229.758L629.008,-1228.892L628.849,-1228.138L628.708,-1225.92L626.527,-1220.724L624.539,-1214.423L623.865,-1210.695L623.615,-1205.571L623.629,-1202.562L624.642,-1199.678L624.841,-1196.595L623.025,-1193.996L621.666,-1193.834L619.954,-1194.047L618.441,-1192.528L618.587,-1190.479L619.002,-1187.637L619.592,-1178.951L619.807,-1172.3L619.674,-1166.238L619.191,-1162.808L618.161,-1161.773L614.545,-1160.868L612.333,-1154.819L611.078,-1144.517L610.273,-1140.478L608.338,-1134.006L609.021,-1131.849L610.053,-1129.525L609.07,-1125.087L607.368,-1120.085L607.597,-1118.194L608.681,-1114.878L609.351,-1111.426L607.969,-1108.282L604.963,-1106.396L601.655,-1107.8L599.943,-1109.755L598.237,-1112.818L596.53,-1114.882L594.856,-1116.047L588.278,-1122.761L581.944,-1133.784L576.61,-1137.961L573.273,-1139.867L571.574,-1141.784L569.877,-1144.516L568.401,-1147.57L566.93,-1151.441L566.241,-1153.839L565.894,-1157.48L566.181,-1159.634L566.66,-1160.782L570.456,-1161.929L571.892,-1161.51L573.377,-1159.67L574.65,-1159.04L576.849,-1168.779L592.422,-1175.514L597.473,-1176.885L602.601,-1177.366L601.555,-1179.833L600.569,-1183.13L599.748,-1183.773L596.06,-1181.582L590.319,-1179.131L587.426,-1178.892L584.341,-1179.981L581.415,-1179.04L578.549,-1175.959L575.587,-1174.011L572.592,-1173.094L566.17,-1173.003L564.521,-1174.34L562.19,-1177.588L561.606,-1179.298L561.045,-1181.421L560.301,-1187.851L560.647,-1189.617L561.213,-1190.574L561.839,-1191.226L563.239,-1191.407L564.666,-1190.357L568.059,-1186.857L567.066,-1190.809L575.875,-1196.126L579.763,-1200.539L581.848,-1201.317L584.037,-1201.282L583.389,-1203.403L583.227,-1205.461L584.609,-1207.228L585.63,-1208.037L588.883,-1209.138L596.402,-1209.601L598.964,-1210.986L600.703,-1214.065L598.657,-1212.826L596.529,-1212.417L595.484,-1212.943L592.985,-1215.21L591.672,-1218.317L593.974,-1225.093L594.701,-1228.294L591.791,-1227.505L590.911,-1226.382L588.037,-1220.083L585.702,-1217.181L582.679,-1215.689L579.545,-1215.55L578.798,-1216.325L577.558,-1220.29L577.108,-1222.339L577.151,-1223.489L577.887,-1226.776L578.128,-1230.344L577.817,-1233.353L577.064,-1233.82L576.144,-1230.824L575.383,-1226.696L574.133,-1224.522L572.606,-1225.04L571.864,-1226.554L571.152,-1228.905L570.541,-1229.804L569.908,-1229.762L568.662,-1228.74L567.472,-1226.786L568.104,-1224.22L568.424,-1221.22L567.98,-1218.799L567.736,-1215.874L569.219,-1214.203L570.524,-1211.382L568.932,-1209.931L567.411,-1207.97L566.124,-1204.889L564.705,-1202.426L562.285,-1202.08L559.309,-1200.677L553.198,-1199.856L550.158,-1203.54L549.562,-1205.272L548.947,-1206.486L546.965,-1208.37L544.025,-1214.162L541.647,-1220.722L540.221,-1221.296L538.067,-1223.411L536.861,-1225.351L535.729,-1227.818L535.304,-1230.83L535.352,-1233.546L536.532,-1234.834L533.557,-1237.781L530.617,-1241.789L531.624,-1243.176L532.646,-1243.831L541.202,-1239.275L541.764,-1239.924L542.592,-1242.364L542.232,-1243.084L540.801,-1243.557L538.89,-1243.492L538.416,-1244L537.589,-1246.492L536.83,-1249.619L536.518,-1251.711L536.32,-1254.125L537.597,-1257.852L538.262,-1261.25L537.035,-1262.688L533.664,-1262.482L532.536,-1262.029L533.071,-1257.297L532.092,-1254.006L530.06,-1251.326L528.55,-1252.554L527.269,-1258.845L525.677,-1263.141L525.058,-1265.876L524.582,-1269.888L523.928,-1272.738L522.788,-1276.219L522.635,-1278.341L522.728,-1280.043L523.464,-1283.672L522.821,-1286.644L522.029,-1289.298L521.967,-1290.791L522.645,-1292.724L523.263,-1293.376L523.933,-1293.173L525.98,-1290.968L527.138,-1288.324L527.488,-1288.544L528.147,-1292.616L529.109,-1293.493L532.996,-1294.877L537.514,-1289.886L538.694,-1288.859L539.616,-1288.464L539.064,-1290.686L538.685,-1293.665L539.313,-1294.757L542.902,-1292.326L544.547,-1292.499L548.234,-1296.191L554.516,-1298.218L557.086,-1295.682L557.288,-1294.194L557.318,-1292.27L557.23,-1291.731L555.943,-1289.309L547.901,-1287.092L542.877,-1279.851L550.12,-1281.228L551.47,-1280.548L552.317,-1274.745L552.865,-1274.241L554.835,-1273.493L556.211,-1271.869L557.68,-1268.664L559.179,-1266.524L560.011,-1266.889L560.159,-1269.228L559.67,-1272.063L559.286,-1275.225L559.204,-1278.728L559.238,-1281.603L560.669,-1283.711L562.479,-1290.439L564.511,-1295.062L567.233,-1293.21L570.067,-1287.741L572.817,-1280.048L575.572,-1271.748L578.808,-1261.51L580.283,-1257.928L581.455,-1257.178L587.341,-1246.819L587.907,-1246.552L586.166,-1254.618L582.455,-1268.372L579.839,-1278.995L579.145,-1283.095L578.403,-1288.801L578.384,-1290.511L578.46,-1292.015L579.159,-1298.396L580.467,-1301.513L579.642,-1305.746L579.748,-1309.094L581.144,-1311.803L582.622,-1312.147L584.263,-1310.243ZM529.743,-1221.314L529.965,-1217.164L531.878,-1217.624L534.26,-1213.328L536.817,-1211.121L537.599,-1209.488L538.18,-1207.436L539.827,-1203.353L540.709,-1199.046L538.891,-1198.575L536.184,-1204.687L534.054,-1208.144L531.393,-1211.079L529.323,-1211.239L528.394,-1212.463L524.856,-1223.298L524.178,-1225.784L522.256,-1229.819L521.345,-1234.816L521.292,-1238.788L523.812,-1237.884L526.032,-1235.414L528.034,-1229.816L528.449,-1228.156L527.608,-1225.847L528.557,-1223.057ZM605.867,-1330.06L604.011,-1326.357L599.939,-1328.616L600.09,-1331.357L600.77,-1333.069L603.239,-1332.696ZM733.265,-1267.372L736.725,-1267.829L739.838,-1269.615L740.643,-1268.853L737.132,-1264.586L731.892,-1264.972L727.45,-1264.292L723.102,-1259.679L721.072,-1260.588L722.907,-1264.579L725.495,-1266.289L725.44,-1268.432L726.429,-1269.108L730.129,-1270.249Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M403.677,202.887L400.656,202.667L397.851,202.454L396.35,202.135L394.766,201.315L394.083,199.796L393.305,198.024L393.577,196.882L396.418,193.966L396.892,193.081L396.589,192.654L396.979,191.269L399.239,186.753L399.543,184.868L398.747,183.51L397.39,182.702L393.175,181.092L391.237,179.095L390.469,177.322L389.533,176.778L388.114,177.283L384.552,177.756L381.715,176.693L378.477,173.291L377.893,170.366L377.589,168.2L376.784,167.328L375.547,168.414L374.057,170.146L371.171,170.141L370.45,169.685L370.296,168.683L370.244,167.771L369.462,166.567L368.757,165.863L364.936,168.935L363.557,168.766L361.932,167.423L361.159,166.134L359.303,166.758L357.504,168.13L357.955,171.053L356.963,171.484L354.954,171.103L352.687,169.794L350.181,168.879L346.38,166.63L340.835,167.888L337.15,165.632L334.079,165.236L332.179,163.519L330.358,160.813L331.976,159.2L333.399,158.729L339.149,158.829L343.313,160.208L350.463,166.335L352.383,166.383L354.448,165.86L353.49,164.224L351.628,163.354L348.968,161.682L346.89,159.386L352.131,159.087L351.462,157.966L350.956,156.029L345.912,149.139L346.991,147.395L348.627,143.702L350.53,140.689L351.954,139.96L354.418,137.893L359.684,131.621L363.171,126.466L365.867,120.345L370.282,103.061L371.498,100.153L373.248,96.945L375.273,97.73L376.561,98.717L381.658,96.527L390.563,90.553L393.324,85.063L395.917,82.627L405.895,77.973L411.281,76.724L419.581,76.659L425.648,75.984L432.815,75.91L435.471,79.147L436.931,81.514L439.455,82.836L443.427,83.868L442.984,88.409L442.824,97.344L442.468,98.906L440.493,102.653L438.421,109.291L437.762,113.737L437.213,114.629L429.521,114.289L428.452,115.078L428.211,115.98L428.586,117.151L428.337,118.3L427.679,119.186L427.939,120.684L429.236,122.384L431.6,123.541L434.207,123.711L435.57,123.591L436.473,124.777L437.46,126.627L437.28,129.019L436.764,132.061L435.519,134.914L431.84,138.099L430.119,139.197L428.624,139.806L427.858,140.605L427.501,141.75L427.571,142.744L430.007,145.473L429.882,146.048L429.095,147.425L428.099,148.712L421.451,151.194L418.713,150.841L417.181,152.102L416.639,152.411L415.001,151.022L411.152,149.457L409.757,149.893L408.877,150.681L406.406,151.481L404.648,152.889L404.562,154.786L407.413,159.871L408.431,160.907L408.348,162.803L409.736,165.176L411.209,168.13L411.239,169.948L411.052,171.84L410.087,174.441L407.147,180.507L407.093,181.743L407.268,182.659L408.221,182.948L408.843,183.47L408.593,184.285L403.361,188.347L402.683,189.059L400.653,188.718L400.297,189.444L400.458,190.608L401.269,191.718L403.074,192.296L404.533,193.435L405.73,195.634ZM352.687,169.794L352.138,171.576L350.938,173.479L346.794,176.004L342.493,177.602L340.48,177.209L339.056,176.113L338.381,175.071L336.213,173.918L333.262,173.2L331.26,174.123L329.903,175.011L328.741,174.756L327.951,173.867L327.307,172.492L326.778,168.313L329.071,167.748L333.993,167.794L337.609,169.554L342.462,170.57L346.437,168.867L349.3,170.803ZM419.254,72.088L415.205,73.578L414.198,73.204L414.525,72.721L418.036,71.873ZM407.714,74.078L402.061,74.559L400.148,73.886L399.867,73.375L401.414,73.118L406.216,73.263L407.623,73.825ZM384.03,80.085L378.502,83.25L378.121,82.73L381.68,79.869ZM390.374,76.701L387.693,76.971L386.502,76.243L393.042,74.687L397.056,74.312L397.758,74.596ZM377.014,91.037L373.928,94.251L372.237,93.154L371.871,92.386L372.855,89.793L377.331,85.668ZM345.672,152.515L348.455,155.276L348.927,156.137L349.076,157.057L345.404,157.792L341.71,154.382L339.116,154.937L338.274,153.385L338.347,152.397L341.044,151.851ZM430.701,69.124L428.148,69.198L428.906,67.983L431.385,67.076L432.709,67.122ZM-3074.518,191.641L-3081.231,192.727L-3079.812,189.921L-3075.688,187.002L-3074.706,184.955L-3074.909,182.507L-3074.169,180.62L-3072.055,179.247L-3070.885,188.332ZM-2675.704,251.462L-2677.365,251.105L-2677.953,250.17L-2677.578,248.971L-2676.097,247.857L-2675.99,248.924L-2675.808,249.475L-2675.994,249.844ZM-2679.307,235.386L-2679.674,235.204L-2679.741,234.34L-2678.89,233.933L-2678.265,234.151L-2678.268,234.61L-2678.568,235.291Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M438.393,536.29L436.273,537.057L436.423,536.072L436.932,535.509L437.556,535.278L438.285,535.71Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M406.167,232.94L405.786,234.161L405.77,237.046L406.527,239.882L408.385,242.764L409.838,244.886L411.861,246.617L415.432,248.326L416.851,248.711L416.882,250.772L416.576,252.986L415.314,254.173L414.031,255.853L413.062,257.957L412.012,262.036L411.785,264.911L409.725,263.673L408.651,262.804L406.778,262.478L404.866,263.056L403.471,264.479L401.457,264.802L399.923,264.321L398.974,263.206L398.228,262.512L395.822,261.741L394.899,260.131L395.709,259.428L396.43,258.225L397.056,256.688L397.902,255.161L395.777,250.94L395.288,249.597L393.526,247.204L393.581,246.053L394.077,244.922L394.01,244.012L394.329,241.966L395.741,240.054L396.735,237.627L398.423,234.407L402,230.53L404.267,231.291L405.36,231.339L405.956,232.766Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M511.662,380.424L509.105,380.179L508.641,380.179L508.409,378.533L508.525,374.914L509.915,370.307L510.263,371.047L510.379,372.034L510.728,373.021L510.844,374.337L511.309,375.653L512.239,376.886L512.589,378.037L512.126,379.519Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M427.349,432.688L428.383,433.791L430.84,435.019L437.414,433.646L441.488,432.274L444.494,430.705L446.264,431.078L452.614,433.611L454.776,432.423L459.463,429.308L460.207,427.594L463.85,422.477L463.989,421.245L462.514,417.928L462.997,417.278L467.533,413.982L469.816,411.056L472.197,409.117L473.842,409.14L474.303,409.804L474.52,411.206L474.207,416.879L474.892,418.616L478.382,422.774L480.838,425.106L486.62,426.726L486.85,427.551L485.283,430.581L488.809,434.313L489.383,436.951L491.035,438.526L493.299,437.801L494.021,436.324L493.204,433.851L492.509,431.213L492.637,429.733L493.358,428.01L494.911,425.633L499.309,420.059L500.854,416.938L501.223,411.921L501.235,407.972L502.647,406.988L505.699,407.735L506.639,407.653L507.107,410.122L508.4,413.989L509.931,415.963L511.582,416.456L513.586,416.453L518.41,414.054L521.585,413.053L523.352,413.291L524.421,414.93L526.807,419.193L528.108,419.595L529.638,419.089L530.223,418.426L529.62,416.786L529.003,413.253L528.04,410.463L526.856,409.238L526.609,407.512L527.292,404.545L528.095,401.989L529.73,401.318L531.719,400.972L534.206,403.582L537.148,404.456L539.375,404.266L539.708,402.699L539.57,400.973L538.257,398.849L538.452,395.474L539.897,389.287L540.719,389.77L543.986,389.809L547.607,390.086L549.865,392.601L552.098,393.387L555.373,393.576L557.47,393.208L558.503,392.283L559.728,389.297L561.867,385.55L565.437,383.663L571.478,383.11L574.602,382.373L577.744,382.371L580.087,382.883L582.527,382.731L588.728,379.992L595.165,377.723L596.105,378.02L596.246,378.755L595.135,380.275L594.042,382.37L594.937,384.727L598.712,389.288L600.825,392.834L602.911,395.474L605.887,396.762L609.783,397.516L613.072,397.713L616.624,398.553L628.448,400.579L634.454,400.949L639.032,400.885L645.915,402.172L645.356,404.92L644.1,405.646L641.72,407.419L639.01,409.7L636.664,412.289L636.088,414.953L636.881,416.644L637.617,417.184L638.536,416.643L639.849,416.906L641.664,417.719L644.547,418.557L644.712,419.454L644.183,420.636L642.046,422.807L640.159,425.293L639.993,426.702L640.284,427.758L641.028,428.379L643.972,427.897L644.493,428.776L643.384,434.848L643.914,435.892L646.58,436.74L648.556,438.035L652.336,441.701L654.058,444.737L653.04,445.783L650.806,446.483L648.999,446.251L650.923,444.251L645.444,437.789L643.185,437.907L640.241,440.942L631.531,438.403L629.925,439.715L628.842,442.071L625.995,445.084L621.877,446.502L617.237,449.83L612.429,452.249L608.67,454.126L606.505,453.878L609.833,450.128L608.277,450.105L603.832,452.824L601.28,455.139L600.57,458.788L599.943,464.904L602.04,466.394L605.941,474.242L610.41,477.45L609.691,480.773L608.7,483.365L606.121,485.685L603.762,484.124L602.431,484.171L601.648,489.471L604.084,503.226L607.493,512.908L610.711,516.991L617.965,523.382L625.483,526.528L639.302,537.108L646.76,540.201L648.717,542.081L653.627,550.405L658.02,560.156L663.008,575.487L666.459,583.056L673.002,591.349L686.394,603.002L698.402,611.387L709.461,616.235L717.921,616.602L737.511,613.808L740.98,614.016L744.795,615.268L745.888,619.07L744.841,621.812L740.866,624.884L736.971,629.02L736.885,634.25L741.152,637.546L761.222,645.51L781.648,651.732L788.235,655.238L795.978,660.941L814.228,667.922L817.544,671.89L829.206,679.837L834.707,686.461L836.255,691.869L834.667,697.64L834.072,701.711L832.686,705.873L827.929,704.908L822.369,701.438L812.9,686.051L798.658,685.877L795.667,684.933L790.309,682.641L789.869,680.854L788.34,678.677L787.09,677.968L781.586,678.005L778.199,680.991L774.364,687.674L770.236,697.123L766.324,710.792L766.536,716.1L769.774,721.052L778.353,723.174L785.132,727.196L789.828,731.576L791.355,743.102L793.865,749.53L791.43,753.523L785.875,753.141L778.895,756.218L774.073,760.917L772.3,765.166L773.796,775.713L773.079,779.786L763.915,788.279L759.449,796.514L758.369,799.863L756.785,803.756L744.171,804.872L740.961,800.533L740.297,793.823L742.131,789.505L746.561,787.147L748.822,778.285L747.373,772.148L749.027,769.261L750.479,767.223L753.865,765.773L758.728,764.276L758.383,755.551L754.31,751.897L752.517,746.549L749.798,736.45L742.51,723.983L738.282,712.68L735.331,707.178L731.155,704.431L724.08,705.057L720.478,704.495L707.323,697.303L706.453,696.118L706.309,694.053L708.167,690.603L706.563,686.399L704.714,682.378L702.129,678.989L699.278,677.357L693.769,678.884L691.873,679.837L688.342,679.731L685.71,681.473L684.155,681.652L688.054,675.189L686.797,673.859L682.359,671.566L676.502,671.505L674.927,671.267L673.987,672.98L672.897,672.132L672.868,669.399L665.313,657.403L660.527,652.615L658.29,651.824L654.227,653.114L647.163,651.237L643.022,650.941L640.862,651.623L637.459,653.354L635.74,652.439L635.022,650.817L628.624,645.885L620.673,643.32L604.969,627.618L600.174,621.665L590.428,615.278L584.19,605.627L579.163,602.21L572.017,599.494L570.383,599.861L568.259,600.981L566.619,601.18L565.33,599.969L566.566,598.623L568.068,598.013L567.484,594.312L559.237,584.738L554.413,581.77L553.126,579.812L552.082,577.189L551.054,575.555L548.785,574.517L546.911,574.791L544.274,574.167L544.338,569.465L544.791,565.914L544.377,562.868L541.789,554.987L537.245,548.279L534.613,532.236L532.479,527.724L527.658,524.302L516.837,520.567L501.9,510.191L498.724,510.016L489.712,505.93L484.107,505.225L476.869,508.688L467.923,518.532L460.504,528.705L457.881,530.716L448.567,534.066L440.265,535.514L440.209,532.875L440.014,530.892L441.424,528.703L443.825,526.208L445.992,522.964L446.905,520.679L446.574,519.105L445.648,516.777L444.305,516.58L436.537,518.274L434.712,517.73L429.043,514.599L423.046,510.622L420.812,507.912L420.045,505.249L420.713,503.541L420.28,501.879L419.138,499.616L420.319,497.102L422.369,493.957L423.41,491.849L425.006,491.324L425.776,490.03L424.732,484.726L424.032,483.88L422.965,483.186L421.275,483.048L418.409,481.88L416.297,479.994L415.901,477.509L414.898,475.167L413.05,472.876L413.014,470.568L415.105,469.409L418.115,469.433L420.144,469.997L424.959,466.368L426.652,466.092L428.239,465.319L429.599,460.173L430.725,458.643L430.991,457.745L430.066,456.647L426.472,452.83L424.801,448.989L422.316,444.708L419.878,442.732L419.453,441.235L419.399,439.34L420.048,437.798L424.529,435.396ZM613.107,623.193L613.094,622.862L612.712,622.877L612.721,623.124L612.727,623.289ZM611.135,528.103L612.024,525.596L611.589,523.882L609.39,524.295L607.999,526.573L609.056,528.512ZM540.204,579.413L541.354,581.214L541.492,582.285L540.754,583.531L541.163,586.248L538.121,583.972L533.737,585.171L531.096,584.946L530.327,582.972L530.945,581.73L535.083,581.446L536.457,580.855L538.969,581.076ZM669.293,677.394L667.758,677.895L666.821,677.45L666.26,676.736L666.808,674.882L670.113,675.773L670.04,676.771ZM607.359,869.411L605.572,869.97L603.025,868.463L602.814,866.13L603.206,865.365L606.289,866.354L607.191,868.497ZM737.559,791.867L735.413,797.542L734.353,799.71L726.248,813.676L725.519,816.82L725.08,820.194L724.336,823.172L723.31,826.087L722.33,829.667L722.753,833.649L723.439,835.523L724.632,836.775L726.501,837.81L728.008,839.54L725.937,841.447L728.655,844.595L730.729,846.45L731.152,848.427L731.3,850.425L727.444,854.558L725.932,856.677L725.012,859.339L724.783,861.951L725.366,864.254L725.395,866.597L721.214,866.559L716.681,865.451L712.432,866.411L706.016,864.075L703.773,863.802L701.627,862.852L695.849,854.85L691.489,851.523L686.914,849.039L682.357,849.139L677.829,849.732L673.741,848.288L665.318,843.059L656.429,838.917L652.582,836.183L650.84,834.263L648.859,833.021L643.865,831.916L639.209,829.037L637.286,828.953L632.921,829.472L630.724,829.396L628.491,828.402L623.971,824.911L621.049,820.021L620.285,817.882L621.975,812.069L624.077,806.572L626.052,804.912L628.316,803.739L629.74,802.015L630.882,800.053L635.46,805.524L637.558,806.85L639.445,806.434L642.886,804.28L643.055,802.023L646.852,798.932L651.728,798.7L654.055,799.086L655.402,801.602L657.338,802.256L659.529,802.561L666.98,807.09L669.058,807.728L671.105,807.783L676.558,805.395L680.723,804.405L689.745,804.95L694.553,803.401L697.94,803.102L702.698,800.875L706.282,797.468L708.262,796.584L710.275,796.197L715.429,796.007L720.625,796.389L722.737,795.485L724.344,793.282L726.439,792.21L728.787,792.703L734.46,788.686L737.012,788.322L739.546,789.459ZM513.783,673.577L515.606,676.635L519.678,689.118L520.08,691.766L519.307,694.583L518.268,696.491L514.226,702.795L514.892,708.012L516.344,711.239L516.616,714.801L515.837,719.278L513.374,746.482L512.182,751.297L511.385,755.448L508.582,756.777L504.846,755.363L500.315,753.029L498.181,753.187L496.043,754.009L494.313,753.253L492.587,751.916L491.33,761.29L489.164,765.096L486.065,767.482L482.981,767.622L479.907,766.762L477.361,766.736L475.371,764.969L473.803,761.795L471.446,757.862L468.971,753.263L468.761,749.193L468.488,740.144L469.179,738.163L470.266,736.27L470.851,732.214L470.501,728.643L471.311,727.41L472.749,728.673L473.812,728.271L473.702,726.446L474.139,723.135L472.196,720.293L469.044,719.339L468.821,716.435L469.125,713.538L470.86,711.656L471.419,709.178L471.652,701.395L469.334,698.548L468.61,694.231L467.474,691.483L465.429,688.637L463.118,686.366L461.591,684.189L461.427,678.475L462.286,673.69L463.096,671.718L463.87,671.979L466.167,674.414L468.106,674.939L471.862,675.57L475.634,674.873L480.198,672.772L484.629,670.25L491.026,662.606L494.909,661.14L496.984,659.083L497.641,656.357L499.319,655.702L501.245,658.354L503.695,658.608L507.435,660.762L508.985,662.912L510.407,665.393L511.701,666.467L513.125,667.127L513.385,667.705L512.221,668.286L510.928,671.182L511.707,672.008ZM471.151,759.934L468.948,764.638L466.72,761.285L466.628,758.377L467.041,757.553L469.696,758.836ZM465.394,665.716L464.195,667.848L462.515,667.655L463.188,666.095L464.791,662.895L466.746,661.85L467.507,662.771L466.574,664.659Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M-32.282,-12.911L-32.727,-11.57L-34.359,-13.781L-34.888,-15.798L-40.147,-18.089L-37.441,-19.276L-36.39,-18.492L-32.495,-17.412L-31.622,-16.335ZM54.36,-50.418L49.461,-48.338L48.633,-47.328L46.361,-42.978L45.978,-41.701L44.086,-39.566L42.137,-37.19L40.448,-36.458L37.938,-36.166L36.495,-35.638L35.033,-36.391L32.977,-36.769L31.708,-36.119L31.64,-35.368L32.04,-34.427L33.515,-32.817L35.303,-31.225L34.891,-30.296L33.584,-29.483L26.143,-28.273L23.709,-27.042L22.785,-26.147L23.042,-24.13L27.265,-17.382L28.018,-16.616L28.188,-13.262L32.69,-10.807L34.205,-8.346L35.788,-7.571L39.464,-6.931L40.763,-5.797L41.773,-6.171L42.495,-7.116L46.142,-9.209L47.486,-10.192L47.248,-11.941L46.824,-13.305L49.231,-15.416L52.025,-17.446L53.183,-17.113L54.813,-15.153L55.934,-12.709L55.785,-11.044L55.822,-9.765L56.863,-6.916L57.659,-5.815L60.215,-4.77L60.602,-3.672L59.327,-0.041L59.468,1.259L62.333,1.856L65.348,2.227L66.319,2.512L67.557,2.005L69.403,1.537L71.626,2.245L72.465,4.192L72.614,5.999L70.518,6.165L68.407,5.395L67.184,6.329L66.652,8.42L66.879,11.344L67.87,13.577L68.054,18.265L68.059,23.339L68.848,26.626L68.409,30.339L67.847,32.084L67.491,35.391L66.658,36.405L66.436,39.57L66.97,46.264L66.974,49.894L65.947,57.619L64.142,60.293L61.977,62.64L60.201,65.655L58.679,68.974L57.016,74.541L51.993,80.347L50.124,81.65L48.062,82.321L51.131,87.677L47.41,89.104L43.78,89.026L40.111,87.078L37.731,86.661L35.146,87.719L34.135,88.433L33.519,87.795L32.874,83.773L30.916,87.409L28.395,88.135L24.646,87.072L18.048,86.73L15.334,87.316L13.931,88.782L12.662,90.616L11.382,91.516L10.106,91.908L4.839,92.252L3.767,92.687L0.668,95.372L-2.744,96.544L-5.349,96.541L-7.088,94.192L-7.756,92.852L-8.637,91.971L-12.071,91.343L-11.173,92.146L-10.751,93.6L-11.038,96.245L-12.029,98.642L-13.962,99.464L-15.981,99.247L-19.787,101.068L-24.196,100.789L-27.044,102.657L-41.876,103.318L-42.601,103.141L-44.31,101.616L-46.279,100.706L-48.425,100.515L-54.772,101.313L-57.546,100.105L-52.545,95.49L-47.002,93.895L-46.288,93.222L-47.856,92.492L-57.399,92.141L-61.018,93.01L-64.333,92.675L-62.238,90.485L-57.25,88.091L-54.667,86.956L-53.068,86.679L-51.127,85.038L-46.237,83.793L-61.28,85.021L-64.728,83.541L-65.218,82.051L-68.233,81.869L-68.428,78.407L-63.078,74.587L-60.092,73.138L-56.846,72.775L-53.683,71.874L-52.156,70.131L-53.319,69.155L-61.795,67.498L-65.661,66.071L-65.042,64.525L-63.773,62.977L-58.945,61.067L-56.588,61.16L-54.639,62L-52.892,63.212L-51.632,64.64L-46.791,65.18L-48.259,62.851L-47.573,58.849L-48.77,57.183L-46.4,55.906L-43.99,55.32L-39.404,52.463L-37.95,52.229L-30.55,53.12L-22.392,53.064L-14.05,52.174L-17.627,49.705L-19.062,47.234L-23.081,50.601L-25.574,51.613L-31.936,50.907L-33.737,49.952L-36.165,48.073L-37.194,48.328L-38.241,49.09L-42.763,50.003L-47.126,49.414L-41.271,47.054L-33.502,42.515L-31.597,40.857L-28.754,37.98L-29.001,36.386L-30.087,35.181L-23.859,29.301L-21.963,28.487L-19.003,28.952L-16.53,28.359L-15.629,28.576L-14.732,28.367L-12.329,26.731L-14.917,24.747L-17.637,23.322L-26.992,21.798L-28.149,21.341L-29.186,20.401L-29.663,19.345L-29.661,16.786L-30.138,16.155L-32.226,15.634L-34.397,15.858L-35.868,15.402L-36.996,14.007L-34.105,12.175L-36.841,10.887L-39.841,10.638L-42.136,9.284L-41.746,7.76L-40.267,6.514L-41.383,4.69L-41.208,2.769L-39.401,2.291L-37.901,3.015L-34.095,2.527L-29.683,2.954L-33.015,0.75L-34.212,-0.749L-33.863,-2.541L-33.202,-3.912L-28.22,-5.39L-23.429,-5.304L-23.402,-7.091L-22.569,-8.762L-27.047,-10.479L-31.891,-10.332L-30.525,-13.663L-28.675,-16.444L-27.972,-18.405L-27.62,-20.625L-29.995,-20.285L-29.514,-23.413L-29.861,-25.726L-33.352,-25.075L-32.535,-27.863L-31.166,-29.568L-29.286,-30.03L-27.733,-29.208L-24.811,-28.469L-21.505,-29.264L-17.237,-28.541L-10.611,-26.479L-7.045,-21.169L-5.696,-21.61L-3.197,-23.822L-2.26,-23.852L4.405,-21.064L8.366,-18.593L9.654,-18.802L9.633,-21.789L8.644,-24.153L11.124,-26.382L13.783,-27.634L15.549,-28.16L19.319,-28.478L21.023,-29.192L22.875,-32.343L25.08,-34.818L16.004,-35.384L8.541,-40.639L10.453,-42.661L12.519,-43.623L15.764,-43.968L16.339,-45.113L18.034,-45.825L21.167,-47.91L21.109,-51.592L22.194,-54.07L24.416,-55.346L25.556,-57.641L26.736,-59.246L30.533,-59.054L34.455,-59.865L35.666,-59.419L39.886,-58.893L41.181,-57.92L41.451,-60.927L44.114,-60.673L44.947,-59.891L44.976,-57.755L45.823,-56.119L45.608,-53.783L44.442,-52.168L42.883,-51.067L43.734,-49.43L41.341,-47.323L43.603,-47.927L46.956,-49.824L47.307,-51.875L47.381,-54.498L47.018,-56.962L47.958,-59.394L49.948,-60.659L54.251,-60.568L53.147,-63.789L54.732,-63.698L56.333,-62.753L58.238,-59.958L60.366,-57.713L62.762,-55.754L59.555,-53.464L56.07,-52.259Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M904.763,284.504L907.715,283.605L907.84,283.668L908.551,283.801L909.359,285.92L909.484,285.983L910.508,287.315L911.502,289.153L912.738,290.366L915.074,290.562L918.4,291.841L920.867,294.846L924.035,295.812L924.259,295.774L924.793,295.516L926.913,295.071L927.473,295.643L929.437,296.975L930.363,298.318L930.277,299.836L930.809,301.581L931.583,302.032L930.99,303.303L926.559,309.987L924.673,311.892L923.258,312.465L920.901,312.277L918.706,313.06L916.772,314.716L914.901,315.359L913.796,317.125L912.374,320.526L910.54,323.575L908.43,325.667L907.414,327.331L908.124,332.466L907.105,334.13L905.627,335.866L904.806,337.329L903.413,345.547L901.746,348.392L900.203,350.549L900.138,352.391L900.456,354.423L898.891,358.747L896.65,363.34L896.336,365.136L897.381,367.305L895.017,370.416L893.583,371.884L892.408,372.729L891.844,374.478L891.068,378.756L891.687,380.493L891.933,382.12L889.754,383.447L889.337,385.423L889.084,387.707L888.31,388.905L885.906,391.176L879.25,391.324L876.776,392.349L876.264,393.753L876.312,394.91L875.634,396.005L874.301,397.527L872.745,398.332L869.131,397.267L861.973,399.848L860.843,401.167L859.676,400.497L858.052,399.973L850.552,400.077L847.722,401.202L843.694,401.402L840.073,401.045L837.462,402.047L835.407,405.545L834.379,406.838L833.522,407.61L831.649,408.843L830.04,410.289L827.917,411.467L825.897,411.552L823.726,410.411L823.178,410.81L822.633,412.203L821.821,413.38L819.035,415.045L818.329,415.13L818.211,415.144L816.09,416.394L812.503,417.401L810.568,417.215L807.78,422.015L806.929,422.942L803.898,424.699L801.37,425.65L799.058,425.332L798.23,425.426L788.265,426.278L783.072,425.844L779.578,424.476L777.135,422.829L775.842,420.73L773.236,419.759L769.173,419.678L765.773,417.871L763.158,414.328L759.799,411.6L755.82,409.755L752.466,406.937L749.848,403.053L745.526,399.822L739.373,397.082L737.56,396.585L737.113,395.551L733.951,391.786L732.654,390.414L732.597,388.437L731.913,387.341L730.793,386.614L729.96,383.797L729.541,381.686L728.606,380.364L722.418,380.564L727.092,375.045L729.515,373.348L732.55,373.329L733.44,372.837L733.606,372.079L733.916,370.317L734.124,368.729L734.223,367.233L733.803,366.445L732.394,366.323L731.374,362.697L731.943,361.243L732.547,360.198L731.347,355.845L731.446,354.349L733.724,353.898L735.475,352.749L736.987,351.538L737.319,350.103L738.326,347.202L736.864,343.866L730.024,342.253L729.601,341.382L731,340.266L732.59,338.72L733.409,337.572L734.65,337.294L736.531,337.701L739.958,339.863L741.14,340.167L742.328,339.312L743.57,339.029L747.008,338.785L749.924,337.926L748.985,335.372L748.795,333.407L748.188,331.895L748.372,330.224L749.384,328.804L749.439,325.822L751.171,323.587L751.942,323.263L755.269,323.264L755.999,323.687L756.584,323.794L762.19,328.106L767.467,331.282L771.655,332.745L777.601,332.273L783.889,331.749L794.297,329.91L802.096,328.503L802.445,327.55L803.434,325.196L802.188,323.438L802.049,321.301L802.947,318.211L806.515,315.38L817.485,313.034L823.589,310.436L824.178,307.872L826.017,305.23L827.87,304.491L830.613,305.295L834.04,306.918L837.013,307.684L838.495,306.739L843.656,302.469L849.587,298.079L852.649,288.095L852.89,286.565L857.549,284.821L864.504,283.98L868.261,284.676L870.93,284.945L874.931,284.18L880.432,281.265L882.566,281.021L884.454,282.145L886.431,283.088L887.9,284.441L889.125,286.415L889.799,287.06L890.761,288.075L892.447,289.309L893.967,289.486L904.185,285.182Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.796,358.297L504.273,354.755L498.88,351.284L497.157,351.276L489.225,351.966L488.998,351.635L487.751,349.651L486.493,349.064L485.801,349.386L485.222,349.957L484.42,349.784L480.896,346.621L479.525,346.194L477.456,346.58L475.14,348.195L474.079,350.237L474.292,351.474L475.549,351.985L478.77,351.697L479.226,352.031L479.333,352.691L478.98,353.345L476.328,353.887L475.628,354.619L474.82,354.855L474.359,354.931L471.61,354.068L467.47,354.003L464.108,355.426L458.688,355.898L451.445,355.413L448.824,354.282L447.231,353.584L446.159,350.431L446.623,345.669L448.495,339.461L449.064,334.866L448.335,331.968L449.468,327.551L452.447,321.778L454.4,315.649L455.559,309.255L457.005,305.006L459.658,302.097L466.109,293.988L466.682,293.339L466.529,289.22L464.859,288.615L462.419,287.334L456.183,285.725L450.388,284.686L447.734,283.468L445.469,280.281L444.02,280.16L441.197,281.236L437.603,281.874L435.166,281.142L433.486,281.255L432.574,281.803L432.143,281.295L431.56,278.559L430.246,277.775L428.258,277.133L426.912,277.335L425.975,278.621L424.602,279.562L423.275,279.186L419.599,272.875L418.649,271.439L418.362,270.193L417.56,267.855L415.204,265.54L412.904,264.708L411.785,264.911L412.012,262.036L413.062,257.957L414.031,255.853L415.314,254.173L416.576,252.986L416.882,250.772L416.851,248.711L415.432,248.326L411.861,246.617L409.838,244.886L408.385,242.764L406.527,239.882L405.77,237.046L405.786,234.161L406.167,232.94L406.316,232.04L408.142,227.748L413.983,223.948L413.597,219.974L413.588,217.499L412.238,215.877L409.55,215.106L408.835,214.003L408.558,212.836L410.72,210.535L408.311,208.454L407.313,206.431L404.069,203.813L403.677,202.887L405.73,195.634L404.533,193.435L403.074,192.296L401.269,191.718L400.458,190.608L400.297,189.444L400.653,188.718L402.683,189.059L403.361,188.347L408.593,184.285L408.843,183.47L408.221,182.948L407.268,182.659L407.093,181.743L407.147,180.507L410.087,174.441L411.052,171.84L411.239,169.948L411.209,168.13L409.736,165.176L408.348,162.803L408.431,160.907L407.413,159.871L404.562,154.786L404.648,152.889L406.406,151.481L408.877,150.681L409.757,149.893L411.152,149.457L415.001,151.022L416.639,152.411L417.181,152.102L418.713,150.841L421.451,151.194L428.099,148.712L429.095,147.425L429.882,146.048L430.007,145.473L427.571,142.744L427.501,141.75L427.858,140.605L428.624,139.806L430.119,139.197L431.84,138.099L435.519,134.914L436.764,132.061L437.28,129.019L437.46,126.627L436.473,124.777L435.57,123.591L434.207,123.711L431.6,123.541L429.236,122.384L427.939,120.684L427.679,119.186L428.337,118.3L428.586,117.151L428.211,115.98L428.452,115.078L429.521,114.289L437.213,114.629L437.762,113.737L438.421,109.291L440.493,102.653L442.468,98.906L442.824,97.344L442.984,88.409L443.427,83.868L442.158,81.677L439.463,79.275L440.229,74.412L441.262,70.715L444.154,66.079L446.428,64.901L456.21,64.411L466.881,64.971L471.238,72.009L469.541,75.623L472.068,77.323L473.407,76.765L474.376,73.634L475.042,70.165L475.976,69.102L479.303,71.8L480.505,73.555L480.432,79.268L481.755,71.583L480.906,66.105L481.582,60.894L483.036,58.094L484.273,56.368L492.059,58.348L500.784,57.403L504.023,59.484L511.441,69.679L513.891,71.331L517.054,71.819L512.766,69.677L503.724,57.329L501.094,55.747L496.944,55.313L494.319,54.054L492.714,52.136L492.322,50.475L492.517,38.038L490.925,36.2L488.923,35.519L487.711,36.337L485.2,36.394L484.729,33.568L485.355,31.417L490.475,30.056L493.792,28.173L494.016,24.771L491.84,22.099L489.39,17.262L486.453,12.582L486.212,7.263L491.362,7.394L492.648,7.654L500.366,10.191L502.245,11.942L504.627,12.032L508.995,10.375L512.268,9.708L513.46,10.702L515.247,11.113L515.644,11.112L515.845,11.942L519.823,13.255L521.523,15.239L523.432,18.3L523.662,22.782L521.285,25.951L519.296,27.953L526.89,27.157L527.706,28.976L528.825,30.958L532.915,29.506L543.314,35.176L549.583,32.247L551.183,32.051L552.68,36.751L551.165,41.51L545.715,46.667L547.08,49.795L548.81,50.427L554.05,49.663L562.407,52.544L564.103,51.59L570.676,44.282L573.252,42.715L582.073,41.277L583.59,38.487L587.009,35.629L589.207,32.561L594.491,26.547L600.133,27.397L603.479,28.334L607.206,28.751L610.793,34.732L619.458,41.038L627.173,40.053L630.24,46.28L631.894,54.157L634.464,56.502L636.582,57.958L643.074,59.316L643.282,59.386L643.551,60.449L644.199,64.393L644.905,67.586L649.082,80.35L649.182,83.578L649.131,84.411L648.28,88.941L646.349,92.791L643.594,95.113L642.185,97.517L642.031,100.177L645.924,104.5L653.795,110.553L657.167,115.885L656.114,120.591L655.811,124.006L656.582,126.192L657.846,127.848L659.81,128.961L660.68,130.973L660.547,133.713L660.987,135.588L662.44,136.815L662.374,137.399L661.871,139.337L661.154,142.86L660.791,145.367L658.804,148.973L659.737,151.89L661.652,155.156L663.038,156.801L663.572,158.419L662.988,162.428L663.479,163.388L668.989,165.908L669.932,167.166L670.653,169.845L672.989,175.636L671.911,183.236L670.803,187.446L668.233,194.069L668.063,194.742L667.79,195.504L666.898,196.721L665.616,196.973L663.621,196.279L662.258,195.294L662.398,192.476L661.521,192.285L660.339,190.709L659.787,188.845L658.558,188.18L654.319,187.621L652.893,187.214L651.845,187.691L651.061,188.978L651.673,190.18L652.604,191.28L654.975,192.951L654.806,193.705L649.851,195.743L646.838,197.821L643.983,198.978L641.069,201.043L635.245,203.51L630.952,204.315L630.112,204.853L628.674,208.558L627.628,209.354L626.528,209.079L625.737,208.458L624.678,209.006L623.763,210.288L622.595,210.84L621.724,210.799L620.14,214.092L615.186,215.228L614.717,216.899L613.822,218.836L613.188,219.276L610.871,218.635L607.699,218.357L606.003,219.499L603.849,220.164L601.243,220.432L598.491,222.599L595.681,226.331L594.268,229.598L593.435,230.782L591.91,227.867L590.09,225.787L588.853,224.757L587.763,224.793L587.561,225.295L587.613,226.859L588.793,229.458L590.273,231.139L590.536,232.449L591.494,234.806L593.669,237.368L597.034,239.307L599.306,241.283L601.064,244.101L601.096,244.924L600.7,246.093L599.971,247.192L599.366,248.698L597.599,251.649L598.197,252.863L599.801,254.369L601.198,256.211L602.975,259.191L605.516,264.529L607.158,266.688L609.363,268.904L611.436,270.548L614.545,270.332L618.031,273.556L621.926,278.157L624.708,280.251L626.637,280.818L628.289,282.55L629.752,284.95L630.385,286.402L631.665,287.327L635.015,286.991L639.479,290.712L642.214,293.449L643.8,295.67L643.513,296.592L643.446,299.481L643.617,302.603L643.365,304.183L641.564,306.424L640.575,306.971L640.033,307.412L634.022,304.924L633.596,305.441L633.161,305.792L631.989,314.008L631.044,315.538L629.417,317.101L626.084,318.662L623.844,319.344L621.946,320.09L616.306,323.719L613.78,325.886L612.181,328.506L612.242,329.986L615.273,334.14L618.781,338.516L618.951,342.379L617.592,345.403L617.298,346.569L618.348,346.935L620.19,347.018L621.704,347.444L622.485,349.468L622.42,353.094L621.997,356.489L621.599,357.907L620.109,358.138L617.165,356.785L614.905,355.153L613.943,354.205L613.891,352.972L614.316,352.131L613.447,350.603L610.633,349.319L607.79,350.092L605.643,351.082L604.264,351.135L602.719,349.794L600.383,348.81L597.261,348.264L595.4,347.588L594.955,348.015L595.287,350.967L594.758,352.302L579.865,354.497L575.305,356.186L572.134,358.325L569.621,359.292L569.076,360.622L566.693,362.323L563.934,362.879L563.231,362.401L561.516,363.178L558.529,363.979L556.562,363.77L555.614,362.471L553.731,360.449L552.898,358.982L552.997,358.076L548.732,357.982L546.066,356.871L540.428,357.277L539.041,356.801L538.816,357.297L537.962,363.148L536.951,365.628L535.128,368.115L532.828,369.537L530.979,369.8L531.079,367.99L531.521,365.764L530.131,365.283L528.165,365.052L527.236,364.401L527.455,362.754L526.986,361.77L526.171,360.624L524.086,359.157L519.928,356.957L517.046,355.816L515.898,356.971L513.828,358.21L510.602,357.803ZM626.182,29.141L627.057,32.334L626.34,33.951L623.093,31.465L619.887,31.631L618.295,35.947L616.898,36.183L611.799,32.609L611.008,30.736L610.738,29.253L611.185,23.832L611.007,22.178L612.416,20.283L612.489,17.62L615.038,14.67L617.419,14.469L618.332,16.751L619.511,18.354L623.59,19.971L624.232,20.768L624.692,21.907L622.915,24.245L622.376,25.437L623.075,27.312ZM641.33,48.96L641.016,50.474L641.661,52.76L640.437,52.667L637.027,53.367L633.544,52.819L632.678,50.046L633.125,47.198L631.611,45.456L630.236,44.37L629.947,42.808L630.057,41.141L636.253,45.275ZM558.656,30.067L554.353,30.244L552.713,28.369L551.003,27.904L551.855,25.48L553.037,24.626L557.166,26.116L558.533,29.074ZM476.122,12.699L475.511,13.686L475.914,6.88L478.985,-0.222L480.266,-0.039L478.956,1.855L478.542,3.179L478.008,5.914L478.186,7.329L485.115,7.833L484.308,9.07L477.257,9.808ZM483.827,16.374L482.718,17.523L480.133,17.324L478.655,16.225L479.169,15.069L480.573,14.174L481.668,14.022L483.449,14.625Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M508.358,582.065L507.476,588.994L508.104,591.057L509.364,592.542L509.994,594.11L511.016,612.678L510.763,614.165L506.439,621.678L505.545,623.824L505.278,633.156L504.507,635.634L502.966,638.109L500.251,646.034L497.797,649.58L491.266,645.165L487.428,643.32L485.649,641.24L484.38,639.824L485.165,637.931L486.973,636.045L487.241,634.478L483.164,632.708L481.259,631.533L481.278,629.551L482.713,626.426L482.101,623.777L479.806,623.919L477.899,623.486L477.787,622.08L479.08,620.361L480.884,618.15L480.782,615.672L478.761,614.577L476.88,612.492L476.151,609.759L477.694,607.878L479.988,606.665L478.373,603.841L477.109,603.744L476.23,603.156L477.004,601.845L478.796,599.884L481.507,594.054L485.06,591.365L491.368,589.597L493.134,588.866L494.655,586.812L496.421,585.501L498.43,585.674L500.439,586.424L501.567,587.334L502.575,586.43L503.335,583.874L502.838,581.646L503.102,575.461L504.235,572L506.111,571.755L507.735,573.735L507.609,575.384L508.234,579.426ZM448.824,354.282L444.859,356.323L444.004,358.193L442.441,360.621L439.875,361.621L437.443,361.882L435.376,361.493L434.252,360.472L434.395,359.571L433.38,358.8L430.729,358.719L427.908,360.357L425.625,363.081L426.266,364.666L428.332,365.145L428.775,365.735L428.749,366.557L428.024,367.522L427.161,369.14L422.711,373.93L418.245,378.712L417.494,380.166L416.177,381.189L410.611,383.612L409.987,384.658L409.464,389.083L408.735,392.759L404.509,395.964L400.386,399.25L399.243,401.259L398.437,403.612L397.024,406.35L396.728,407.737L398.622,410.208L398.305,412.088L397.595,414.857L395.505,416.742L393.335,417.715L393.198,420.756L394.36,421.22L396.969,421.088L400.838,419.113L403.317,416.335L402.013,413.646L401.798,413.143L402.178,412.5L405.238,409.744L408.715,408.154L413.662,408.014L419.502,409.213L420.076,409.645L419.66,411.441L420.157,414.093L421.155,415.938L419.557,421.151L420.566,422.75L422.154,424.78L423.394,426.633L425.234,428.34L426.806,431.107L427.349,432.688L424.529,435.396L420.048,437.798L419.399,439.34L419.453,441.235L419.878,442.732L422.316,444.708L424.801,448.989L426.472,452.83L430.066,456.647L430.991,457.745L430.725,458.643L429.599,460.173L428.239,465.319L426.652,466.092L424.959,466.368L420.144,469.997L418.115,469.433L415.105,469.409L413.014,470.568L413.05,472.876L414.898,475.167L415.901,477.509L416.297,479.994L418.409,481.88L421.275,483.048L422.965,483.186L424.032,483.88L424.732,484.726L425.776,490.03L425.006,491.324L423.41,491.849L422.369,493.957L420.319,497.102L419.138,499.616L420.28,501.879L420.713,503.541L420.045,505.249L420.812,507.912L423.046,510.622L429.043,514.599L434.712,517.73L436.537,518.274L444.305,516.58L445.648,516.777L446.574,519.105L446.905,520.679L445.992,522.964L443.825,526.208L441.424,528.703L440.014,530.892L440.209,532.875L440.265,535.514L438.393,536.29L438.285,535.71L437.556,535.278L436.932,535.509L436.423,536.072L436.273,537.057L432.274,538.677L429.383,540.324L418.156,550.44L412.96,553.394L411.901,555.171L410.781,558.595L407.685,561.451L404.891,562.747L398.351,563.973L391.609,566.826L388.797,565.382L381.061,565.11L376.508,561.094L367.418,558.24L364.728,552.567L360.65,552.016L357.91,552.029L356.343,551.115L355.954,549.194L356.057,547.384L353.16,548.043L350.929,547.913L349.522,548.573L348.482,549.337L347.277,548.687L346.518,548.889L346.577,549.966L343.834,550.047L341.023,549.213L333.648,545.852L332.561,545.368L327.433,543.953L325.408,542.659L323.875,539.663L322.573,538.747L321.873,538.12L316.958,539.177L315.068,541.272L312.28,543.714L293.203,555.069L289.421,560.058L284.911,567.632L284.363,571.228L285.03,583.036L288.298,589.511L288.682,591.032L286.542,590.859L283.085,589.748L280.266,588.603L277.583,588.874L274.829,589.965L272.374,590.499L270.716,590.604L269.525,591.163L268.892,592.598L268.672,593.656L265.796,593.154L259.187,590.404L253.284,588.367L249.481,589.667L247.066,591.012L245.453,590.608L244.471,588.938L243.75,587.21L241.498,585.581L236.317,582.83L236.8,581.8L237.826,580.409L237.915,579.506L236.918,578.08L232.182,576.11L229.962,575.552L228.358,576.382L227.103,577.497L224.819,572.697L223.038,571.598L220.056,571.117L216.831,569.362L213.521,567.261L205.348,563.537L203.017,562.943L202.098,563.254L201.28,564.904L200.375,569.533L199.935,570.064L195.918,569.77L191.123,568.549L188.837,568.613L186.839,568.376L185.123,566.843L176.583,567.306L175.3,566.4L173.568,564.025L171.413,562.012L169.772,560.976L168.412,559.725L167.063,559.388L164.947,560.118L162.032,560.161L159.678,559.775L158.412,559.778L153.749,553.846L153.187,552.358L150.511,551.587L147.296,551.075L139.444,546.598L135.866,544.19L135.518,543.059L135.632,542.243L134.991,542.32L133.661,543.717L132.871,544.855L131.97,544.979L130.879,544.659L129.869,543.768L129.253,542.765L130.226,541.237L131.749,539.369L132.687,537.17L132.838,535.193L130.926,533.592L127.926,532.584L125.732,532.105L122.94,530.538L121.581,529.508L120.682,527.046L120.796,525.397L126.525,524.807L132.404,519.567L140.18,498.776L147.091,473.877L150.15,469.478L153.467,468.518L151.411,464.748L149.614,466.246L148.755,468.039L147.778,468.902L152.776,445.908L155.26,437.526L158.727,428.946L162.876,433.077L166.197,437.174L167.798,440.623L168.94,451.315L170.445,453.753L173.041,456.248L172.271,453.741L170.472,451.682L169.308,437.418L167.925,433.252L165.394,429.595L156.868,421.384L156.114,419.868L156.001,417.195L159.174,417.713L161.71,419.386L161.555,417.87L160.939,416.209L160.528,410.424L161.263,397.155L161.692,394.889L161.604,392.054L158.648,391.066L156.336,390.58L153.918,389.162L142.217,379.599L139.091,370.995L135.447,364.469L134.797,361.711L135.3,359.124L138.413,354.015L136.865,350.209L135.01,349.266L133.546,347.299L135.578,344.693L137.118,343.01L139.71,342.897L143.049,344.055L146.02,346.153L148.369,346.909L141.68,341.442L129.446,341.103L126.902,340.131L124.88,338.821L124.584,335.445L126.522,334.246L128.43,331.71L127.009,329.577L124.845,328.493L121.304,328.024L117.914,328.073L117.297,326.81L119.705,324.109L118.181,322.702L115.819,322.91L112.434,322.952L109.399,321.546L107.004,317.656L105.078,317.341L103.651,317.524L101.826,315.889L99.729,315.207L98.189,315.368L96.478,313.08L84.84,307.008L79.622,305.6L74.458,306.528L71.852,305.48L70.286,302.526L69.466,298.032L62.206,293.286L64.176,291.388L67.852,291.554L72.278,290.763L74.18,289.181L71.339,286.331L68.98,285.32L68.121,284.328L67.468,282.203L69.096,281.495L70.013,282.162L72.86,283.01L77.975,283.421L76.548,281.078L74.625,280.233L73.82,279.587L69.847,278.62L67.819,279.005L63.751,277.927L63.15,275.557L63.159,273.635L65.141,269.732L71.707,267.082L86.98,265.539L93.096,267.186L97.662,267.217L103.304,265.584L105.903,263.684L113.545,263.615L120.15,267.107L125.298,277.013L127.947,280.513L136.34,276.488L147.686,278.372L149.595,281.651L150.849,279.34L153.399,276.721L154.881,278.269L155.512,280.19L167.527,281.412L169.494,281.189L166.555,278.615L164.709,273.2L166.812,254.46L164.25,248.771L161.715,239.919L160.674,234.774L160.815,233.047L161.719,230.682L166.3,231.43L169.707,232.584L176.754,231.666L179.855,233.428L179.106,237.231L179.417,242.262L180.312,244.712L181.593,247.63L187.133,248.132L192.876,250.475L200.343,251.697L210.921,255.855L215.762,254.792L220.693,251.99L229.557,250.8L230.462,249.745L225.445,249.654L221.072,246.977L220.808,244.54L221.604,242.562L223.929,238.03L237.951,232.039L247.504,230.789L257.671,227.743L263.027,223.998L266.869,218.762L268.074,217.726L269.486,216.793L268.383,214.693L271.383,193.791L272.733,190.116L274.873,187.182L278.007,185.092L282.552,182.887L298.739,180.76L301.219,179.576L301.342,181.822L302.265,184.802L302.878,186.429L302.052,188.425L302.437,190.198L304.32,193.426L306.763,196.534L308.972,198.627L309.748,198.445L311.515,198.098L314.692,196.461L317.325,196.098L318.612,197.61L319.3,198.492L320.655,201.91L320.817,205.313L321.352,208.167L322.56,209.42L327.296,210.204L330.793,211.545L331.701,212.523L332.428,218.857L333.014,219.81L334.048,219.143L334.991,218.221L336.199,218.144L338.236,218.705L341.059,218.99L343.841,219.847L347.513,223.734L347.326,224.878L346.421,226.88L345.981,228.502L346.592,229.204L347.573,230.922L347.22,232.88L346.03,234.203L345.622,235.331L345.572,236.07L345.861,236.668L346.704,237.221L352.467,238.349L357.889,237.956L361.411,236.196L362.085,234.175L363.217,231.851L365.31,229.915L366.771,229.342L368.033,230.243L365.342,238.499L366.75,240.729L366.779,243.949L367.273,246.783L369.149,246.811L371.432,247.438L373.023,248.602L374.914,250.358L377.584,252.073L379.543,252.674L380.135,254.026L381.712,255.594L383.985,258.764L386.092,260.934L387.2,260.991L389.344,260.274L392.468,259.932L394.899,260.131L395.822,261.741L398.228,262.512L398.974,263.206L399.923,264.321L401.457,264.802L403.471,264.479L404.866,263.056L406.778,262.478L408.651,262.804L409.725,263.673L411.785,264.911L412.904,264.708L415.204,265.54L417.56,267.855L418.362,270.193L418.649,271.439L419.599,272.875L423.275,279.186L424.602,279.562L425.975,278.621L426.912,277.335L428.258,277.133L430.246,277.775L431.56,278.559L432.143,281.295L432.574,281.803L433.486,281.255L435.166,281.142L437.603,281.874L441.197,281.236L444.02,280.16L445.469,280.281L447.734,283.468L450.388,284.686L456.183,285.725L462.419,287.334L464.859,288.615L466.529,289.22L466.682,293.339L466.109,293.988L459.658,302.097L457.005,305.006L455.559,309.255L454.4,315.649L452.447,321.778L449.468,327.551L448.335,331.968L449.064,334.866L448.495,339.461L446.623,345.669L446.159,350.431L447.231,353.584ZM157.924,411.064L156.186,414.978L154.585,410.936L152.112,407.186L151.947,404.089L152.061,403.274L155.157,405.948ZM3111.95,3163.099L3108.094,3165.737L3105.253,3164.879L3101.907,3161.127L3101.062,3156.307L3099.656,3152.811L3093.362,3148.576L3095.125,3143.542L3099.928,3145.963L3101.506,3145.488L3107.244,3146.107L3108.509,3151.763L3109.522,3153.21L3110.056,3159.234ZM4196.754,3343.713L4188.136,3352.713L4180.78,3356.491L4162.837,3359.166L4156.173,3357.362L4142.985,3348.978L4141.485,3343.966L4140.858,3333.701L4148.442,3324.358L4159.531,3318.653L4165.356,3317.575L4176.375,3322.607L4189.359,3326.719L4195.36,3337.823ZM-2736.871,437.47L-2739.563,439.125L-2740.842,438.435L-2740.139,435.193L-2745.774,428.699L-2744.739,426.178L-2744.037,425.38L-2738.307,426.193L-2740.562,421.66L-2740.401,419.107L-2736.514,410.711L-2734.344,409.484L-2732.319,410.064L-2730.406,412.182L-2729.188,417.998L-2729.798,423.332L-2729.044,424.434L-2729.506,425.529L-2732.134,426.644L-2732.496,429.85L-2733.167,431.599ZM-2679.145,358.385L-2683.271,354.037L-2685.43,350.517L-2682.98,347.419L-2679.138,347.016L-2676.96,343.424L-2674.546,342.717L-2672.036,343.348L-2671.591,347.249L-2673.601,349.534L-2674.472,352.819L-2673.083,363.815ZM-2697.071,355.106L-2701.525,353.36L-2702.197,351.275L-2700.1,346.329L-2690.918,337.073L-2688.493,336.84L-2687.256,337.059L-2685.081,342.444L-2685.109,345.3L-2684.578,347.958L-2687.226,348.371L-2694.376,354.9ZM-2690.472,373.716L-2692.358,371.625L-2692.799,370.304L-2690.521,368.037L-2687.362,368.409L-2686.11,369.09L-2686.943,372.128L-2688.217,373.847ZM-3038.675,1169.668L-3037.671,1169.953L-3035.831,1171.289L-3034.457,1172.756L-3029.02,1171.942L-3023.39,1173.692L-3005.943,1169.493L-2998.673,1167.821L-2995.799,1165.716L-2989.75,1161.523L-2984.673,1153.984L-2982.204,1152.868L-2969.154,1151.149L-2962.633,1149.518L-2958.858,1146.237L-2955.634,1144.388L-2954.854,1142.435L-2955.678,1140.795L-2954.255,1135.512L-2952.766,1131.382L-2953.382,1125.026L-2952.787,1119.645L-2950.066,1108.969L-2945.851,1105.9L-2945.664,1103.328L-2945.477,1100.757L-2943.561,1099.255L-2940.235,1094.335L-2937.29,1089.48L-2935.058,1086.788L-2929.802,1083.64L-2925.655,1078.555L-2924.319,1074.924L-2920.869,1070.797L-2917.139,1067.891L-2914.051,1067.362L-2911.909,1064.759L-2899.286,1062.95L-2891.198,1062.719L-2884.701,1063.381L-2879.482,1064.354L-2864.049,1057.689L-2857.194,1056.777L-2853.721,1059.372L-2847.018,1085.251L-2840.25,1093.908L-2829.917,1114.675L-2830.752,1126.915L-2828.537,1150.728L-2825.044,1160.94L-2827.788,1163.966L-2833.771,1166.853L-2825.413,1167.397L-2824.774,1180.504L-2825.825,1185.535L-2829.319,1193.325L-2833.729,1196.199L-2836.511,1197.135L-2838.079,1198.394L-2833.916,1198.539L-2831.278,1198.053L-2827.03,1194.72L-2820.822,1191.572L-2818.445,1193.794L-2819.414,1198.457L-2827.796,1214.292L-2828.853,1218.142L-2832.095,1222.649L-2834.114,1224.065L-2835.44,1226.022L-2837.728,1225.537L-2843.305,1224.018L-2847.77,1225.093L-2851.239,1226.716L-2855.204,1226.35L-2859.621,1226.432L-2862.039,1227.611L-2865.48,1227.019L-2868.346,1228.953L-2881.738,1232.378L-2887.529,1234.103L-2894.562,1235.188L-2897.786,1234.968L-2902.697,1234.863L-2906.671,1236.311L-2909.631,1239.243L-2914.764,1240.897L-2918.742,1242.961L-2922.052,1243.115L-2935.886,1248.027L-2939.332,1251.111L-2942.417,1251.961L-2949.913,1253.394L-2954.712,1254.042L-2960.385,1252.413L-2966.527,1250.607L-2970.326,1251.506L-2974.296,1250.066L-2976.247,1248.218L-2978.44,1244.108L-2982.416,1239.238L-2984.672,1237.375L-2984.52,1235.049L-2983.128,1230.903L-2983.209,1226.942L-2985.303,1226.17L-2990.19,1224.986L-2994.61,1222.726L-2996.545,1219.935L-3000.326,1213.343L-3001.941,1210.25L-3001.312,1208.413L-3001.226,1206.787L-3002.695,1206.029L-3005.719,1205.827L-3009.284,1205.212L-3014.244,1204.07L-3024.164,1201.147L-3027.191,1200.622L-3028.099,1198.09L-3030.006,1194.656L-3032.692,1191.651L-3036.312,1183.076L-3037.947,1177.863L-3037.271,1174.167L-3038.237,1171.399Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M591.817,-36.497L592.007,-31.671L591.381,-30.23L590.443,-29.277L587.75,-28.259L585.463,-26.759L583.403,-24.27L582.838,-20.837L584.49,-18.397L587.574,-17.176L588.537,-12.384L586.069,-9.964L579.856,-7.419L579.353,-1.746L579.698,2.733L579.705,5.975L579.356,10.475L574.258,12.629L570.686,5.919L570.608,3.179L569.431,0.053L569.256,-2.687L567.953,-6.975L563.004,-8.009L561.131,-8.129L558.493,-7.318L557.897,-7.554L554.523,-13.468L554.969,-20.052L553.237,-23.345L552.913,-24.836L552.977,-26.503L551.585,-27.807L549.816,-28.521L548.968,-32.169L550.895,-33.123L555.569,-32.804L557.022,-33.087L558.268,-33.865L561.905,-40.035L561.774,-41.366L562.118,-43.124L566.162,-43.897L568.065,-41.616L567.882,-37.777L568.208,-33.037L570.775,-31.777L571.755,-31.556L572.62,-35.165L573.343,-36.936L574.282,-37.965L574.569,-41.225L573.927,-43.206L572.626,-44.583L577.134,-48.81L581.847,-52.138L584.635,-52.404L587.456,-51.757L590.099,-50.773L591.581,-49.913L592.412,-48.444L590.814,-44.795L590.405,-42.861ZM515.644,11.112L515.247,11.113L513.46,10.702L512.268,9.708L508.995,10.375L504.627,12.032L502.245,11.942L500.366,10.191L492.648,7.654L491.362,7.394L486.212,7.263L485.957,3.272L485.395,0.44L483.668,-3.82L486.339,-4.788L485.937,-13.108L485.004,-17.445L477.725,-21.95L471.937,-26.289L473.546,-40.754L474.191,-44.577L472.101,-52.199L472.543,-60.95L473.64,-74.621L475.46,-75.175L476.793,-75.07L481.809,-72.493L483.905,-72.216L485.311,-70.029L487.02,-69.092L488.286,-71.416L488.802,-75.419L492.844,-80.562L495.707,-82.463L497.61,-83.371L499.498,-81.273L501.009,-78.927L501.408,-84.022L502.577,-93.797L498.809,-95.401L495.687,-94.081L492.617,-87.917L489.798,-80.087L485.324,-79.465L481.777,-77.254L478.575,-79.637L476.516,-81.674L476.562,-84.598L477.064,-86.428L480.847,-92.726L486.016,-98.767L491.007,-98.633L494.694,-100.528L496.954,-100.765L503.727,-100.318L507.304,-101.65L510.406,-104.494L517.214,-116.314L521.013,-121.275L528.634,-123.094L535.632,-128.874L537.672,-128.986L534.385,-124.667L533.847,-123.068L533.505,-120.55L535.907,-115.052L535.484,-111.697L535.756,-105.171L533.544,-101.712L530.989,-94.406L529.867,-93.308L529.763,-84.864L530.069,-82.778L529.766,-75.09L532.47,-71.946L535.258,-70.31L544.709,-70.534L545.688,-69.215L546.974,-66.818L546.186,-62.714L545.184,-59.692L542.538,-57.062L539.01,-55.09L536.798,-54.976L533.773,-58.608L532.345,-57.424L530.924,-55.49L528.516,-45.545L527.415,-38.786L526.838,-38.197L525.376,-39.185L522.953,-39.251L519.956,-37.651L521.517,-36.243L523.183,-33.755L522.511,-32.501L519.795,-31.154L517.471,-28.479L516.407,-26.393L513.389,-23.971L511.538,-20.889L512.424,-17.062L512.821,-13.735L513.712,-9.994L512.932,-7.082L509.193,-2.838L507.81,0.902L510.971,0.818L513.046,1.646L514.234,2.724L515.425,4.3L514.639,6.213ZM540.002,-26.69L541.21,-24.21L542.66,-18.906L545.012,-12.954L544.071,-10.443L544.812,-7.295L544.179,-3.875L539.898,0.015L534.865,0.248L529.713,-1.525L522.39,-5.125L521.787,-7.117L520.797,-8.192L518.802,-14.337L518.865,-21.992L522.474,-22.927L530.349,-26.571L532.11,-26.09L534.083,-24.198L536.329,-24.142L539.414,-26.848ZM560.22,7.357L565.251,10.224L568.519,9.97L570.734,11.071L571.385,12.963L571.706,17.191L569.353,18.504L566.753,18.16L563.208,19.829L551.415,13.198L551.5,7.464L551.852,5.213L557.381,4.514ZM543.088,14.425L541.899,14.693L540.154,10.898L539.938,9.655L541.883,7.133L543.027,4.29L546.216,-0.085L548,-5.188L548.691,-5.118L547.986,-0.532L543.944,12.086ZM592.764,2.762L591.804,3.548L587.53,3.126L582.899,6.616L581.083,5.68L581.703,3.497L582.172,2.733L583.721,1.765L584.761,0.398L585.083,-1.692L586.111,-0.565L589.087,-0.258L590.494,0.355L591.718,1.306ZM594.805,-27.533L592.349,-25.436L591.761,-25.496L590.773,-28.29L592.072,-30.007L592.795,-31.452L593.378,-31.475L594.22,-29.926ZM536.171,9.872L534.293,10.393L532.199,9.419L528.692,5.466L528.287,4.473L530.074,5.121L532.373,7.174L534.161,7.57L536.66,9.284ZM524.455,8.159L521.585,8.843L520.191,7.687L517.415,7.284L516.498,-0.108L516.694,-0.525L518.078,-0.031L522.74,3.352L524.348,7.08ZM538.909,-35.002L538.436,-34.079L536.772,-34.973L536.538,-38.052L537.082,-40.892L536.372,-43.382L537.124,-44.976L539.595,-41.26L540.299,-39.521L539.457,-37.425ZM549.549,-105.817L548.443,-104.707L544.847,-106.231L546.402,-108.435L550.317,-109.599L552.572,-109.311L550.088,-106.999ZM662.207,-3.734L661.28,-2.835L656.648,-3.927L650.909,-6.872L651.363,-13.402L652.546,-16.315L663.064,-9.713L663.359,-6.984Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M795.79,246.955L795.029,247.129L793.355,248.074L791.071,248.593L788.638,248.796L786.907,250.24L785.379,252.489L783.662,254.095L782.818,255.517L782.414,256.889L776.522,261.279L775.808,262.932L775.378,265.133L775.361,268.034L775.196,270.619L774.348,272.12L771.024,273.641L770.195,274.31L769.779,275.68L767.992,277.941L765.962,280.061L762.062,282.705L757.771,283.809L751.885,283.66L748.451,283.174L746.863,284.24L744.905,287.324L743.025,292.466L742.368,296.249L741.48,295.259L739.648,291.465L738.032,291.122L735.871,290.993L734.249,290.565L730.565,288.589L728.714,288.095L726.684,288.113L724.784,289.604L723.465,291.29L718.868,291.69L713.759,291.381L706.052,286.814L704.254,286.876L702.259,287.283L699.029,286.299L692.62,283.407L689.659,282.886L687.902,283.429L686.391,284.282L685.173,284.536L684.419,283.435L682.09,282.281L679.733,282.283L679.12,283.151L678.965,290.588L678.363,293.27L675.215,293.404L674.176,294.711L671.947,298.49L671.608,301.894L667.286,301.518L665.223,301.073L663.453,301.68L661.544,303.696L656.012,303.869L651.554,303.061L649.394,298.899L647.271,297.289L644.717,295.949L643.8,295.67L642.214,293.449L639.479,290.712L635.015,286.991L631.665,287.327L630.385,286.402L629.752,284.95L628.289,282.55L626.637,280.818L624.708,280.251L621.926,278.157L618.031,273.556L614.545,270.332L611.436,270.548L609.363,268.904L607.158,266.688L605.516,264.529L602.975,259.191L601.198,256.211L599.801,254.369L598.197,252.863L597.599,251.649L599.366,248.698L599.971,247.192L600.7,246.093L601.096,244.924L601.064,244.101L599.306,241.283L597.034,239.307L593.669,237.368L591.494,234.806L590.536,232.449L590.273,231.139L588.793,229.458L587.613,226.859L587.561,225.295L587.763,224.793L588.853,224.757L590.09,225.787L591.91,227.867L593.435,230.782L594.268,229.598L595.681,226.331L598.491,222.599L601.243,220.432L603.849,220.164L606.003,219.499L607.699,218.357L610.871,218.635L613.188,219.276L613.822,218.836L614.717,216.899L615.186,215.228L620.14,214.092L621.724,210.799L622.595,210.84L623.763,210.288L624.678,209.006L625.737,208.458L626.528,209.079L627.628,209.354L628.674,208.558L630.112,204.853L630.952,204.315L635.245,203.51L641.069,201.043L643.983,198.978L646.838,197.821L649.851,195.743L654.806,193.705L654.975,192.951L652.604,191.28L651.673,190.18L651.061,188.978L651.845,187.691L652.893,187.214L654.319,187.621L658.558,188.18L659.787,188.845L660.339,190.709L661.521,192.285L662.398,192.476L662.258,195.294L663.621,196.279L665.616,196.973L666.898,196.721L667.79,195.504L668.063,194.742L670.636,194.401L673.139,193.069L673.215,191.08L672.86,187.551L673.034,186.96L677.081,187.747L681.168,189.02L681.973,192.598L683.177,194.245L684.592,195.793L685.833,196.444L687.887,196.371L693.442,198.09L696.063,198.296L698.878,199.558L701.164,200.944L702.912,201.048L703.811,202.711L704.872,203.698L706.532,202.731L712.907,200.946L715.427,202.38L717.092,203.971L717.352,204.445L716.732,206.072L716.401,207.259L715.816,208.055L713.613,209.075L712.542,210.574L711.686,212.054L712.465,213.475L714.395,214.301L715.72,214.433L716.248,215.462L720.779,219.611L724.697,225.296L725.987,226.171L727.312,226.215L728.545,225.274L729.998,223.153L731.828,221.575L733.392,220.682L736.065,218.772L736.072,217.696L733.297,213.905L731.576,210.757L731.847,210.152L734.929,210.355L740.309,211.655L748.815,216.686L750.228,216.542L753.003,215.76L755.95,214.542L757.25,213.329L757.836,213.682L758.608,216.831L758.028,218.632L754.507,220.74L754.81,221.537L755.91,222.582L757.622,223.148L759.8,224.99L761.47,227.215L762.785,228.152L764.157,228.585L767.291,226.92L768.166,225.83L768.413,225.058L769.086,225.15L770.412,226.164L770.82,226.865L774.132,227.823L776.172,229.253L777.457,229.854L778.685,228.969L783.971,229.689L785.515,230.588L786.162,232.337L785.958,233.439L787.168,236.2L794.443,242.223L795.513,245.578Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M644.405,449.874L645.699,451.701L654.669,453.522L656.407,452.435L657.513,450.806L657.457,449.82L658.154,449.45L661.35,450.831L663.834,450.272L667.89,449.944L670.771,450.014L672.609,448.744L674.967,444.389L675.766,441.947L676.801,441.303L677.655,441.577L678.255,443.434L679.808,445.229L682.748,448.003L684.871,449.262L686.701,449.715L688.287,448.368L690.174,447.907L695.47,449.842L699.798,449.941L702.936,448.553L702.45,446.856L701.123,445.139L700.751,443.352L700.874,441.775L702.9,440.056L702.732,439.408L699.909,436.813L699.979,436.148L705.561,432.593L711.119,430.43L711.846,429.053L712.283,427.038L712.221,423.246L711.627,420.239L709.16,417.544L708.927,416.077L709.283,414.564L710.115,413.096L712.306,412.345L714.816,411.154L716.84,409.835L719.47,408.712L721.594,407.215L723.446,403.923L724.694,403.322L728.717,403.392L729.474,402.583L728.616,398.116L729.219,396.908L730.565,396.13L731.1,395.506L734.651,395.688L737.56,396.585L739.373,397.082L745.526,399.822L749.848,403.053L752.466,406.937L755.82,409.755L759.799,411.6L763.158,414.328L765.773,417.871L769.173,419.678L773.236,419.759L775.842,420.73L777.135,422.829L779.578,424.476L783.072,425.844L788.265,426.278L798.23,425.426L799.058,425.332L801.37,425.65L803.898,424.699L806.929,422.942L807.78,422.015L810.568,417.215L812.503,417.401L816.09,416.394L818.211,415.144L818.329,415.13L818.349,416.288L818.349,418.277L816.746,419.878L818.911,422.933L821.318,427.947L820.568,430.69L821.991,432.507L825.611,433.557L825.919,434.1L824.92,434.803L824.299,436.62L824.687,439.805L827.904,442.396L834.205,444.432L836.163,444.601L837.013,445.572L838.06,446.186L838.76,446.926L839.024,448.054L838.64,448.85L835.806,449.457L832.582,449.861L830.152,448.836L830.153,449.83L830.165,450.907L828.105,451.907L830.247,459.439L830.039,461.704L829.289,462.543L828.529,462.304L827.559,462.34L827.169,463.134L827.729,464.724L825.587,465.151L822.005,464.753L820.148,463.483L819.723,461.958L819.558,460.569L818.197,458.327L815.163,456.282L809.249,456.556L807.01,456.068L804.753,455.414L802.286,455.031L800.021,455.368L797.461,456.315L792.556,455.778L791.151,457.338L788.932,459.233L786.774,459.464L782.304,456.129L781.081,456.009L777.684,458.265L776.255,458.495L775.118,458.032L770.178,457.043L767.998,457.013L766.387,457.834L763.56,457.368L756.138,453.039L752.305,457.203L743.481,457.104L741.192,459.87L738.628,465.055L736.432,467.643L734.311,466.918L731.725,464.992L726.941,459.861L724.695,458.975L722.158,458.936L720.055,459.767L718.948,461.013L718.754,469.121L718.482,476.327L718.829,480.676L723.983,484.224L730.241,490.564L732.129,491.231L733.167,493.374L734.993,499.004L737.01,505.361L740.309,509.375L743.263,512.175L746.684,514.601L751.11,518.503L754.842,522.795L755.861,524.438L762.831,529.993L769.714,535.624L775.608,537.281L776.587,538.343L777.069,543.182L777.868,544.925L782.088,549.555L790.543,556.146L791.593,557.777L791.97,558.981L791.575,560.018L789.686,561.209L787.957,560.31L780.011,553.824L772.73,549.906L764.106,542.124L753.411,539.724L745.911,536.59L741.765,537.531L737.048,539.094L734.214,539.416L732.053,538.852L730.381,536.675L730.479,534.848L730.042,532.569L725.547,529.133L719.601,525.971L713.962,521.782L702.381,510.175L699.892,506.309L701.912,505.419L703.498,505.304L705.266,504.348L708.192,504.129L711.668,504.692L708.422,502.295L704.451,499.949L693.981,490.218L690.736,485.574L690.005,480.261L690.23,472.984L688.189,467.927L680.291,461.692L677.304,458.34L671.784,456.629L669.28,456.95L668.003,459.666L667.278,465.565L662.921,473.493L661.43,476.961L659.14,481.381L656.983,481.833L655.63,481.496L651.249,474.482L647.096,469.099L646.481,466.577L645.948,463.308L642.459,451.622ZM757.164,561.65L763.639,562.374L768.31,561.268L772.624,561.68L775.393,562.984L776.089,563.661L772.606,564.085L768.679,563.801L764.462,565.776L760.519,565.316L758.931,564.469L757.821,563.329ZM775.359,553.707L772.923,554.443L757.609,555.564L753.046,554.987L747.851,552.885L746.668,552.245L751.69,551.053L756.348,551.375L758.004,553.044L770.684,553.336ZM760.562,548.253L755.116,548.839L750.331,548.444L747.845,547.175L747.983,545.922L748.544,543.803L753.762,543.582L761.942,544.315L763.961,545.864L763.536,546.649ZM704.227,515.243L704.96,516.841L700.448,514.031L698.704,512.009L698.273,511.131ZM686.96,472.961L682.929,474.221L680.882,472.541L680.304,471.094L676.781,470.828L674.604,468.904L674.186,468.024L676.924,465.54L678.246,461.743L680.311,463.835L682.991,467.865L684.39,468.926ZM688.389,483.26L689.376,485.255L686.102,483.58L683.271,483.026L682.574,481.67L682.86,480.496L683.388,479.306L685.573,479.325L686.013,480.45ZM701.813,502.372L701.056,503.748L698.691,501.524L696.626,500.02L695.032,498.233L692.064,495.964L690.899,493.238L686.389,487.851L685.558,486.339L687.893,488.492L689.691,489.855L691.169,490.084L695.061,493.444L699.04,497.866L703.592,501.581L702.63,501.817ZM703.365,521.996L703.904,522.618L703.817,523.12L702.05,522.587L701.571,522.787L692.508,513.022L691.516,511.108L694.616,513.288ZM709.316,519.078L711.913,522.434L709.648,521.862L707.274,519.809L705.755,517.608ZM677.196,488.702L677.069,490.525L674.862,488.354L673.509,484.232L670.554,477.652L670.076,475.785L671.285,473.813L671.168,471.924L669,466.12L670.386,465.127L671.336,464.903L671.953,468.988L672.944,471.318L675.534,474.042L675.354,478.837L676.27,485.626L676.849,487.074ZM791.393,569.158L796.352,571.873L782.05,569.119L783.632,568.544L785.122,568.31ZM821.232,575.855L821.438,577.658L823.043,579.467L824.678,581.521L817.777,577.826L811.206,573.499L798.746,567.056L790.187,566.049L778.212,560.965L770.65,559.469L773.464,558.699L776.699,558.38L794.983,564.884L792.756,562.879L795.161,561.797L797.34,562.147L799,564.707L801.938,566.216L806.645,568.857L809.656,570.932L816.395,574.578L817.962,574.982Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M841.806,526.889L840.802,526.848L839.131,527.47L837.962,528.112L836.15,527.587L834.245,527.321L833.596,528.147L833.406,529.665L834.822,532.066L837.407,535.82L837.531,538.877L835.841,539.416L834.052,537.059L832.645,536.814L831.173,537.074L828.067,540.433L825.771,543.278L825.354,545.07L824.585,547.07L824.5,548.491L825.161,553.063L820.527,554.348L819.609,555.118L819.272,556.568L820.323,562.424L821.055,565.495L824.244,570.109L824.54,571.57L824.289,572.678L822.63,574.78L821.839,575.619L821.232,575.855L817.962,574.982L816.395,574.578L809.656,570.932L806.645,568.857L801.938,566.216L799,564.707L797.34,562.147L795.161,561.797L792.756,562.879L789.686,561.209L791.575,560.018L791.97,558.981L791.593,557.777L790.543,556.146L782.088,549.555L777.868,544.925L777.069,543.182L776.587,538.343L775.608,537.281L769.714,535.624L762.831,529.993L755.861,524.438L754.842,522.795L751.11,518.503L746.684,514.601L743.263,512.175L740.309,509.375L737.01,505.361L734.993,499.004L733.167,493.374L732.129,491.231L730.241,490.564L723.983,484.224L718.829,480.676L718.482,476.327L718.754,469.121L718.948,461.013L720.055,459.767L722.158,458.936L724.695,458.975L726.941,459.861L731.725,464.992L734.311,466.918L736.432,467.643L738.628,465.055L741.192,459.87L743.481,457.104L752.305,457.203L756.138,453.039L763.56,457.368L766.387,457.834L767.998,457.013L770.178,457.043L775.118,458.032L776.255,458.495L777.684,458.265L781.081,456.009L782.304,456.129L786.774,459.464L788.932,459.233L791.151,457.338L792.556,455.778L797.461,456.315L800.021,455.368L802.286,455.031L804.753,455.414L807.01,456.068L809.249,456.556L815.163,456.282L818.197,458.327L819.558,460.569L819.723,461.958L820.148,463.483L822.005,464.753L825.587,465.151L827.729,464.724L828.92,464.496L831.76,462.819L835.148,461.651L837.77,462.152L839.062,462.735L839.437,463.767L839.181,467.533L838.231,471.636L836.463,476.089L834.526,480.23L834.175,482.347L834.458,485.631L834.408,488.21L834.953,489.636L835.843,490.854L838.755,491.487L842.604,493.66L846.188,496.609L850.562,499.867L851.97,501.18L852.16,502.651L851.211,503.936L847.85,504.783L844.272,504.906L842.89,504.748L841.721,505.31L840.98,506.316L841.591,507.236L845.72,511.449L850.858,517.605L851.471,520.434L851.263,522.704L850.479,524.383L848.606,524.372L847.099,523.318L845.145,523.647L843.589,524.175Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M352.687,169.794L354.954,171.103L356.963,171.484L357.955,171.053L357.504,168.13L359.303,166.758L361.159,166.134L361.932,167.423L363.557,168.766L364.936,168.935L368.757,165.863L369.462,166.567L370.244,167.771L370.296,168.683L370.45,169.685L371.171,170.141L374.057,170.146L375.547,168.414L376.784,167.328L377.589,168.2L377.893,170.366L378.477,173.291L381.715,176.693L384.552,177.756L388.114,177.283L389.533,176.778L390.469,177.322L391.237,179.095L393.175,181.092L397.39,182.702L398.747,183.51L399.543,184.868L399.239,186.753L396.979,191.269L396.589,192.654L396.892,193.081L396.418,193.966L393.577,196.882L393.305,198.024L394.083,199.796L394.766,201.315L396.35,202.135L397.851,202.454L400.656,202.667L403.677,202.887L404.069,203.813L407.313,206.431L408.311,208.454L410.72,210.535L408.558,212.836L408.835,214.003L409.55,215.106L412.238,215.877L413.588,217.499L413.597,219.974L413.983,223.948L408.142,227.748L406.316,232.04L406.167,232.94L405.956,232.766L405.36,231.339L404.267,231.291L402,230.53L398.423,234.407L396.735,237.627L395.741,240.054L394.329,241.966L394.01,244.012L394.077,244.922L393.581,246.053L393.526,247.204L395.288,249.597L395.777,250.94L397.902,255.161L397.056,256.688L396.43,258.225L395.709,259.428L394.899,260.131L392.468,259.932L389.344,260.274L387.2,260.991L386.092,260.934L383.985,258.764L381.712,255.594L380.135,254.026L379.543,252.674L377.584,252.073L374.914,250.358L373.023,248.602L371.432,247.438L369.149,246.811L367.273,246.783L366.779,243.949L366.75,240.729L365.342,238.499L368.033,230.243L366.771,229.342L365.31,229.915L363.217,231.851L362.085,234.175L361.411,236.196L357.889,237.956L352.467,238.349L346.704,237.221L345.861,236.668L345.572,236.07L345.622,235.331L346.03,234.203L347.22,232.88L347.573,230.922L346.592,229.204L345.981,228.502L346.421,226.88L347.326,224.878L347.513,223.734L343.841,219.847L341.059,218.99L338.236,218.705L336.199,218.144L334.991,218.221L334.048,219.143L333.014,219.81L332.428,218.857L331.701,212.523L330.793,211.545L327.296,210.204L322.56,209.42L321.352,208.167L320.817,205.313L320.655,201.91L319.3,198.492L318.612,197.61L317.325,196.098L314.692,196.461L311.515,198.098L309.748,198.445L308.972,198.627L306.763,196.534L304.32,193.426L302.437,190.198L302.052,188.425L302.878,186.429L302.265,184.802L301.342,181.822L301.219,179.576L314.835,172.723L322.953,169.25L326.778,168.313L327.307,172.492L327.951,173.867L328.741,174.756L329.903,175.011L331.26,174.123L333.262,173.2L336.213,173.918L338.381,175.071L339.056,176.113L340.48,177.209L342.493,177.602L346.794,176.004L350.938,173.479L352.138,171.576Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003cpath d=\"M509.915,370.307L512.57,364.546L513.026,361.008L510.718,358.872L509.796,358.297L510.602,357.803L513.828,358.21L515.898,356.971L517.046,355.816L519.928,356.957L524.086,359.157L526.171,360.624L526.986,361.77L527.455,362.754L527.236,364.401L528.165,365.052L530.131,365.283L531.521,365.764L531.079,367.99L530.979,369.8L532.828,369.537L535.128,368.115L536.951,365.628L537.962,363.148L538.816,357.297L539.041,356.801L540.428,357.277L546.066,356.871L548.732,357.982L552.997,358.076L552.898,358.982L553.731,360.449L555.614,362.471L556.562,363.77L558.529,363.979L561.516,363.178L563.231,362.401L563.934,362.879L566.693,362.323L569.076,360.622L569.621,359.292L572.134,358.325L575.305,356.186L579.865,354.497L594.758,352.302L595.287,350.967L594.955,348.015L595.4,347.588L597.261,348.264L600.383,348.81L602.719,349.794L604.264,351.135L605.643,351.082L607.79,350.092L610.633,349.319L613.447,350.603L614.316,352.131L613.891,352.972L613.943,354.205L614.905,355.153L617.165,356.785L620.109,358.138L621.599,357.907L621.997,356.489L622.42,353.094L622.485,349.468L621.704,347.444L620.19,347.018L618.348,346.935L617.298,346.569L617.592,345.403L618.951,342.379L618.781,338.516L615.273,334.14L612.242,329.986L612.181,328.506L613.78,325.886L616.306,323.719L621.946,320.09L623.844,319.344L626.084,318.662L629.417,317.101L631.044,315.538L631.989,314.008L633.161,305.792L633.596,305.441L634.022,304.924L640.033,307.412L640.575,306.971L641.564,306.424L643.365,304.183L643.617,302.603L643.446,299.481L643.513,296.592L643.8,295.67L644.717,295.949L647.271,297.289L649.394,298.899L651.554,303.061L656.012,303.869L661.544,303.696L663.453,301.68L665.223,301.073L667.286,301.518L671.608,301.894L671.947,298.49L674.176,294.711L675.215,293.404L678.363,293.27L678.965,290.588L679.12,283.151L679.733,282.283L682.09,282.281L684.419,283.435L685.173,284.536L686.391,284.282L687.902,283.429L689.659,282.886L692.62,283.407L699.029,286.299L702.259,287.283L704.254,286.876L706.052,286.814L713.759,291.381L718.868,291.69L723.465,291.29L724.784,289.604L726.684,288.113L728.714,288.095L730.565,288.589L734.249,290.565L735.871,290.993L738.032,291.122L739.648,291.465L741.48,295.259L742.368,296.249L742.19,296.762L742.242,298.493L741.222,300.905L740.255,303.889L740.502,306.511L744.741,315.117L748.322,320.227L749.089,322.219L751.171,323.587L749.439,325.822L749.384,328.804L748.372,330.224L748.188,331.895L748.795,333.407L748.985,335.372L749.924,337.926L747.008,338.785L743.57,339.029L742.328,339.312L741.14,340.167L739.958,339.863L736.531,337.701L734.65,337.294L733.409,337.572L732.59,338.72L731,340.266L729.601,341.382L730.024,342.253L736.864,343.866L738.326,347.202L737.319,350.103L736.987,351.538L735.475,352.749L733.724,353.898L731.446,354.349L731.347,355.845L732.547,360.198L731.943,361.243L731.374,362.697L732.394,366.323L733.803,366.445L734.223,367.233L734.124,368.729L733.916,370.317L733.606,372.079L733.44,372.837L732.55,373.329L729.515,373.348L727.092,375.045L722.418,380.564L720.634,381.622L718.827,383.836L719.318,388.335L719.119,388.765L718.727,389.705L712.419,388.651L712.186,388.669L708.15,389.567L705.515,391.918L702.1,393.335L694.809,393.219L687.857,394.542L686.261,395.231L684.419,395.771L682.861,397.033L681.925,398.828L680.43,401.073L677.966,402.969L675.355,404.46L674.837,405.565L673.936,406.2L672.357,405.478L671.188,405.635L669.626,405.156L664.662,404.887L659.088,404.232L656.45,403.397L653.476,402.826L650.274,402.346L647.335,402.342L645.915,402.172L639.032,400.885L634.454,400.949L628.448,400.579L616.624,398.553L613.072,397.713L609.783,397.516L605.887,396.762L602.911,395.474L600.825,392.834L598.712,389.288L594.937,384.727L594.042,382.37L595.135,380.275L596.246,378.755L596.105,378.02L595.165,377.723L588.728,379.992L582.527,382.731L580.087,382.883L577.744,382.371L574.602,382.373L571.478,383.11L565.437,383.663L561.867,385.55L559.728,389.297L558.503,392.283L557.47,393.208L555.373,393.576L552.098,393.387L549.865,392.601L547.607,390.086L543.986,389.809L540.719,389.77L539.897,389.287L539.994,387.722L538.675,384.612L536.453,383.65L531.034,389.543L529.522,390.05L525.079,388.519L521.219,386.072L520.862,384.264L520.156,382.704L516.895,381.318L512.941,380.422L511.662,380.424L512.126,379.519L512.589,378.037L512.239,376.886L511.309,375.653L510.844,374.337L510.728,373.021L510.379,372.034L510.263,371.047Z\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(139, 134, 128); stroke-width: 0.55px;\"\u003e\u003c/path\u003e\u003c/g\u003e\u003cg fill=\"none\" stroke=\"var(--heritage-graticule)\" opacity=\"0.62\" style=\"stroke-width: 0.6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.62; fill: none; stroke: rgb(184, 178, 168);\"\u003e\u003cpath d=\"M309.764,684.777L356.457,21.322\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M382.163,688.943L411.891,24.512\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M454.644,691.259L467.388,26.285\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M527.161,691.722L522.913,26.639\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M599.666,690.332L578.429,25.576\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M672.112,687.091L633.899,23.094\" stroke-dasharray=\"5 7\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M261.928,609.29L500.225,610.904L738.527,610.812\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M270.412,514.662L730.647,516.132\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M278.882,420.205L722.781,421.623\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M287.346,325.808L714.92,327.173\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M295.815,231.354L707.055,232.668\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M304.3,136.726L699.174,137.987\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003cpath d=\"M312.811,41.795L502.043,41.521L691.269,43.004\" stroke-dasharray=\"4 8\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgb(184, 178, 168); stroke-width: 0.6px;\"\u003e\u003c/path\u003e\u003c/g\u003e\u003cpath d=\"M569.005,535.583L559.502,486.906L558.588,456.574L493.284,421.45L442.727,384.615L454.155,307.622L476.265,272.929L454.3,233.147L433.022,195.037L436.237,168.993\" fill=\"none\" stroke=\"color-mix(in srgb, var(--foreground) 14%, transparent)\" stroke-width=\"9\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: color(srgb 0.0784314 0.0980392 0.101961 / 0.14); stroke-width: 9px;\"\u003e\u003c/path\u003e\u003cpath d=\"M569.005,535.583L559.502,486.906L558.588,456.574L493.284,421.45L442.727,384.615L454.155,307.622L476.265,272.929L454.3,233.147L433.022,195.037L436.237,168.993\" fill=\"none\" stroke=\"var(--border)\" stroke-width=\"1.6\" stroke-dasharray=\"10 10\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: none; stroke: rgba(20, 25, 26, 0.12); stroke-width: 1.6px;\"\u003e\u003c/path\u003e\u003ctext x=\"500\" y=\"20\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"700\" letter-spacing=\"1.2\" fill=\"var(--muted-foreground)\" style=\"border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 700; line-height: 18.7px; letter-spacing: 1.2px; fill: rgba(20, 25, 26, 0.62);\"\u003eTUSCANY  →  PO VALLEY  →  ALPS  →  RHINE\u003c/text\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"567.7714285714286\" cy=\"550.2714285714285\" r=\"26\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"567.7714285714286\" y=\"555.2714285714285\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e7\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eHistoric Centre of Florence · Historic Centre of Siena · Historic Centre of San Gimignano · Piazza del Duomo, Pisa · Medici Villas and Gardens in Tuscany · Val d'Orcia · Historic Centre of the City of Pienza\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"574.5000000000001\" cy=\"455.2\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"574.5000000000001\" y=\"460.2\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e3\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eCity of Verona · City of Vicenza and the Palladian Villas of the Veneto · Botanical Garden (Orto Botanico), Padua\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"580.3\" y=\"469.6\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eFerrara, City of the Renaissance, and its Po Delta\u003c/text\u003e\u003ccircle cx=\"580.3\" cy=\"484.6\" r=\"9\" fill=\"var(--heritage-po-valley)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(202, 138, 4); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"580.3\" y=\"488.6\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eF\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eFerrara, City of the Renaissance, and its Po Delta — Italy · Po Valley\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"516.4\" y=\"504.79999999999995\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003ePortovenere, Cinque Terre, and the Islands (Palmaria, Tino and Tinetto)\u003c/text\u003e\u003ccircle cx=\"516.4\" cy=\"519.8\" r=\"9\" fill=\"var(--heritage-po-valley)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(202, 138, 4); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"516.4\" y=\"523.8\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eP\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003ePortovenere, Cinque Terre, and the Islands (Palmaria, Tino and Tinetto) — Italy · Po Valley\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"442.6\" y=\"369.7\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eOld City of Berne\u003c/text\u003e\u003ccircle cx=\"442.6\" cy=\"384.7\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"442.6\" y=\"388.7\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eO\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eOld City of Berne — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"461.8\" y=\"389\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eSwiss Alps Jungfrau-Aletsch\u003c/text\u003e\u003ccircle cx=\"461.8\" cy=\"404\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"461.8\" y=\"408\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eS\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eSwiss Alps Jungfrau-Aletsch — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"493.4\" y=\"406.3\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eThree Castles, Defensive Wall and Ramparts of the Market-Town of Bellinzona\u003c/text\u003e\u003ccircle cx=\"493.4\" cy=\"421.3\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"493.4\" y=\"425.3\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eT\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eThree Castles, Defensive Wall and Ramparts of the Market-Town of Bellinzona — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"500.1\" cy=\"356.6\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"500.1\" y=\"361.6\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e2\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eAbbey of St Gall · Monastic Island of Reichenau\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"539.8\" y=\"385.5\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eBenedictine Convent of St John at Müstair\u003c/text\u003e\u003ccircle cx=\"539.8\" cy=\"400.5\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"539.8\" y=\"404.5\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eB\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eBenedictine Convent of St John at Müstair — Switzerland · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"454.1\" y=\"292.5\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eStrasbourg, Grande-Île and Neustadt\u003c/text\u003e\u003ccircle cx=\"454.1\" cy=\"307.5\" r=\"9\" fill=\"var(--heritage-upper-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(29, 78, 216); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"454.1\" y=\"311.5\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eS\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eStrasbourg, Grande-Île and Neustadt — France · Upper Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"480.91999999999996\" cy=\"264.26000000000005\" r=\"22\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"480.91999999999996\" y=\"269.26000000000005\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e5\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eAbbey and Altenmünster of Lorsch · Speyer Cathedral · Maulbronn Monastery Complex · ShUM Sites of Speyer, Worms and Mainz · Messel Pit Fossil Site\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"465.75\" cy=\"230.95\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"465.75\" y=\"235.95\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e2\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eUpper Middle Rhine Valley · Frontiers of the Roman Empire\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ccircle cx=\"423.59999999999997\" cy=\"199.0666666666667\" r=\"18\" fill=\"var(--heritage-cluster-bg)\" stroke=\"var(--heritage-cluster-border)\" stroke-width=\"2.5\" opacity=\"0.98\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 2px 6px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; opacity: 0.98; fill: rgb(31, 41, 55); stroke: rgb(255, 255, 255); stroke-width: 2.5px;\"\u003e\u003c/circle\u003e\u003ctext x=\"423.59999999999997\" y=\"204.0666666666667\" text-anchor=\"middle\" font-size=\"14\" font-weight=\"800\" fill=\"var(--heritage-cluster-text)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 23.8px; fill: rgb(255, 255, 255);\"\u003e3\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eCologne Cathedral · Castles of Augustusburg and Falkenlust at Brühl · Aachen Cathedral\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"436.4\" y=\"154.2\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eZollverein Coal Mine Industrial Complex in Essen\u003c/text\u003e\u003ccircle cx=\"436.4\" cy=\"169.2\" r=\"9\" fill=\"var(--heritage-lower-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(190, 24, 93); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"436.4\" y=\"173.2\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eZ\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eZollverein Coal Mine Industrial Complex in Essen — Germany · Lower Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"589.9\" y=\"271.3\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eOld town of Regensburg with Stadtamhof\u003c/text\u003e\u003ccircle cx=\"589.9\" cy=\"286.3\" r=\"9\" fill=\"var(--heritage-po-valley)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(202, 138, 4); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"589.9\" y=\"290.3\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eO\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eOld town of Regensburg with Stadtamhof — Germany · Po Valley\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"553.7\" y=\"335.5\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003ePilgrimage Church of Wies\u003c/text\u003e\u003ccircle cx=\"553.7\" cy=\"350.5\" r=\"9\" fill=\"var(--heritage-alps)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(21, 128, 61); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"553.7\" y=\"354.5\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eP\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003ePilgrimage Church of Wies — Germany · Alps\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"506.1\" y=\"163.4\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eBergpark Wilhelmshöhe\u003c/text\u003e\u003ccircle cx=\"506.1\" cy=\"178.4\" r=\"9\" fill=\"var(--heritage-lower-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(190, 24, 93); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"506.1\" y=\"182.4\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eB\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eBergpark Wilhelmshöhe — Germany · Lower Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"522.5\" y=\"235.7\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eWürzburg Residence with the Court Gardens and Residence Square\u003c/text\u003e\u003ccircle cx=\"522.5\" cy=\"250.7\" r=\"9\" fill=\"var(--heritage-upper-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(29, 78, 216); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"522.5\" y=\"254.7\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eW\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eWürzburg Residence with the Court Gardens and Residence Square — Germany · Upper Rhine\u003c/title\u003e\u003c/g\u003e\u003cg style=\"cursor: default; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003ctext x=\"551.6\" y=\"230.7\" text-anchor=\"middle\" font-size=\"8.5\" font-weight=\"700\" fill=\"var(--foreground)\" stroke=\"var(--card)\" stroke-width=\"3\" stroke-linejoin=\"round\" paint-order=\"stroke\" opacity=\"0.96\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8.5px; font-weight: 700; line-height: 14.45px; opacity: 0.96; fill: rgb(20, 25, 26); stroke: rgb(255, 255, 255); stroke-width: 3px;\" vector-effect=\"non-scaling-stroke\"\u003eTown of Bamberg\u003c/text\u003e\u003ccircle cx=\"551.6\" cy=\"245.7\" r=\"9\" fill=\"var(--heritage-upper-rhine)\" stroke=\"var(--card)\" stroke-width=\"2\" vector-effect=\"non-scaling-stroke\" style=\"filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--foreground) 22%, transparent)); border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; fill: rgb(29, 78, 216); stroke: rgb(255, 255, 255); stroke-width: 2px;\"\u003e\u003c/circle\u003e\u003ctext x=\"551.6\" y=\"249.7\" text-anchor=\"middle\" font-size=\"8\" font-weight=\"800\" fill=\"var(--card)\" style=\"pointer-events: none; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 8px; font-weight: 800; line-height: 13.6px; fill: rgb(255, 255, 255);\"\u003eT\u003c/text\u003e\u003ctitle style=\"display: inline; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003eTown of Bamberg — Germany · Upper Rhine\u003c/title\u003e\u003c/g\u003e\u003c/svg\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 8px 8px 134.2px 237px; flex-direction: column; gap: 4px; width: 28px; height: 92px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cbutton type=\"button\" aria-label=\"Zoom in\" title=\"Zoom in (scroll or double-click too)\" style=\"display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: auto; min-height: auto; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003e+\u003c/button\u003e\u003cbutton type=\"button\" aria-label=\"Zoom out\" title=\"Zoom out\" disabled=\"\" style=\"display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: auto; min-height: auto; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 20px; opacity: 0.4; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003e−\u003c/button\u003e\u003cbutton type=\"button\" aria-label=\"Reset view\" title=\"Reset (full corridor)\" disabled=\"\" style=\"display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: auto; min-height: auto; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 8px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; opacity: 0.4; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003e⊕\u003c/button\u003e\u003c/div\u003e\u003cdiv style=\"position: absolute; inset: 201.5px 139.667px 8px 8px; width: 125.333px; height: 24.7px; padding: 2px 8px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 3.40282e38px; background-color: oklab(1 0 5.96046e-8 / 0.9); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;\"\u003escroll / drag to zoom\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; width: 273px; height: 103.8px; min-width: auto; min-height: auto; padding: 6px 8px; border-top-width: 1px; border-color: rgba(20, 25, 26, 0.12); background-color: oklab(0.967315 -0.00380626 0.0016017 / 0.3); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 57.1833px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(194, 65, 12); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Tuscany\u003c/span\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 36.9333px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(21, 128, 61); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Alps\u003c/span\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 78.85px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(29, 78, 216); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Upper Rhine\u003c/span\u003e\u003cspan style=\"display: flex; align-items: center; gap: 4px; width: 77.8667px; height: 18.7px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003cspan style=\"background-color: rgb(190, 24, 93); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; display: block; width: 10px; height: 10px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); border-radius: 3.40282e38px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e\u003c/span\u003e Lower Rhine\u003c/span\u003e\u003cspan style=\"display: block; width: 257px; height: 37.4px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 18.7px;\"\u003e· 35 sites · conic 43°/51° · baked SVG · zero requests\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 275px; height: 292.4px; padding: 12px; border-top-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 251px; height: 267.4px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; width: 251px; height: 32px; margin-bottom: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: 206.733px; height: 32px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: 0.3px; text-transform: uppercase;\"\u003eDensity by corridor segment\u003c/div\u003e\u003cdiv style=\"width: 44.2667px; height: 32px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px;\"\u003e35 sites\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 174px; margin-bottom: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eTuscany\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 111.117px; background-color: rgb(194, 65, 12); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 44.0333px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e7 · 20%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(194, 65, 12); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003ePo Valley\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 95.25px; background-color: rgb(202, 138, 4); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 42.45px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e6 · 17%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(202, 138, 4); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eAlps\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 95.25px; background-color: rgb(21, 128, 61); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 42.45px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e6 · 17%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(21, 128, 61); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eUpper Rhine\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 127px; background-color: rgb(29, 78, 216); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 44.8667px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e8 · 23%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(29, 78, 216); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; margin-bottom: 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eMiddle Rhine\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 47.6167px; background-color: rgb(124, 58, 237); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 37.4167px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e3 · 9%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(124, 58, 237); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 8px; width: 251px; height: 24px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"flex-shrink: 0; width: 96px; height: 16px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eLower Rhine\u003c/div\u003e\u003cdiv style=\"position: relative; inset: 0px; flex-grow: 1; flex-basis: 0%; width: 127px; height: 24px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; background-color: rgb(242, 245, 243); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 79.3667px; background-color: rgb(190, 24, 93); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; height: 24px; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; position: absolute; inset: 0px; align-items: center; width: 127px; height: 24px; padding-right: 8px; padding-left: 8px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e\u003cspan style=\"display: block; width: 43.15px; height: 16px; min-width: auto; min-height: auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 16px;\"\u003e5 · 14%\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"background-color: rgb(190, 24, 93); background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-size: ; background-origin: ; background-clip: ; opacity: 1; flex-shrink: 0; width: 12px; height: 12px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); border-radius: 3.40282e38px; color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 251px; height: 45.4px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 15.1333px;\"\u003eTuscany to Po Valley to Alps to Rhine northwards. Longer bars = denser clusters in the current filter.\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","cc2d4252f436a4a224abb423:editable":"\u003cdiv style=\"color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 27.2px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(14, 20, 17); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"width: 277px; height: 198.75px; border-width: 1px; border-color: oklch(0.924 0.12 95.746); border-radius: 14px; background-color: oklab(0.987 -0.00202336 0.0219068 / 0.3); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 8px; width: 275px; height: 56.75px; padding: 8px 12px 6px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 84.4833px; height: 21px; min-width: auto; min-height: auto; padding: 2px 6px; border-color: rgb(255, 255, 255); border-radius: 3.40282e38px; background-color: oklch(0.769 0.188 70.08); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; line-height: 17px;\"\u003eStarter sample\u003c/span\u003e\u003cspan style=\"display: block; width: 185.267px; height: 13.75px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 13.75px; overflow-wrap: break-word;\"\u003eStarter list — replace with your own\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 275px; height: 64px; padding: 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 40px; height: 40px; min-width: auto; min-height: auto; border-color: rgb(20, 25, 26); border-radius: 14px; background-color: oklab(0.20864 -0.00670679 -0.00404325 / 0.1); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cspan style=\"display: block; width: 19.1667px; height: 20px; min-width: auto; min-height: auto; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 20px;\"\u003eNE\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 199px; height: 37.5px; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 6px; width: 199px; height: 21px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px; overflow: hidden;\"\u003e\u003cspan style=\"display: block; flex-grow: 1; flex-basis: 0%; width: 130.633px; height: 20px; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003eNetflix Premium\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 62.3667px; height: 21px; min-width: auto; min-height: auto; padding: 2px 6px; border-color: rgb(255, 255, 255); border-radius: 3.40282e38px; background-color: rgb(0, 143, 251); color: rgb(255, 255, 255); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; line-height: 17px;\"\u003eStreaming\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"width: 199px; height: 16.5px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e$15.49 · monthly · Monthly on day 5 · Visa *4242\u003c/div\u003e\u003cdiv style=\"display: none; width: auto; height: auto; margin-top: 2px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"width: auto; height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 500; line-height: 16.5px; white-space: nowrap;\"\u003e$15.49\u003c/span\u003e · monthly · Monthly on day 5\u003c/div\u003e\u003cdiv style=\"width: auto; height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e\u003cspan style=\"border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: 600; line-height: 16.5px; white-space: nowrap;\"\u003e2026-09-04\u003c/span\u003e\u003cspan style=\"border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap;\"\u003e · \u003c/span\u003e\u003cspan style=\"border-color: rgb(197, 31, 69); color: rgb(197, 31, 69); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16.5px; white-space: nowrap;\"\u003eOverdue 1d\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px; width: 275px; height: 76px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 6px; width: 251px; height: 28px; min-width: auto; min-height: auto; border-color: rgb(14, 20, 17); color: rgb(14, 20, 17); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; line-height: 27.2px;\"\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 44.45px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 5px; color: oklab(0.20864 -0.00670679 -0.00404325 / 0.8); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003eEdit\u003c/button\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 56.9px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 5px; color: oklab(0.20864 -0.00670679 -0.00404325 / 0.8); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003ePause\u003c/button\u003e\u003cbutton data-slot=\"button\" data-variant=\"ghost\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 57.3833px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-color: rgb(197, 31, 69); border-radius: 5px; color: rgb(197, 31, 69); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003eDelete\u003c/button\u003e\u003c/div\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"sm\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 251px; height: 28px; min-width: auto; min-height: auto; padding-right: 10px; padding-left: 10px; border-width: 1px; border-style: dashed; border-color: rgba(20, 25, 26, 0.12); border-radius: 5px; color: rgba(20, 25, 26, 0.62); font-family: -apple-system, BlinkMacSystemFont, \u0026quot;Inter\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; line-height: 20.4px; white-space: nowrap;\"\u003e+ Add new subscription\u003c/button\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"0ae820c6c198a17217fd88dc","isNew":false,"isPublic":true,"itemType":"NOTE","name":"This Page Was Published from CubeLV","parents":{"7622a229201503e3237d3219":1788460371380},"preParentID":null,"updatedAt":1789987744047,"updatedBy":{"userId":"6a98422600aca2b400556d","userName":"CubeLV Team"},"version":38,"websiteContent":"[{\"originUrl\":\"https://app.cubelv.com/login?ref=0ae820c6c198a17217fd88dc\",\"title\":null,\"content\":null,\"imageUrl\":null}]"}]}