@quantumclaw/quantumclaw 2026.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4601 -0
- package/LICENSE +21 -0
- package/README.md +559 -0
- package/assets/avatar-placeholder.svg +19 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/docs/.i18n/README.md +31 -0
- package/docs/.i18n/glossary.ja-JP.json +14 -0
- package/docs/.i18n/glossary.zh-CN.json +302 -0
- package/docs/.i18n/ja-JP.tm.jsonl +0 -0
- package/docs/assets/install-script.svg +1 -0
- package/docs/assets/macos-onboarding/01-macos-warning.jpeg +0 -0
- package/docs/assets/macos-onboarding/02-local-networks.jpeg +0 -0
- package/docs/assets/macos-onboarding/03-security-notice.png +0 -0
- package/docs/assets/macos-onboarding/04-choose-gateway.png +0 -0
- package/docs/assets/macos-onboarding/05-permissions.png +0 -0
- package/docs/assets/pixel-lobster.svg +60 -0
- package/docs/assets/quantumclaw-logo-text-dark.png +0 -0
- package/docs/assets/quantumclaw-logo-text-dark.svg +418 -0
- package/docs/assets/quantumclaw-logo-text.png +0 -0
- package/docs/assets/quantumclaw-logo-text.svg +418 -0
- package/docs/assets/showcase/agents-ui.jpg +0 -0
- package/docs/assets/showcase/bambu-cli.png +0 -0
- package/docs/assets/showcase/codexmonitor.png +0 -0
- package/docs/assets/showcase/gohome-grafana.png +0 -0
- package/docs/assets/showcase/ios-testflight.jpg +0 -0
- package/docs/assets/showcase/oura-health.png +0 -0
- package/docs/assets/showcase/padel-cli.svg +11 -0
- package/docs/assets/showcase/padel-screenshot.jpg +0 -0
- package/docs/assets/showcase/papla-tts.jpg +0 -0
- package/docs/assets/showcase/pr-review-telegram.jpg +0 -0
- package/docs/assets/showcase/roborock-screenshot.jpg +0 -0
- package/docs/assets/showcase/roborock-status.svg +13 -0
- package/docs/assets/showcase/roof-camera-sky.jpg +0 -0
- package/docs/assets/showcase/snag.png +0 -0
- package/docs/assets/showcase/tesco-shop.jpg +0 -0
- package/docs/assets/showcase/wienerlinien.png +0 -0
- package/docs/assets/showcase/wine-cellar-skill.jpg +0 -0
- package/docs/assets/showcase/winix-air-purifier.jpg +0 -0
- package/docs/assets/showcase/xuezh-pronunciation.jpeg +0 -0
- package/docs/assets/sponsors/blacksmith.svg +14 -0
- package/docs/assets/sponsors/convex.svg +16 -0
- package/docs/assets/sponsors/openai.svg +3 -0
- package/docs/assets/sponsors/vercel.svg +5 -0
- package/docs/auth-credential-semantics.md +53 -0
- package/docs/automation/auth-monitoring.md +44 -0
- package/docs/automation/cron-jobs.md +727 -0
- package/docs/automation/cron-vs-heartbeat.md +286 -0
- package/docs/automation/gmail-pubsub.md +256 -0
- package/docs/automation/hooks.md +1056 -0
- package/docs/automation/poll.md +86 -0
- package/docs/automation/standing-orders.md +251 -0
- package/docs/automation/troubleshooting.md +122 -0
- package/docs/automation/webhook.md +217 -0
- package/docs/brave-search.md +93 -0
- package/docs/channels/bluebubbles.md +347 -0
- package/docs/channels/broadcast-groups.md +442 -0
- package/docs/channels/channel-routing.md +139 -0
- package/docs/channels/discord.md +1229 -0
- package/docs/channels/feishu.md +747 -0
- package/docs/channels/googlechat.md +261 -0
- package/docs/channels/group-messages.md +84 -0
- package/docs/channels/groups.md +379 -0
- package/docs/channels/imessage.md +367 -0
- package/docs/channels/index.md +47 -0
- package/docs/channels/irc.md +242 -0
- package/docs/channels/line.md +194 -0
- package/docs/channels/location.md +56 -0
- package/docs/channels/matrix.md +677 -0
- package/docs/channels/mattermost.md +427 -0
- package/docs/channels/msteams.md +780 -0
- package/docs/channels/nextcloud-talk.md +138 -0
- package/docs/channels/nostr.md +249 -0
- package/docs/channels/pairing.md +114 -0
- package/docs/channels/signal.md +329 -0
- package/docs/channels/slack.md +603 -0
- package/docs/channels/synology-chat.md +134 -0
- package/docs/channels/telegram.md +987 -0
- package/docs/channels/tlon.md +276 -0
- package/docs/channels/troubleshooting.md +118 -0
- package/docs/channels/twitch.md +379 -0
- package/docs/channels/whatsapp.md +460 -0
- package/docs/channels/zalo.md +243 -0
- package/docs/channels/zalouser.md +181 -0
- package/docs/ci.md +55 -0
- package/docs/cli/acp.md +288 -0
- package/docs/cli/agent.md +29 -0
- package/docs/cli/agents.md +123 -0
- package/docs/cli/approvals.md +50 -0
- package/docs/cli/backup.md +76 -0
- package/docs/cli/browser.md +106 -0
- package/docs/cli/channels.md +102 -0
- package/docs/cli/clawbot.md +21 -0
- package/docs/cli/completion.md +35 -0
- package/docs/cli/config.md +295 -0
- package/docs/cli/configure.md +36 -0
- package/docs/cli/cron.md +77 -0
- package/docs/cli/daemon.md +53 -0
- package/docs/cli/dashboard.md +22 -0
- package/docs/cli/devices.md +139 -0
- package/docs/cli/directory.md +63 -0
- package/docs/cli/dns.md +23 -0
- package/docs/cli/docs.md +15 -0
- package/docs/cli/doctor.md +48 -0
- package/docs/cli/gateway.md +235 -0
- package/docs/cli/health.md +21 -0
- package/docs/cli/hooks.md +329 -0
- package/docs/cli/index.md +1150 -0
- package/docs/cli/logs.md +28 -0
- package/docs/cli/memory.md +66 -0
- package/docs/cli/message.md +278 -0
- package/docs/cli/models.md +81 -0
- package/docs/cli/node.md +127 -0
- package/docs/cli/nodes.md +75 -0
- package/docs/cli/onboard.md +157 -0
- package/docs/cli/pairing.md +32 -0
- package/docs/cli/plugins.md +210 -0
- package/docs/cli/qr.md +46 -0
- package/docs/cli/reset.md +20 -0
- package/docs/cli/sandbox.md +197 -0
- package/docs/cli/secrets.md +188 -0
- package/docs/cli/security.md +79 -0
- package/docs/cli/sessions.md +110 -0
- package/docs/cli/setup.md +29 -0
- package/docs/cli/skills.md +36 -0
- package/docs/cli/status.md +30 -0
- package/docs/cli/system.md +60 -0
- package/docs/cli/tui.md +30 -0
- package/docs/cli/uninstall.md +20 -0
- package/docs/cli/update.md +103 -0
- package/docs/cli/voicecall.md +34 -0
- package/docs/cli/webhooks.md +25 -0
- package/docs/concepts/agent-loop.md +148 -0
- package/docs/concepts/agent-workspace.md +236 -0
- package/docs/concepts/agent.md +122 -0
- package/docs/concepts/architecture.md +137 -0
- package/docs/concepts/compaction.md +123 -0
- package/docs/concepts/context-engine.md +268 -0
- package/docs/concepts/context.md +172 -0
- package/docs/concepts/delegate-architecture.md +296 -0
- package/docs/concepts/features.md +73 -0
- package/docs/concepts/markdown-formatting.md +130 -0
- package/docs/concepts/memory.md +108 -0
- package/docs/concepts/messages.md +154 -0
- package/docs/concepts/model-failover.md +152 -0
- package/docs/concepts/model-providers.md +607 -0
- package/docs/concepts/models.md +225 -0
- package/docs/concepts/multi-agent.md +552 -0
- package/docs/concepts/oauth.md +158 -0
- package/docs/concepts/presence.md +102 -0
- package/docs/concepts/queue.md +89 -0
- package/docs/concepts/retry.md +69 -0
- package/docs/concepts/session-pruning.md +121 -0
- package/docs/concepts/session-tool.md +242 -0
- package/docs/concepts/session.md +310 -0
- package/docs/concepts/streaming.md +155 -0
- package/docs/concepts/system-prompt.md +132 -0
- package/docs/concepts/timezone.md +91 -0
- package/docs/concepts/typebox.md +291 -0
- package/docs/concepts/typing-indicators.md +68 -0
- package/docs/concepts/usage-tracking.md +35 -0
- package/docs/date-time.md +128 -0
- package/docs/debug/node-issue.md +85 -0
- package/docs/diagnostics/flags.md +91 -0
- package/docs/docs.json +2078 -0
- package/docs/gateway/authentication.md +179 -0
- package/docs/gateway/background-process.md +97 -0
- package/docs/gateway/bonjour.md +177 -0
- package/docs/gateway/bridge-protocol.md +91 -0
- package/docs/gateway/cli-backends.md +225 -0
- package/docs/gateway/configuration-examples.md +651 -0
- package/docs/gateway/configuration-reference.md +3123 -0
- package/docs/gateway/configuration.md +633 -0
- package/docs/gateway/discovery.md +123 -0
- package/docs/gateway/doctor.md +362 -0
- package/docs/gateway/gateway-lock.md +34 -0
- package/docs/gateway/health.md +44 -0
- package/docs/gateway/heartbeat.md +393 -0
- package/docs/gateway/index.md +261 -0
- package/docs/gateway/local-models.md +152 -0
- package/docs/gateway/logging.md +113 -0
- package/docs/gateway/multiple-gateways.md +112 -0
- package/docs/gateway/network-model.md +22 -0
- package/docs/gateway/openai-http-api.md +132 -0
- package/docs/gateway/openresponses-http-api.md +295 -0
- package/docs/gateway/openshell.md +307 -0
- package/docs/gateway/pairing.md +99 -0
- package/docs/gateway/protocol.md +267 -0
- package/docs/gateway/remote-gateway-readme.md +158 -0
- package/docs/gateway/remote.md +153 -0
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +134 -0
- package/docs/gateway/sandboxing.md +469 -0
- package/docs/gateway/secrets-plan-contract.md +116 -0
- package/docs/gateway/secrets.md +503 -0
- package/docs/gateway/security/index.md +1220 -0
- package/docs/gateway/tailscale.md +132 -0
- package/docs/gateway/tools-invoke-http-api.md +118 -0
- package/docs/gateway/troubleshooting.md +378 -0
- package/docs/gateway/trusted-proxy-auth.md +330 -0
- package/docs/help/debugging.md +168 -0
- package/docs/help/environment.md +163 -0
- package/docs/help/faq.md +2997 -0
- package/docs/help/index.md +28 -0
- package/docs/help/scripts.md +28 -0
- package/docs/help/testing.md +526 -0
- package/docs/help/troubleshooting.md +297 -0
- package/docs/images/configure-model-picker-unsearchable.png +0 -0
- package/docs/images/feishu-step2-create-app.png +0 -0
- package/docs/images/feishu-step3-credentials.png +0 -0
- package/docs/images/feishu-step4-permissions.png +0 -0
- package/docs/images/feishu-step5-bot-capability.png +0 -0
- package/docs/images/feishu-step6-event-subscription.png +0 -0
- package/docs/images/feishu-verification-token.png +0 -0
- package/docs/images/groups-flow.svg +52 -0
- package/docs/images/mobile-ui-screenshot.png +0 -0
- package/docs/index.md +196 -0
- package/docs/install/ansible.md +230 -0
- package/docs/install/azure.md +311 -0
- package/docs/install/bun.md +55 -0
- package/docs/install/development-channels.md +120 -0
- package/docs/install/digitalocean.md +129 -0
- package/docs/install/docker-vm-runtime.md +142 -0
- package/docs/install/docker.md +375 -0
- package/docs/install/exe-dev.md +126 -0
- package/docs/install/fly.md +501 -0
- package/docs/install/gcp.md +402 -0
- package/docs/install/hetzner.md +251 -0
- package/docs/install/index.md +183 -0
- package/docs/install/installer.md +415 -0
- package/docs/install/kubernetes.md +191 -0
- package/docs/install/macos-vm.md +281 -0
- package/docs/install/migrating-matrix.md +346 -0
- package/docs/install/migrating.md +110 -0
- package/docs/install/nix.md +89 -0
- package/docs/install/node.md +138 -0
- package/docs/install/northflank.mdx +54 -0
- package/docs/install/oracle.md +156 -0
- package/docs/install/podman.md +133 -0
- package/docs/install/railway.mdx +100 -0
- package/docs/install/raspberry-pi.md +159 -0
- package/docs/install/render.mdx +169 -0
- package/docs/install/uninstall.md +128 -0
- package/docs/install/updating.md +128 -0
- package/docs/ja-JP/index.md +186 -0
- package/docs/ja-JP/start/getting-started.md +125 -0
- package/docs/ja-JP/start/wizard.md +77 -0
- package/docs/logging.md +352 -0
- package/docs/nav-tabs-underline.js +100 -0
- package/docs/network.md +54 -0
- package/docs/nodes/audio.md +187 -0
- package/docs/nodes/camera.md +162 -0
- package/docs/nodes/images.md +72 -0
- package/docs/nodes/index.md +393 -0
- package/docs/nodes/location-command.md +98 -0
- package/docs/nodes/media-understanding.md +394 -0
- package/docs/nodes/talk.md +92 -0
- package/docs/nodes/troubleshooting.md +114 -0
- package/docs/nodes/voicewake.md +66 -0
- package/docs/perplexity.md +174 -0
- package/docs/pi-dev.md +80 -0
- package/docs/pi.md +567 -0
- package/docs/platforms/android.md +168 -0
- package/docs/platforms/digitalocean.md +266 -0
- package/docs/platforms/index.md +54 -0
- package/docs/platforms/ios.md +220 -0
- package/docs/platforms/linux.md +94 -0
- package/docs/platforms/mac/bundled-gateway.md +73 -0
- package/docs/platforms/mac/canvas.md +125 -0
- package/docs/platforms/mac/child-process.md +69 -0
- package/docs/platforms/mac/dev-setup.md +104 -0
- package/docs/platforms/mac/health.md +34 -0
- package/docs/platforms/mac/icon.md +31 -0
- package/docs/platforms/mac/logging.md +57 -0
- package/docs/platforms/mac/menu-bar.md +81 -0
- package/docs/platforms/mac/peekaboo.md +65 -0
- package/docs/platforms/mac/permissions.md +50 -0
- package/docs/platforms/mac/remote.md +84 -0
- package/docs/platforms/mac/signing.md +47 -0
- package/docs/platforms/mac/skills.md +33 -0
- package/docs/platforms/mac/voice-overlay.md +60 -0
- package/docs/platforms/mac/voicewake.md +67 -0
- package/docs/platforms/mac/webchat.md +43 -0
- package/docs/platforms/mac/xpc.md +61 -0
- package/docs/platforms/macos.md +226 -0
- package/docs/platforms/oracle.md +303 -0
- package/docs/platforms/raspberry-pi.md +412 -0
- package/docs/platforms/windows.md +241 -0
- package/docs/plugins/agent-tools.md +10 -0
- package/docs/plugins/architecture.md +1366 -0
- package/docs/plugins/building-extensions.md +10 -0
- package/docs/plugins/building-plugins.md +239 -0
- package/docs/plugins/bundles.md +181 -0
- package/docs/plugins/community.md +145 -0
- package/docs/plugins/manifest.md +241 -0
- package/docs/plugins/sdk-channel-plugins.md +370 -0
- package/docs/plugins/sdk-entrypoints.md +161 -0
- package/docs/plugins/sdk-migration.md +172 -0
- package/docs/plugins/sdk-overview.md +196 -0
- package/docs/plugins/sdk-provider-plugins.md +370 -0
- package/docs/plugins/sdk-runtime.md +345 -0
- package/docs/plugins/sdk-setup.md +331 -0
- package/docs/plugins/sdk-testing.md +263 -0
- package/docs/plugins/voice-call.md +380 -0
- package/docs/plugins/zalouser.md +77 -0
- package/docs/prose.md +134 -0
- package/docs/providers/anthropic.md +259 -0
- package/docs/providers/bedrock.md +176 -0
- package/docs/providers/claude-max-api-proxy.md +154 -0
- package/docs/providers/cloudflare-ai-gateway.md +71 -0
- package/docs/providers/deepgram.md +93 -0
- package/docs/providers/github-copilot.md +72 -0
- package/docs/providers/glm.md +43 -0
- package/docs/providers/google.md +78 -0
- package/docs/providers/groq.md +96 -0
- package/docs/providers/huggingface.md +209 -0
- package/docs/providers/index.md +69 -0
- package/docs/providers/kilocode.md +74 -0
- package/docs/providers/litellm.md +154 -0
- package/docs/providers/minimax.md +224 -0
- package/docs/providers/mistral.md +54 -0
- package/docs/providers/models.md +45 -0
- package/docs/providers/modelstudio.md +66 -0
- package/docs/providers/moonshot.md +175 -0
- package/docs/providers/nvidia.md +55 -0
- package/docs/providers/ollama.md +352 -0
- package/docs/providers/openai.md +303 -0
- package/docs/providers/opencode-go.md +45 -0
- package/docs/providers/opencode.md +64 -0
- package/docs/providers/openrouter.md +37 -0
- package/docs/providers/perplexity-provider.md +62 -0
- package/docs/providers/qianfan.md +38 -0
- package/docs/providers/qwen.md +53 -0
- package/docs/providers/sglang.md +104 -0
- package/docs/providers/synthetic.md +99 -0
- package/docs/providers/together.md +66 -0
- package/docs/providers/venice.md +282 -0
- package/docs/providers/vercel-ai-gateway.md +60 -0
- package/docs/providers/vllm.md +92 -0
- package/docs/providers/volcengine.md +74 -0
- package/docs/providers/xai.md +60 -0
- package/docs/providers/xiaomi.md +86 -0
- package/docs/providers/zai.md +46 -0
- package/docs/reference/AGENTS.default.md +126 -0
- package/docs/reference/RELEASING.md +42 -0
- package/docs/reference/api-usage-costs.md +144 -0
- package/docs/reference/credits.md +30 -0
- package/docs/reference/device-models.md +47 -0
- package/docs/reference/memory-config.md +711 -0
- package/docs/reference/prompt-caching.md +185 -0
- package/docs/reference/rpc.md +43 -0
- package/docs/reference/secretref-credential-surface.md +140 -0
- package/docs/reference/secretref-user-supplied-credentials-matrix.json +563 -0
- package/docs/reference/session-management-compaction.md +324 -0
- package/docs/reference/templates/AGENTS.dev.md +83 -0
- package/docs/reference/templates/AGENTS.md +219 -0
- package/docs/reference/templates/BOOT.md +11 -0
- package/docs/reference/templates/BOOTSTRAP.md +62 -0
- package/docs/reference/templates/HEARTBEAT.md +14 -0
- package/docs/reference/templates/IDENTITY.dev.md +47 -0
- package/docs/reference/templates/IDENTITY.md +29 -0
- package/docs/reference/templates/SOUL.dev.md +76 -0
- package/docs/reference/templates/SOUL.md +43 -0
- package/docs/reference/templates/TOOLS.dev.md +24 -0
- package/docs/reference/templates/TOOLS.md +47 -0
- package/docs/reference/templates/USER.dev.md +18 -0
- package/docs/reference/templates/USER.md +23 -0
- package/docs/reference/test.md +90 -0
- package/docs/reference/token-use.md +175 -0
- package/docs/reference/transcript-hygiene.md +151 -0
- package/docs/reference/wizard.md +235 -0
- package/docs/security/CONTRIBUTING-THREAT-MODEL.md +98 -0
- package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
- package/docs/security/formal-verification.md +167 -0
- package/docs/start/bootstrapping.md +41 -0
- package/docs/start/docs-directory.md +66 -0
- package/docs/start/getting-started.md +116 -0
- package/docs/start/hubs.md +198 -0
- package/docs/start/lore.md +219 -0
- package/docs/start/onboarding-overview.md +67 -0
- package/docs/start/onboarding.md +91 -0
- package/docs/start/openclaw.md +221 -0
- package/docs/start/quickstart.md +22 -0
- package/docs/start/setup.md +164 -0
- package/docs/start/showcase.md +418 -0
- package/docs/start/wizard-cli-automation.md +215 -0
- package/docs/start/wizard-cli-reference.md +299 -0
- package/docs/start/wizard.md +125 -0
- package/docs/style.css +37 -0
- package/docs/tools/acp-agents.md +623 -0
- package/docs/tools/agent-send.md +100 -0
- package/docs/tools/apply-patch.md +51 -0
- package/docs/tools/brave-search.md +93 -0
- package/docs/tools/browser-linux-troubleshooting.md +138 -0
- package/docs/tools/browser-login.md +73 -0
- package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +211 -0
- package/docs/tools/browser.md +731 -0
- package/docs/tools/btw.md +142 -0
- package/docs/tools/capability-cookbook.md +119 -0
- package/docs/tools/clawhub.md +298 -0
- package/docs/tools/creating-skills.md +117 -0
- package/docs/tools/diffs.md +386 -0
- package/docs/tools/elevated.md +114 -0
- package/docs/tools/exec-approvals.md +430 -0
- package/docs/tools/exec.md +207 -0
- package/docs/tools/firecrawl.md +140 -0
- package/docs/tools/index.md +137 -0
- package/docs/tools/llm-task.md +119 -0
- package/docs/tools/lobster.md +340 -0
- package/docs/tools/loop-detection.md +100 -0
- package/docs/tools/multi-agent-sandbox-tools.md +364 -0
- package/docs/tools/pdf.md +156 -0
- package/docs/tools/perplexity-search.md +174 -0
- package/docs/tools/plugin.md +255 -0
- package/docs/tools/reactions.md +64 -0
- package/docs/tools/skills-config.md +86 -0
- package/docs/tools/skills.md +309 -0
- package/docs/tools/slash-commands.md +294 -0
- package/docs/tools/subagents.md +295 -0
- package/docs/tools/tavily.md +125 -0
- package/docs/tools/thinking.md +96 -0
- package/docs/tools/tts.md +406 -0
- package/docs/tools/web.md +516 -0
- package/docs/tts.md +406 -0
- package/docs/vps.md +112 -0
- package/docs/web/control-ui.md +275 -0
- package/docs/web/dashboard.md +54 -0
- package/docs/web/index.md +120 -0
- package/docs/web/tui.md +170 -0
- package/docs/web/webchat.md +61 -0
- package/docs/whatsapp-openclaw-ai-zh.jpg +0 -0
- package/docs/whatsapp-openclaw.jpg +0 -0
- package/docs/zh-CN/AGENTS.md +61 -0
- package/docs/zh-CN/automation/auth-monitoring.md +47 -0
- package/docs/zh-CN/automation/cron-jobs.md +435 -0
- package/docs/zh-CN/automation/cron-vs-heartbeat.md +286 -0
- package/docs/zh-CN/automation/gmail-pubsub.md +249 -0
- package/docs/zh-CN/automation/hooks.md +1051 -0
- package/docs/zh-CN/automation/poll.md +76 -0
- package/docs/zh-CN/automation/troubleshooting.md +8 -0
- package/docs/zh-CN/automation/webhook.md +163 -0
- package/docs/zh-CN/brave-search.md +60 -0
- package/docs/zh-CN/channels/bluebubbles.md +354 -0
- package/docs/zh-CN/channels/broadcast-groups.md +449 -0
- package/docs/zh-CN/channels/channel-routing.md +117 -0
- package/docs/zh-CN/channels/discord.md +468 -0
- package/docs/zh-CN/channels/feishu.md +728 -0
- package/docs/zh-CN/channels/googlechat.md +257 -0
- package/docs/zh-CN/channels/grammy.md +38 -0
- package/docs/zh-CN/channels/group-messages.md +91 -0
- package/docs/zh-CN/channels/groups.md +379 -0
- package/docs/zh-CN/channels/imessage.md +302 -0
- package/docs/zh-CN/channels/index.md +53 -0
- package/docs/zh-CN/channels/line.md +180 -0
- package/docs/zh-CN/channels/location.md +63 -0
- package/docs/zh-CN/channels/matrix.md +221 -0
- package/docs/zh-CN/channels/mattermost.md +144 -0
- package/docs/zh-CN/channels/msteams.md +775 -0
- package/docs/zh-CN/channels/nextcloud-talk.md +142 -0
- package/docs/zh-CN/channels/nostr.md +249 -0
- package/docs/zh-CN/channels/pairing.md +89 -0
- package/docs/zh-CN/channels/signal.md +209 -0
- package/docs/zh-CN/channels/slack.md +531 -0
- package/docs/zh-CN/channels/synology-chat.md +138 -0
- package/docs/zh-CN/channels/telegram.md +751 -0
- package/docs/zh-CN/channels/tlon.md +136 -0
- package/docs/zh-CN/channels/troubleshooting.md +36 -0
- package/docs/zh-CN/channels/twitch.md +385 -0
- package/docs/zh-CN/channels/whatsapp.md +411 -0
- package/docs/zh-CN/channels/zalo.md +196 -0
- package/docs/zh-CN/channels/zalouser.md +147 -0
- package/docs/zh-CN/cli/acp.md +173 -0
- package/docs/zh-CN/cli/agent.md +30 -0
- package/docs/zh-CN/cli/agents.md +82 -0
- package/docs/zh-CN/cli/approvals.md +57 -0
- package/docs/zh-CN/cli/browser.md +114 -0
- package/docs/zh-CN/cli/channels.md +86 -0
- package/docs/zh-CN/cli/config.md +57 -0
- package/docs/zh-CN/cli/configure.md +38 -0
- package/docs/zh-CN/cli/cron.md +43 -0
- package/docs/zh-CN/cli/dashboard.md +23 -0
- package/docs/zh-CN/cli/devices.md +74 -0
- package/docs/zh-CN/cli/directory.md +70 -0
- package/docs/zh-CN/cli/dns.md +30 -0
- package/docs/zh-CN/cli/docs.md +22 -0
- package/docs/zh-CN/cli/doctor.md +48 -0
- package/docs/zh-CN/cli/gateway.md +206 -0
- package/docs/zh-CN/cli/health.md +28 -0
- package/docs/zh-CN/cli/hooks.md +298 -0
- package/docs/zh-CN/cli/index.md +1143 -0
- package/docs/zh-CN/cli/logs.md +31 -0
- package/docs/zh-CN/cli/memory.md +52 -0
- package/docs/zh-CN/cli/message.md +246 -0
- package/docs/zh-CN/cli/models.md +85 -0
- package/docs/zh-CN/cli/node.md +115 -0
- package/docs/zh-CN/cli/nodes.md +80 -0
- package/docs/zh-CN/cli/onboard.md +164 -0
- package/docs/zh-CN/cli/pairing.md +28 -0
- package/docs/zh-CN/cli/plugins.md +66 -0
- package/docs/zh-CN/cli/reset.md +24 -0
- package/docs/zh-CN/cli/sandbox.md +158 -0
- package/docs/zh-CN/cli/security.md +33 -0
- package/docs/zh-CN/cli/sessions.md +23 -0
- package/docs/zh-CN/cli/setup.md +36 -0
- package/docs/zh-CN/cli/skills.md +33 -0
- package/docs/zh-CN/cli/status.md +33 -0
- package/docs/zh-CN/cli/system.md +63 -0
- package/docs/zh-CN/cli/tui.md +30 -0
- package/docs/zh-CN/cli/uninstall.md +24 -0
- package/docs/zh-CN/cli/update.md +101 -0
- package/docs/zh-CN/cli/voicecall.md +41 -0
- package/docs/zh-CN/cli/webhooks.md +32 -0
- package/docs/zh-CN/concepts/agent-loop.md +146 -0
- package/docs/zh-CN/concepts/agent-workspace.md +219 -0
- package/docs/zh-CN/concepts/agent.md +115 -0
- package/docs/zh-CN/concepts/architecture.md +123 -0
- package/docs/zh-CN/concepts/compaction.md +67 -0
- package/docs/zh-CN/concepts/context.md +168 -0
- package/docs/zh-CN/concepts/features.md +59 -0
- package/docs/zh-CN/concepts/markdown-formatting.md +117 -0
- package/docs/zh-CN/concepts/memory.md +412 -0
- package/docs/zh-CN/concepts/messages.md +141 -0
- package/docs/zh-CN/concepts/model-failover.md +145 -0
- package/docs/zh-CN/concepts/model-providers.md +606 -0
- package/docs/zh-CN/concepts/models.md +225 -0
- package/docs/zh-CN/concepts/multi-agent.md +372 -0
- package/docs/zh-CN/concepts/oauth.md +164 -0
- package/docs/zh-CN/concepts/presence.md +99 -0
- package/docs/zh-CN/concepts/queue.md +94 -0
- package/docs/zh-CN/concepts/retry.md +76 -0
- package/docs/zh-CN/concepts/session-pruning.md +129 -0
- package/docs/zh-CN/concepts/session-tool.md +200 -0
- package/docs/zh-CN/concepts/session.md +166 -0
- package/docs/zh-CN/concepts/streaming.md +133 -0
- package/docs/zh-CN/concepts/system-prompt.md +101 -0
- package/docs/zh-CN/concepts/timezone.md +96 -0
- package/docs/zh-CN/concepts/typebox.md +284 -0
- package/docs/zh-CN/concepts/typing-indicators.md +74 -0
- package/docs/zh-CN/concepts/usage-tracking.md +42 -0
- package/docs/zh-CN/date-time.md +129 -0
- package/docs/zh-CN/debug/node-issue.md +90 -0
- package/docs/zh-CN/diagnostics/flags.md +98 -0
- package/docs/zh-CN/gateway/authentication.md +184 -0
- package/docs/zh-CN/gateway/background-process.md +100 -0
- package/docs/zh-CN/gateway/bonjour.md +174 -0
- package/docs/zh-CN/gateway/bridge-protocol.md +86 -0
- package/docs/zh-CN/gateway/cli-backends.md +213 -0
- package/docs/zh-CN/gateway/configuration-examples.md +587 -0
- package/docs/zh-CN/gateway/configuration-reference.md +3103 -0
- package/docs/zh-CN/gateway/configuration.md +640 -0
- package/docs/zh-CN/gateway/discovery.md +123 -0
- package/docs/zh-CN/gateway/doctor.md +238 -0
- package/docs/zh-CN/gateway/gateway-lock.md +41 -0
- package/docs/zh-CN/gateway/health.md +42 -0
- package/docs/zh-CN/gateway/heartbeat.md +274 -0
- package/docs/zh-CN/gateway/index.md +335 -0
- package/docs/zh-CN/gateway/local-models.md +159 -0
- package/docs/zh-CN/gateway/logging.md +114 -0
- package/docs/zh-CN/gateway/multiple-gateways.md +119 -0
- package/docs/zh-CN/gateway/network-model.md +23 -0
- package/docs/zh-CN/gateway/openai-http-api.md +125 -0
- package/docs/zh-CN/gateway/openresponses-http-api.md +317 -0
- package/docs/zh-CN/gateway/pairing.md +99 -0
- package/docs/zh-CN/gateway/protocol.md +220 -0
- package/docs/zh-CN/gateway/remote-gateway-readme.md +164 -0
- package/docs/zh-CN/gateway/remote.md +133 -0
- package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +135 -0
- package/docs/zh-CN/gateway/sandboxing.md +188 -0
- package/docs/zh-CN/gateway/security/index.md +777 -0
- package/docs/zh-CN/gateway/tailscale.md +124 -0
- package/docs/zh-CN/gateway/tools-invoke-http-api.md +92 -0
- package/docs/zh-CN/gateway/troubleshooting.md +771 -0
- package/docs/zh-CN/help/debugging.md +160 -0
- package/docs/zh-CN/help/environment.md +88 -0
- package/docs/zh-CN/help/faq.md +2640 -0
- package/docs/zh-CN/help/index.md +28 -0
- package/docs/zh-CN/help/scripts.md +35 -0
- package/docs/zh-CN/help/testing.md +375 -0
- package/docs/zh-CN/help/troubleshooting.md +104 -0
- package/docs/zh-CN/index.md +186 -0
- package/docs/zh-CN/install/ansible.md +215 -0
- package/docs/zh-CN/install/bun.md +65 -0
- package/docs/zh-CN/install/development-channels.md +81 -0
- package/docs/zh-CN/install/docker.md +532 -0
- package/docs/zh-CN/install/exe-dev.md +133 -0
- package/docs/zh-CN/install/fly.md +490 -0
- package/docs/zh-CN/install/gcp.md +510 -0
- package/docs/zh-CN/install/hetzner.md +337 -0
- package/docs/zh-CN/install/index.md +235 -0
- package/docs/zh-CN/install/installer.md +422 -0
- package/docs/zh-CN/install/macos-vm.md +288 -0
- package/docs/zh-CN/install/migrating.md +199 -0
- package/docs/zh-CN/install/nix.md +99 -0
- package/docs/zh-CN/install/node.md +8 -0
- package/docs/zh-CN/install/northflank.mdx +60 -0
- package/docs/zh-CN/install/railway.mdx +106 -0
- package/docs/zh-CN/install/render.mdx +169 -0
- package/docs/zh-CN/install/uninstall.md +135 -0
- package/docs/zh-CN/install/updating.md +233 -0
- package/docs/zh-CN/logging.md +329 -0
- package/docs/zh-CN/network.md +59 -0
- package/docs/zh-CN/nodes/audio.md +120 -0
- package/docs/zh-CN/nodes/camera.md +162 -0
- package/docs/zh-CN/nodes/images.md +79 -0
- package/docs/zh-CN/nodes/index.md +348 -0
- package/docs/zh-CN/nodes/location-command.md +120 -0
- package/docs/zh-CN/nodes/media-understanding.md +380 -0
- package/docs/zh-CN/nodes/talk.md +97 -0
- package/docs/zh-CN/nodes/troubleshooting.md +8 -0
- package/docs/zh-CN/nodes/voicewake.md +72 -0
- package/docs/zh-CN/perplexity.md +102 -0
- package/docs/zh-CN/pi-dev.md +77 -0
- package/docs/zh-CN/pi.md +619 -0
- package/docs/zh-CN/platforms/android.md +155 -0
- package/docs/zh-CN/platforms/digitalocean.md +273 -0
- package/docs/zh-CN/platforms/index.md +60 -0
- package/docs/zh-CN/platforms/ios.md +114 -0
- package/docs/zh-CN/platforms/linux.md +100 -0
- package/docs/zh-CN/platforms/mac/bundled-gateway.md +75 -0
- package/docs/zh-CN/platforms/mac/canvas.md +128 -0
- package/docs/zh-CN/platforms/mac/child-process.md +73 -0
- package/docs/zh-CN/platforms/mac/dev-setup.md +109 -0
- package/docs/zh-CN/platforms/mac/health.md +41 -0
- package/docs/zh-CN/platforms/mac/icon.md +38 -0
- package/docs/zh-CN/platforms/mac/logging.md +64 -0
- package/docs/zh-CN/platforms/mac/menu-bar.md +88 -0
- package/docs/zh-CN/platforms/mac/peekaboo.md +62 -0
- package/docs/zh-CN/platforms/mac/permissions.md +46 -0
- package/docs/zh-CN/platforms/mac/remote.md +90 -0
- package/docs/zh-CN/platforms/mac/signing.md +54 -0
- package/docs/zh-CN/platforms/mac/skills.md +40 -0
- package/docs/zh-CN/platforms/mac/voice-overlay.md +67 -0
- package/docs/zh-CN/platforms/mac/voicewake.md +74 -0
- package/docs/zh-CN/platforms/mac/webchat.md +43 -0
- package/docs/zh-CN/platforms/mac/xpc.md +68 -0
- package/docs/zh-CN/platforms/macos.md +193 -0
- package/docs/zh-CN/platforms/oracle.md +310 -0
- package/docs/zh-CN/platforms/raspberry-pi.md +416 -0
- package/docs/zh-CN/platforms/windows.md +247 -0
- package/docs/zh-CN/plugins/agent-tools.md +99 -0
- package/docs/zh-CN/plugins/manifest.md +68 -0
- package/docs/zh-CN/plugins/voice-call.md +250 -0
- package/docs/zh-CN/plugins/zalouser.md +88 -0
- package/docs/zh-CN/prose.md +141 -0
- package/docs/zh-CN/providers/anthropic.md +265 -0
- package/docs/zh-CN/providers/bedrock.md +170 -0
- package/docs/zh-CN/providers/claude-max-api-proxy.md +155 -0
- package/docs/zh-CN/providers/cloudflare-ai-gateway.md +78 -0
- package/docs/zh-CN/providers/deepgram.md +97 -0
- package/docs/zh-CN/providers/github-copilot.md +67 -0
- package/docs/zh-CN/providers/glm.md +50 -0
- package/docs/zh-CN/providers/huggingface.md +216 -0
- package/docs/zh-CN/providers/index.md +69 -0
- package/docs/zh-CN/providers/kilocode.md +80 -0
- package/docs/zh-CN/providers/litellm.md +160 -0
- package/docs/zh-CN/providers/minimax.md +222 -0
- package/docs/zh-CN/providers/mistral.md +61 -0
- package/docs/zh-CN/providers/models.md +51 -0
- package/docs/zh-CN/providers/moonshot.md +182 -0
- package/docs/zh-CN/providers/nvidia.md +62 -0
- package/docs/zh-CN/providers/ollama.md +359 -0
- package/docs/zh-CN/providers/openai.md +308 -0
- package/docs/zh-CN/providers/opencode-go.md +52 -0
- package/docs/zh-CN/providers/opencode.md +71 -0
- package/docs/zh-CN/providers/openrouter.md +44 -0
- package/docs/zh-CN/providers/qianfan.md +45 -0
- package/docs/zh-CN/providers/qwen.md +55 -0
- package/docs/zh-CN/providers/sglang.md +111 -0
- package/docs/zh-CN/providers/synthetic.md +106 -0
- package/docs/zh-CN/providers/together.md +72 -0
- package/docs/zh-CN/providers/venice.md +289 -0
- package/docs/zh-CN/providers/vercel-ai-gateway.md +66 -0
- package/docs/zh-CN/providers/xiaomi.md +93 -0
- package/docs/zh-CN/providers/zai.md +53 -0
- package/docs/zh-CN/reference/AGENTS.default.md +131 -0
- package/docs/zh-CN/reference/RELEASING.md +48 -0
- package/docs/zh-CN/reference/api-usage-costs.md +141 -0
- package/docs/zh-CN/reference/credits.md +34 -0
- package/docs/zh-CN/reference/device-models.md +54 -0
- package/docs/zh-CN/reference/rpc.md +48 -0
- package/docs/zh-CN/reference/session-management-compaction.md +287 -0
- package/docs/zh-CN/reference/templates/AGENTS.dev.md +89 -0
- package/docs/zh-CN/reference/templates/AGENTS.md +225 -0
- package/docs/zh-CN/reference/templates/BOOT.md +17 -0
- package/docs/zh-CN/reference/templates/BOOTSTRAP.md +68 -0
- package/docs/zh-CN/reference/templates/HEARTBEAT.md +18 -0
- package/docs/zh-CN/reference/templates/IDENTITY.dev.md +54 -0
- package/docs/zh-CN/reference/templates/IDENTITY.md +36 -0
- package/docs/zh-CN/reference/templates/SOUL.dev.md +83 -0
- package/docs/zh-CN/reference/templates/SOUL.md +49 -0
- package/docs/zh-CN/reference/templates/TOOLS.dev.md +31 -0
- package/docs/zh-CN/reference/templates/TOOLS.md +53 -0
- package/docs/zh-CN/reference/templates/USER.dev.md +25 -0
- package/docs/zh-CN/reference/templates/USER.md +30 -0
- package/docs/zh-CN/reference/test.md +57 -0
- package/docs/zh-CN/reference/token-use.md +119 -0
- package/docs/zh-CN/reference/transcript-hygiene.md +109 -0
- package/docs/zh-CN/reference/wizard.md +242 -0
- package/docs/zh-CN/security/formal-verification.md +171 -0
- package/docs/zh-CN/start/bootstrapping.md +9 -0
- package/docs/zh-CN/start/docs-directory.md +70 -0
- package/docs/zh-CN/start/getting-started.md +143 -0
- package/docs/zh-CN/start/hubs.md +194 -0
- package/docs/zh-CN/start/lore.md +226 -0
- package/docs/zh-CN/start/onboarding-overview.md +58 -0
- package/docs/zh-CN/start/onboarding.md +105 -0
- package/docs/zh-CN/start/openclaw.md +248 -0
- package/docs/zh-CN/start/quickstart.md +88 -0
- package/docs/zh-CN/start/setup.md +153 -0
- package/docs/zh-CN/start/showcase.md +423 -0
- package/docs/zh-CN/start/wizard-cli-automation.md +222 -0
- package/docs/zh-CN/start/wizard-cli-reference.md +306 -0
- package/docs/zh-CN/start/wizard.md +132 -0
- package/docs/zh-CN/tools/agent-send.md +59 -0
- package/docs/zh-CN/tools/apply-patch.md +57 -0
- package/docs/zh-CN/tools/browser-linux-troubleshooting.md +144 -0
- package/docs/zh-CN/tools/browser-login.md +75 -0
- package/docs/zh-CN/tools/browser.md +553 -0
- package/docs/zh-CN/tools/chrome-extension.md +183 -0
- package/docs/zh-CN/tools/clawhub.md +209 -0
- package/docs/zh-CN/tools/creating-skills.md +61 -0
- package/docs/zh-CN/tools/elevated.md +64 -0
- package/docs/zh-CN/tools/exec-approvals.md +234 -0
- package/docs/zh-CN/tools/exec.md +169 -0
- package/docs/zh-CN/tools/firecrawl.md +68 -0
- package/docs/zh-CN/tools/index.md +515 -0
- package/docs/zh-CN/tools/llm-task.md +117 -0
- package/docs/zh-CN/tools/lobster.md +349 -0
- package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +401 -0
- package/docs/zh-CN/tools/plugin.md +1612 -0
- package/docs/zh-CN/tools/reactions.md +29 -0
- package/docs/zh-CN/tools/skills-config.md +78 -0
- package/docs/zh-CN/tools/skills.md +279 -0
- package/docs/zh-CN/tools/slash-commands.md +205 -0
- package/docs/zh-CN/tools/subagents.md +167 -0
- package/docs/zh-CN/tools/thinking.md +80 -0
- package/docs/zh-CN/tools/web.md +289 -0
- package/docs/zh-CN/tts.md +375 -0
- package/docs/zh-CN/vps.md +47 -0
- package/docs/zh-CN/web/control-ui.md +191 -0
- package/docs/zh-CN/web/dashboard.md +53 -0
- package/docs/zh-CN/web/index.md +118 -0
- package/docs/zh-CN/web/tui.md +166 -0
- package/docs/zh-CN/web/webchat.md +56 -0
- package/package.json +841 -0
- package/quantumclaw.mjs +135 -0
- package/skills/1password/SKILL.md +70 -0
- package/skills/1password/references/cli-examples.md +29 -0
- package/skills/1password/references/get-started.md +17 -0
- package/skills/apple-notes/SKILL.md +77 -0
- package/skills/apple-reminders/SKILL.md +118 -0
- package/skills/bear-notes/SKILL.md +107 -0
- package/skills/blogwatcher/SKILL.md +69 -0
- package/skills/blucli/SKILL.md +47 -0
- package/skills/bluebubbles/SKILL.md +131 -0
- package/skills/camsnap/SKILL.md +45 -0
- package/skills/canvas/SKILL.md +198 -0
- package/skills/clawhub/SKILL.md +77 -0
- package/skills/coding-agent/SKILL.md +295 -0
- package/skills/discord/SKILL.md +197 -0
- package/skills/eightctl/SKILL.md +50 -0
- package/skills/gemini/SKILL.md +43 -0
- package/skills/gh-issues/SKILL.md +865 -0
- package/skills/gifgrep/SKILL.md +79 -0
- package/skills/github/SKILL.md +163 -0
- package/skills/gog/SKILL.md +116 -0
- package/skills/goplaces/SKILL.md +52 -0
- package/skills/healthcheck/SKILL.md +245 -0
- package/skills/himalaya/SKILL.md +257 -0
- package/skills/himalaya/references/configuration.md +184 -0
- package/skills/himalaya/references/message-composition.md +199 -0
- package/skills/imsg/SKILL.md +122 -0
- package/skills/mcporter/SKILL.md +61 -0
- package/skills/model-usage/SKILL.md +69 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +320 -0
- package/skills/model-usage/scripts/test_model_usage.py +40 -0
- package/skills/nano-pdf/SKILL.md +38 -0
- package/skills/node-connect/SKILL.md +142 -0
- package/skills/notion/SKILL.md +174 -0
- package/skills/obsidian/SKILL.md +81 -0
- package/skills/openai-image-gen/SKILL.md +92 -0
- package/skills/openai-image-gen/scripts/gen.py +328 -0
- package/skills/openai-image-gen/scripts/test_gen.py +140 -0
- package/skills/openai-whisper/SKILL.md +38 -0
- package/skills/openai-whisper-api/SKILL.md +52 -0
- package/skills/openai-whisper-api/scripts/transcribe.sh +85 -0
- package/skills/openhue/SKILL.md +112 -0
- package/skills/oracle/SKILL.md +125 -0
- package/skills/ordercli/SKILL.md +78 -0
- package/skills/peekaboo/SKILL.md +190 -0
- package/skills/sag/SKILL.md +87 -0
- package/skills/session-logs/SKILL.md +115 -0
- package/skills/sherpa-onnx-tts/SKILL.md +103 -0
- package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
- package/skills/skill-creator/SKILL.md +372 -0
- package/skills/skill-creator/license.txt +202 -0
- package/skills/skill-creator/scripts/init_skill.py +378 -0
- package/skills/skill-creator/scripts/package_skill.py +139 -0
- package/skills/skill-creator/scripts/quick_validate.py +159 -0
- package/skills/skill-creator/scripts/test_package_skill.py +160 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
- package/skills/slack/SKILL.md +144 -0
- package/skills/songsee/SKILL.md +49 -0
- package/skills/sonoscli/SKILL.md +65 -0
- package/skills/spotify-player/SKILL.md +64 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +153 -0
- package/skills/tmux/scripts/find-sessions.sh +112 -0
- package/skills/tmux/scripts/wait-for-text.sh +83 -0
- package/skills/trello/SKILL.md +95 -0
- package/skills/video-frames/SKILL.md +46 -0
- package/skills/video-frames/scripts/frame.sh +81 -0
- package/skills/voice-call/SKILL.md +45 -0
- package/skills/wacli/SKILL.md +72 -0
- package/skills/weather/SKILL.md +112 -0
- package/skills/xurl/SKILL.md +461 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1370" height="581.04"><rect width="1370" height="581.04" rx="5" ry="5" class="a"/><svg y="0%" x="0%"><circle cx="20" cy="20" r="6" fill="#ff5f58"/><circle cx="40" cy="20" r="6" fill="#ffbd2e"/><circle cx="60" cy="20" r="6" fill="#18c132"/></svg><svg height="521.04" viewBox="0 0 133 52.104" width="1330" x="15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="50"><style>@keyframes C{0%{transform:translateX(0)}.01%{transform:translateX(-133px)}1.53%{transform:translateX(-266px)}5.39%{transform:translateX(-399px)}6.71%{transform:translateX(-532px)}6.73%{transform:translateX(-798px)}6.76%{transform:translateX(-931px)}6.79%{transform:translateX(-1064px)}6.81%{transform:translateX(-1197px)}6.82%{transform:translateX(-1330px)}6.9%{transform:translateX(-1596px)}6.92%{transform:translateX(-1729px)}7%{transform:translateX(-1862px)}7.01%{transform:translateX(-1995px)}7.08%{transform:translateX(-2128px)}7.1%{transform:translateX(-2261px)}7.12%{transform:translateX(-2394px)}7.13%{transform:translateX(-2527px)}7.15%{transform:translateX(-2660px)}7.17%{transform:translateX(-3192px)}7.18%{transform:translateX(-3458px)}7.2%{transform:translateX(-3857px)}7.82%{transform:translateX(-3990px)}7.85%{transform:translateX(-4123px)}7.89%{transform:translateX(-4256px)}8.09%{transform:translateX(-4389px)}8.29%{transform:translateX(-4522px)}8.48%{transform:translateX(-4655px)}8.68%{transform:translateX(-4788px)}8.88%{transform:translateX(-4921px)}9.08%{transform:translateX(-5054px)}9.28%{transform:translateX(-5187px)}9.48%{transform:translateX(-5320px)}9.68%{transform:translateX(-5453px)}9.87%{transform:translateX(-5586px)}10.07%{transform:translateX(-5719px)}10.27%{transform:translateX(-5852px)}10.47%{transform:translateX(-5985px)}10.67%{transform:translateX(-6118px)}10.87%{transform:translateX(-6251px)}11.07%{transform:translateX(-6384px)}11.26%{transform:translateX(-6517px)}11.46%{transform:translateX(-6650px)}11.66%{transform:translateX(-6783px)}11.86%{transform:translateX(-6916px)}12.06%{transform:translateX(-7049px)}12.29%{transform:translateX(-7182px)}12.49%{transform:translateX(-7315px)}12.69%{transform:translateX(-7448px)}12.89%{transform:translateX(-7581px)}13.09%{transform:translateX(-7714px)}13.28%{transform:translateX(-7847px)}13.48%{transform:translateX(-7980px)}13.68%{transform:translateX(-8113px)}13.88%{transform:translateX(-8246px)}14.08%{transform:translateX(-8379px)}14.28%{transform:translateX(-8512px)}14.48%{transform:translateX(-8645px)}14.67%{transform:translateX(-8778px)}14.87%{transform:translateX(-8911px)}15.07%{transform:translateX(-9044px)}15.31%{transform:translateX(-9177px)}15.47%{transform:translateX(-9310px)}15.7%{transform:translateX(-9443px)}15.9%{transform:translateX(-9576px)}16.1%{transform:translateX(-9709px)}16.3%{transform:translateX(-9842px)}16.5%{transform:translateX(-9975px)}16.69%{transform:translateX(-10108px)}16.89%{transform:translateX(-10241px)}17.09%{transform:translateX(-10374px)}17.29%{transform:translateX(-10507px)}17.49%{transform:translateX(-10640px)}17.69%{transform:translateX(-10773px)}17.76%{transform:translateX(-11039px)}17.77%{transform:translateX(-11172px)}17.79%{transform:translateX(-11438px)}17.83%{transform:translateX(-11571px)}18.03%{transform:translateX(-11704px)}18.23%{transform:translateX(-11837px)}18.42%{transform:translateX(-11970px)}18.62%{transform:translateX(-12103px)}18.82%{transform:translateX(-12236px)}19.02%{transform:translateX(-12369px)}19.22%{transform:translateX(-12502px)}19.42%{transform:translateX(-12635px)}19.61%{transform:translateX(-12768px)}19.81%{transform:translateX(-12901px)}20.01%{transform:translateX(-13034px)}20.21%{transform:translateX(-13167px)}20.41%{transform:translateX(-13300px)}20.61%{transform:translateX(-13433px)}20.84%{transform:translateX(-13566px)}21.04%{transform:translateX(-13699px)}21.24%{transform:translateX(-13832px)}21.43%{transform:translateX(-13965px)}21.63%{transform:translateX(-14098px)}21.83%{transform:translateX(-14231px)}22.03%{transform:translateX(-14364px)}22.23%{transform:translateX(-14497px)}22.43%{transform:translateX(-14630px)}22.62%{transform:translateX(-14763px)}22.82%{transform:translateX(-14896px)}23.02%{transform:translateX(-15029px)}23.22%{transform:translateX(-15162px)}23.42%{transform:translateX(-15295px)}23.62%{transform:translateX(-15428px)}23.82%{transform:translateX(-15561px)}24.02%{transform:translateX(-15694px)}24.25%{transform:translateX(-15827px)}24.45%{transform:translateX(-15960px)}24.65%{transform:translateX(-16093px)}24.84%{transform:translateX(-16226px)}25.04%{transform:translateX(-16359px)}25.24%{transform:translateX(-16492px)}25.44%{transform:translateX(-16625px)}25.64%{transform:translateX(-16758px)}25.84%{transform:translateX(-16891px)}26.03%{transform:translateX(-17024px)}26.23%{transform:translateX(-17157px)}26.43%{transform:translateX(-17290px)}26.63%{transform:translateX(-17423px)}26.83%{transform:translateX(-17556px)}27.03%{transform:translateX(-17689px)}27.23%{transform:translateX(-17822px)}27.42%{transform:translateX(-17955px)}27.66%{transform:translateX(-18088px)}27.82%{transform:translateX(-18221px)}28.02%{transform:translateX(-18354px)}28.25%{transform:translateX(-18487px)}28.45%{transform:translateX(-18620px)}28.65%{transform:translateX(-18753px)}28.85%{transform:translateX(-18886px)}29.05%{transform:translateX(-19019px)}29.21%{transform:translateX(-19152px)}29.24%{transform:translateX(-19285px)}29.26%{transform:translateX(-19418px)}29.27%{transform:translateX(-19551px)}29.29%{transform:translateX(-19684px)}29.31%{transform:translateX(-20083px)}29.33%{transform:translateX(-20216px)}29.35%{transform:translateX(-20349px)}29.39%{transform:translateX(-20482px)}29.58%{transform:translateX(-20615px)}29.78%{transform:translateX(-20748px)}29.95%{transform:translateX(-20881px)}30.18%{transform:translateX(-21014px)}30.37%{transform:translateX(-21147px)}30.58%{transform:translateX(-21280px)}30.77%{transform:translateX(-21413px)}30.97%{transform:translateX(-21546px)}31%{transform:translateX(-21679px)}31.02%{transform:translateX(-21812px)}31.04%{transform:translateX(-21945px)}31.07%{transform:translateX(-22078px)}31.24%{transform:translateX(-22211px)}31.44%{transform:translateX(-22344px)}31.67%{transform:translateX(-22477px)}31.87%{transform:translateX(-22610px)}32.07%{transform:translateX(-22743px)}32.27%{transform:translateX(-22876px)}32.46%{transform:translateX(-23009px)}32.66%{transform:translateX(-23142px)}32.86%{transform:translateX(-23275px)}33.06%{transform:translateX(-23408px)}33.26%{transform:translateX(-23541px)}33.46%{transform:translateX(-23674px)}33.66%{transform:translateX(-23807px)}33.85%{transform:translateX(-23940px)}34.05%{transform:translateX(-24073px)}34.25%{transform:translateX(-24206px)}34.48%{transform:translateX(-24339px)}34.68%{transform:translateX(-24472px)}34.88%{transform:translateX(-24605px)}35.08%{transform:translateX(-24738px)}35.28%{transform:translateX(-24871px)}35.47%{transform:translateX(-25004px)}35.67%{transform:translateX(-25137px)}35.87%{transform:translateX(-25270px)}36.07%{transform:translateX(-25403px)}36.27%{transform:translateX(-25536px)}36.47%{transform:translateX(-25669px)}36.67%{transform:translateX(-25802px)}36.86%{transform:translateX(-25935px)}37.06%{transform:translateX(-26068px)}37.26%{transform:translateX(-26201px)}37.46%{transform:translateX(-26334px)}37.66%{transform:translateX(-26467px)}37.86%{transform:translateX(-26600px)}38.01%{transform:translateX(-26866px)}38.04%{transform:translateX(-26999px)}38.14%{transform:translateX(-27132px)}38.16%{transform:translateX(-27531px)}38.33%{transform:translateX(-27664px)}38.38%{transform:translateX(-27797px)}38.67%{transform:translateX(-27930px)}38.69%{transform:translateX(-28329px)}38.7%{transform:translateX(-28462px)}38.72%{transform:translateX(-28595px)}38.76%{transform:translateX(-28728px)}38.96%{transform:translateX(-28861px)}39.15%{transform:translateX(-28994px)}39.35%{transform:translateX(-29127px)}39.52%{transform:translateX(-29260px)}39.75%{transform:translateX(-29393px)}39.95%{transform:translateX(-29526px)}40.15%{transform:translateX(-29659px)}40.34%{transform:translateX(-29792px)}40.54%{transform:translateX(-29925px)}40.74%{transform:translateX(-30058px)}40.94%{transform:translateX(-30191px)}41.14%{transform:translateX(-30324px)}41.34%{transform:translateX(-30457px)}41.54%{transform:translateX(-30590px)}41.73%{transform:translateX(-30723px)}41.93%{transform:translateX(-30856px)}42.13%{transform:translateX(-30989px)}42.33%{transform:translateX(-31122px)}42.53%{transform:translateX(-31255px)}42.73%{transform:translateX(-31388px)}42.92%{transform:translateX(-31521px)}43.12%{transform:translateX(-31654px)}43.36%{transform:translateX(-31787px)}43.55%{transform:translateX(-31920px)}43.75%{transform:translateX(-32053px)}43.95%{transform:translateX(-32186px)}44.15%{transform:translateX(-32319px)}44.35%{transform:translateX(-32452px)}44.55%{transform:translateX(-32585px)}44.75%{transform:translateX(-32718px)}44.95%{transform:translateX(-32851px)}45.14%{transform:translateX(-32984px)}45.34%{transform:translateX(-33117px)}45.54%{transform:translateX(-33250px)}45.74%{transform:translateX(-33383px)}45.94%{transform:translateX(-33516px)}46.14%{transform:translateX(-33649px)}46.33%{transform:translateX(-33782px)}46.53%{transform:translateX(-33915px)}46.73%{transform:translateX(-34048px)}46.93%{transform:translateX(-34181px)}47.13%{transform:translateX(-34314px)}47.33%{transform:translateX(-34447px)}47.53%{transform:translateX(-34580px)}47.76%{transform:translateX(-34713px)}47.96%{transform:translateX(-34846px)}48.16%{transform:translateX(-34979px)}48.35%{transform:translateX(-35112px)}48.55%{transform:translateX(-35245px)}48.75%{transform:translateX(-35378px)}48.95%{transform:translateX(-35511px)}49.15%{transform:translateX(-35644px)}49.35%{transform:translateX(-35777px)}49.55%{transform:translateX(-35910px)}49.74%{transform:translateX(-36043px)}49.94%{transform:translateX(-36176px)}50.14%{transform:translateX(-36309px)}50.34%{transform:translateX(-36442px)}50.57%{transform:translateX(-36575px)}50.77%{transform:translateX(-36708px)}50.97%{transform:translateX(-36841px)}51.17%{transform:translateX(-36974px)}51.37%{transform:translateX(-37107px)}51.57%{transform:translateX(-37240px)}51.76%{transform:translateX(-37373px)}51.96%{transform:translateX(-37506px)}52.16%{transform:translateX(-37639px)}52.36%{transform:translateX(-37772px)}52.56%{transform:translateX(-37905px)}52.76%{transform:translateX(-38038px)}52.95%{transform:translateX(-38171px)}53.15%{transform:translateX(-38304px)}53.35%{transform:translateX(-38437px)}53.55%{transform:translateX(-38570px)}53.75%{transform:translateX(-38703px)}53.95%{transform:translateX(-38836px)}54.18%{transform:translateX(-38969px)}54.38%{transform:translateX(-39102px)}54.58%{transform:translateX(-39235px)}54.77%{transform:translateX(-39368px)}54.97%{transform:translateX(-39501px)}55.17%{transform:translateX(-39634px)}55.37%{transform:translateX(-39767px)}55.57%{transform:translateX(-39900px)}55.77%{transform:translateX(-40033px)}55.97%{transform:translateX(-40166px)}56.16%{transform:translateX(-40299px)}56.36%{transform:translateX(-40432px)}56.56%{transform:translateX(-40565px)}56.76%{transform:translateX(-40698px)}56.96%{transform:translateX(-40831px)}57.16%{transform:translateX(-40964px)}57.36%{transform:translateX(-41097px)}57.56%{transform:translateX(-41230px)}57.75%{transform:translateX(-41363px)}57.95%{transform:translateX(-41496px)}58.15%{transform:translateX(-41629px)}58.35%{transform:translateX(-41762px)}58.55%{transform:translateX(-41895px)}58.75%{transform:translateX(-42028px)}58.94%{transform:translateX(-42161px)}59.14%{transform:translateX(-42294px)}59.37%{transform:translateX(-42427px)}59.57%{transform:translateX(-42560px)}59.77%{transform:translateX(-42693px)}59.97%{transform:translateX(-42826px)}60.17%{transform:translateX(-42959px)}60.37%{transform:translateX(-43092px)}60.57%{transform:translateX(-43225px)}60.76%{transform:translateX(-43358px)}60.96%{transform:translateX(-43491px)}61.16%{transform:translateX(-43624px)}61.36%{transform:translateX(-43757px)}61.56%{transform:translateX(-43890px)}61.76%{transform:translateX(-44023px)}61.96%{transform:translateX(-44156px)}62.11%{transform:translateX(-44289px)}62.14%{transform:translateX(-44422px)}62.3%{transform:translateX(-44555px)}62.31%{transform:translateX(-44688px)}62.33%{transform:translateX(-44821px)}62.39%{transform:translateX(-44954px)}62.4%{transform:translateX(-45087px)}62.42%{transform:translateX(-45752px)}63.91%{transform:translateX(-45885px)}63.92%{transform:translateX(-46151px)}63.94%{transform:translateX(-46550px)}63.96%{transform:translateX(-46683px)}63.97%{transform:translateX(-46816px)}63.98%{transform:translateX(-47215px)}77.61%{transform:translateX(-47348px)}77.63%{transform:translateX(-48279px)}84.25%{transform:translateX(-48678px)}86.28%{transform:translateX(-48811px)}91.18%{transform:translateX(-48944px)}91.45%{transform:translateX(-49077px)}91.75%{transform:translateX(-49210px)}91.92%{transform:translateX(-49343px)}92.19%{transform:translateX(-49476px)}92.55%{transform:translateX(-49609px)}92.94%{transform:translateX(-49742px)}93.9%{transform:translateX(-49875px)}94.11%{transform:translateX(-50008px)}94.31%{transform:translateX(-50141px)}95.05%{transform:translateX(-50274px)}95.52%{transform:translateX(-50407px)}95.86%{transform:translateX(-50540px)}96.16%{transform:translateX(-50673px)}96.42%{transform:translateX(-50806px)}96.63%{transform:translateX(-50939px)}96.81%{transform:translateX(-51072px)}97.98%{transform:translateX(-51205px)}98.21%{transform:translateX(-51338px)}98.36%{transform:translateX(-51471px)}98.58%{transform:translateX(-51604px)}98.92%{transform:translateX(-51737px)}99.07%{transform:translateX(-51870px)}99.25%{transform:translateX(-52003px)}99.46%{transform:translateX(-52136px)}99.88%{transform:translateX(-52269px)}to{transform:translateX(-52402px)}}.a{fill:#282d35}.f,.g,.h{white-space:pre}.f{fill:#a8cc8c;font-weight:700}.g,.h{fill:#b9c0cb}.h{fill:#71bef2;font-weight:700}.i{fill:#ff4d4d}.i,.j,.k,.l{white-space:pre}.j{fill:#ff4d4d;font-weight:700}.k,.l{fill:#8892b0}.l{fill:#596480}.m,.n{font-weight:700}.m{fill:#00e5cc;white-space:pre}.n{fill:#b9c0cb}.n,.o,.p,.r,.s{white-space:pre}.o{fill:#5fffd7;font-weight:700}.p,.r,.s{fill:#ff87d7}.r,.s{fill:#5a6480}.s{fill:#ff5a2d;font-weight:700}.u,.v,.w,.x,.y,.z{fill:#8b7f77;white-space:pre}.v,.w,.x,.y,.z{fill:#d14a22}.w,.x,.y,.z{fill:#6f7783}.x,.y,.z{fill:#a8cc8c}.y,.z{fill:#66c2cd}.z{fill:#ff5a2d}</style><g font-family="Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace" font-size="1.67"><defs><symbol id="1"><text y="1.67" class="f">seb@ubuntu</text><text x="10.02" y="1.67" class="g">:</text><text x="11.022" y="1.67" class="h">~</text><text x="12.024" y="1.67" class="g">$</text><text x="14.028" y="1.67" class="g">curl</text><text x="19.038" y="1.67" class="g">-fsSL</text><text x="25.05" y="1.67" class="g">https://quantumclaw.ai/install.sh</text><text x="56.112" y="1.67" class="g">|</text><text x="58.116" y="1.67" class="g">bash</text></symbol><symbol id="2"><text y="1.67" class="i">╭─────────────────────────────────────────╮</text></symbol><symbol id="3"><text y="1.67" class="i">│</text><text x="42.084" y="1.67" class="i">│</text></symbol><symbol id="4"><text y="1.67" class="i">│</text><text x="3.006" y="1.67" class="j">🦞</text><text x="6.012" y="1.67" class="j">QuantumClaw</text><text x="15.03" y="1.67" class="j">Installer</text><text x="42.084" y="1.67" class="i">│</text></symbol><symbol id="5"><text y="1.67" class="i">│</text><text x="3.006" y="1.67" class="k">Because</text><text x="11.022" y="1.67" class="k">Siri</text><text x="16.032" y="1.67" class="k">wasn't</text><text x="23.046" y="1.67" class="k">answering</text><text x="33.066" y="1.67" class="k">at</text><text x="36.072" y="1.67" class="k">3AM.</text><text x="42.084" y="1.67" class="i">│</text></symbol><symbol id="6"><text y="1.67" class="i">│</text><text x="3.006" y="1.67" class="l">modern</text><text x="10.02" y="1.67" class="l">installer</text><text x="20.04" y="1.67" class="l">mode</text><text x="42.084" y="1.67" class="i">│</text></symbol><symbol id="7"><text y="1.67" class="i">╰─────────────────────────────────────────╯</text></symbol><symbol id="8"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">gum</text><text x="6.012" y="1.67" class="g">bootstrapped</text><text x="19.038" y="1.67" class="g">(temp,</text><text x="26.052" y="1.67" class="g">verified,</text><text x="36.072" y="1.67" class="g">v0.17.0)</text></symbol><symbol id="9"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">Detected:</text><text x="12.024" y="1.67" class="g">linux</text></symbol><symbol id="10"><text y="1.67" class="j">Install</text><text x="8.016" y="1.67" class="j">plan</text></symbol><symbol id="11"><text y="1.67" class="l">OS</text><text x="20.04" y="1.67" class="n">linux</text></symbol><symbol id="12"><text y="1.67" class="l">Install</text><text x="8.016" y="1.67" class="l">method</text><text x="20.04" y="1.67" class="n">npm</text></symbol><symbol id="13"><text y="1.67" class="l">Requested</text><text x="10.02" y="1.67" class="l">version</text><text x="20.04" y="1.67" class="n">latest</text></symbol><symbol id="14"><text y="1.67" class="j">[1/3]</text><text x="6.012" y="1.67" class="j">Preparing</text><text x="16.032" y="1.67" class="j">environment</text></symbol><symbol id="15"><text y="1.67" class="o">INFO</text><text x="5.01" y="1.67" class="g">Node.js</text><text x="13.026" y="1.67" class="g">not</text><text x="17.034" y="1.67" class="g">found,</text><text x="24.048" y="1.67" class="g">installing</text><text x="35.07" y="1.67" class="g">it</text><text x="38.076" y="1.67" class="g">now</text></symbol><symbol id="16"><text y="1.67" class="o">INFO</text><text x="5.01" y="1.67" class="g">Installing</text><text x="16.032" y="1.67" class="g">Node.js</text><text x="24.048" y="1.67" class="g">via</text><text x="28.056" y="1.67" class="g">NodeSource</text></symbol><symbol id="17"><text y="1.67" class="p">⣽</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="18"><text y="1.67" class="p">⣻</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="19"><text y="1.67" class="p">⢿</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="20"><text y="1.67" class="p">⡿</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="21"><text y="1.67" class="p">⣟</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="22"><text y="1.67" class="p">⣯</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="23"><text y="1.67" class="p">⣷</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="24"><text y="1.67" class="p">⣾</text><text x="3.006" y="1.67" class="g">Configuring</text><text x="15.03" y="1.67" class="g">NodeSource</text><text x="26.052" y="1.67" class="g">repository</text></symbol><symbol id="25"><text y="1.67" class="p">⣽</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="26"><text y="1.67" class="p">⣻</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="27"><text y="1.67" class="p">⢿</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="28"><text y="1.67" class="p">⡿</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="29"><text y="1.67" class="p">⣟</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="30"><text y="1.67" class="p">⣯</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="31"><text y="1.67" class="p">⣷</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="32"><text y="1.67" class="p">⣾</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Node.js</text></symbol><symbol id="33"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">Node.js</text><text x="10.02" y="1.67" class="g">v22</text><text x="14.028" y="1.67" class="g">installed</text></symbol><symbol id="34"><text y="1.67" class="j">[2/3]</text><text x="6.012" y="1.67" class="j">Installing</text><text x="17.034" y="1.67" class="j">QuantumClaw</text></symbol><symbol id="35"><text y="1.67" class="o">INFO</text><text x="5.01" y="1.67" class="g">Git</text><text x="9.018" y="1.67" class="g">not</text><text x="13.026" y="1.67" class="g">found,</text><text x="20.04" y="1.67" class="g">installing</text><text x="31.062" y="1.67" class="g">it</text><text x="34.068" y="1.67" class="g">now</text></symbol><symbol id="36"><text y="1.67" class="p">⣽</text><text x="3.006" y="1.67" class="g">Updating</text><text x="12.024" y="1.67" class="g">package</text><text x="20.04" y="1.67" class="g">index</text></symbol><symbol id="37"><text y="1.67" class="p">⣽</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="38"><text y="1.67" class="p">⣻</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="39"><text y="1.67" class="p">⢿</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="40"><text y="1.67" class="p">⡿</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="41"><text y="1.67" class="p">⣟</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="42"><text y="1.67" class="p">⣯</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="43"><text y="1.67" class="p">⣷</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="44"><text y="1.67" class="p">⣾</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">Git</text></symbol><symbol id="45"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">Git</text><text x="6.012" y="1.67" class="g">installed</text></symbol><symbol id="46"><text y="1.67" class="o">INFO</text><text x="5.01" y="1.67" class="g">Configuring</text><text x="17.034" y="1.67" class="g">npm</text><text x="21.042" y="1.67" class="g">for</text><text x="25.05" y="1.67" class="g">user-local</text><text x="36.072" y="1.67" class="g">installs</text></symbol><symbol id="47"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">npm</text><text x="6.012" y="1.67" class="g">configured</text><text x="17.034" y="1.67" class="g">for</text><text x="21.042" y="1.67" class="g">user</text><text x="26.052" y="1.67" class="g">installs</text></symbol><symbol id="48"><text y="1.67" class="o">INFO</text><text x="5.01" y="1.67" class="g">Installing</text><text x="16.032" y="1.67" class="g">QuantumClaw</text><text x="25.05" y="1.67" class="g">v2026.2.9</text></symbol><symbol id="49"><text y="1.67" class="p">⣽</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="50"><text y="1.67" class="p">⣻</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="51"><text y="1.67" class="p">⢿</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="52"><text y="1.67" class="p">⡿</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="53"><text y="1.67" class="p">⣟</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="54"><text y="1.67" class="p">⣯</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="55"><text y="1.67" class="p">⣷</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="56"><text y="1.67" class="p">⣾</text><text x="3.006" y="1.67" class="g">Installing</text><text x="14.028" y="1.67" class="g">QuantumClaw</text><text x="23.046" y="1.67" class="g">package</text></symbol><symbol id="57"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">QuantumClaw</text><text x="11.022" y="1.67" class="g">npm</text><text x="15.03" y="1.67" class="g">package</text><text x="23.046" y="1.67" class="g">installed</text></symbol><symbol id="58"><text y="1.67" class="m">✓</text><text x="2.004" y="1.67" class="g">QuantumClaw</text><text x="11.022" y="1.67" class="g">installed</text></symbol><symbol id="59"><text y="1.67" class="j">[3/3]</text><text x="6.012" y="1.67" class="j">Finalizing</text><text x="17.034" y="1.67" class="j">setup</text></symbol><symbol id="60"><text y="1.67" style="white-space:pre" fill="#d7ff87" font-weight="700">WARN</text><text x="5.01" y="1.67" class="g">PATH</text><text x="10.02" y="1.67" class="g">missing</text><text x="18.036" y="1.67" class="g">npm</text><text x="22.044" y="1.67" class="g">global</text><text x="29.058" y="1.67" class="g">bin</text><text x="33.066" y="1.67" class="g">dir:</text><text x="38.076" y="1.67" class="g">/home/seb/.npm-global/bin</text></symbol><symbol id="61"><text x="2.004" y="1.67" class="g">This</text><text x="7.014" y="1.67" class="g">can</text><text x="11.022" y="1.67" class="g">make</text><text x="16.032" y="1.67" class="g">quantumclaw</text><text x="25.05" y="1.67" class="g">show</text><text x="30.06" y="1.67" class="g">as</text><text x="33.066" y="1.67" class="g">"command</text><text x="42.084" y="1.67" class="g">not</text><text x="46.092" y="1.67" class="g">found"</text><text x="53.106" y="1.67" class="g">in</text><text x="56.112" y="1.67" class="g">new</text><text x="60.12" y="1.67" class="g">terminals.</text></symbol><symbol id="62"><text x="2.004" y="1.67" class="g">Fix</text><text x="6.012" y="1.67" class="g">(zsh:</text><text x="12.024" y="1.67" class="g">~/.zshrc,</text><text x="22.044" y="1.67" class="g">bash:</text><text x="28.056" y="1.67" class="g">~/.bashrc):</text></symbol><symbol id="63"><text x="4.008" y="1.67" class="g">export</text><text x="11.022" y="1.67" class="g">PATH="/home/seb/.npm-global/bin:$PATH"</text></symbol><symbol id="64"><text y="1.67" class="m">🦞</text><text x="3.006" y="1.67" class="m">QuantumClaw</text><text x="12.024" y="1.67" class="m">installed</text><text x="22.044" y="1.67" class="m">successfully</text><text x="35.07" y="1.67" class="m">(2026.2.9)!</text></symbol><symbol id="65"><text y="1.67" class="r">Finally</text><text x="8.016" y="1.67" class="r">unpacked.</text><text x="18.036" y="1.67" class="r">Now</text><text x="22.044" y="1.67" class="r">point</text><text x="28.056" y="1.67" class="r">me</text><text x="31.062" y="1.67" class="r">at</text><text x="34.068" y="1.67" class="r">your</text><text x="39.078" y="1.67" class="r">problems.</text></symbol><symbol id="66"><text y="1.67" class="o">INFO</text><text x="5.01" y="1.67" class="g">Starting</text><text x="14.028" y="1.67" class="g">setup</text></symbol><symbol id="67"><text y="1.67" class="s">🦞</text><text x="3.006" y="1.67" class="s">QuantumClaw</text><text x="12.024" y="1.67" style="white-space:pre" fill="#ff8a5b">2026.2.9</text><text x="21.042" y="1.67" class="u">(33c75cb)</text><text x="31.062" y="1.67" class="u">—</text><text x="33.066" y="1.67" class="v">Think</text><text x="39.078" y="1.67" class="v">different.</text><text x="50.1" y="1.67" class="v">Actually</text><text x="59.118" y="1.67" class="v">think.</text></symbol><symbol id="68"><text y="1.67" class="g">▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄</text></symbol><symbol id="69"><text y="1.67" class="g">██░▄▄▄░██░▄▄░██░▄▄▄██░▀██░██░▄▄▀██░████░▄▄▀██░███░██</text></symbol><symbol id="70"><text y="1.67" class="g">██░███░██░▀▀░██░▄▄▄██░█░█░██░█████░████░▀▀░██░█░█░██</text></symbol><symbol id="71"><text y="1.67" class="g">██░▀▀▀░██░█████░▀▀▀██░██▄░██░▀▀▄██░▀▀░█░██░██▄▀▄▀▄██</text></symbol><symbol id="72"><text y="1.67" class="g">▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀</text></symbol><symbol id="73"><text x="18.036" y="1.67" class="g">🦞</text><text x="21.042" y="1.67" class="g">OPENCLAW</text><text x="30.06" y="1.67" class="g">🦞</text></symbol><symbol id="74"><text y="1.67" class="w">┌</text><text x="3.006" y="1.67" class="s">QuantumClaw</text><text x="12.024" y="1.67" class="s">onboarding</text></symbol><symbol id="75"><text y="1.67" class="w">│</text></symbol><symbol id="76"><text y="1.67" class="x">◇</text><text x="3.006" y="1.67" class="s">Security</text><text x="12.024" y="1.67" class="w">──────────────────────────────────────────────────────────────────────────────╮</text></symbol><symbol id="77"><text y="1.67" class="w">│</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="78"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">Security</text><text x="12.024" y="1.67" class="g">warning</text><text x="20.04" y="1.67" class="g">—</text><text x="22.044" y="1.67" class="g">please</text><text x="29.058" y="1.67" class="g">read.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="79"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">QuantumClaw</text><text x="12.024" y="1.67" class="g">is</text><text x="15.03" y="1.67" class="g">a</text><text x="17.034" y="1.67" class="g">hobby</text><text x="23.046" y="1.67" class="g">project</text><text x="31.062" y="1.67" class="g">and</text><text x="35.07" y="1.67" class="g">still</text><text x="41.082" y="1.67" class="g">in</text><text x="44.088" y="1.67" class="g">beta.</text><text x="50.1" y="1.67" class="g">Expect</text><text x="57.114" y="1.67" class="g">sharp</text><text x="63.126" y="1.67" class="g">edges.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="80"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">This</text><text x="8.016" y="1.67" class="g">bot</text><text x="12.024" y="1.67" class="g">can</text><text x="16.032" y="1.67" class="g">read</text><text x="21.042" y="1.67" class="g">files</text><text x="27.054" y="1.67" class="g">and</text><text x="31.062" y="1.67" class="g">run</text><text x="35.07" y="1.67" class="g">actions</text><text x="43.086" y="1.67" class="g">if</text><text x="46.092" y="1.67" class="g">tools</text><text x="52.104" y="1.67" class="g">are</text><text x="56.112" y="1.67" class="g">enabled.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="81"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">A</text><text x="5.01" y="1.67" class="g">bad</text><text x="9.018" y="1.67" class="g">prompt</text><text x="16.032" y="1.67" class="g">can</text><text x="20.04" y="1.67" class="g">trick</text><text x="26.052" y="1.67" class="g">it</text><text x="29.058" y="1.67" class="g">into</text><text x="34.068" y="1.67" class="g">doing</text><text x="40.08" y="1.67" class="g">unsafe</text><text x="47.094" y="1.67" class="g">things.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="82"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">If</text><text x="6.012" y="1.67" class="g">you’re</text><text x="13.026" y="1.67" class="g">not</text><text x="17.034" y="1.67" class="g">comfortable</text><text x="29.058" y="1.67" class="g">with</text><text x="34.068" y="1.67" class="g">basic</text><text x="40.08" y="1.67" class="g">security</text><text x="49.098" y="1.67" class="g">and</text><text x="53.106" y="1.67" class="g">access</text><text x="60.12" y="1.67" class="g">control,</text><text x="69.138" y="1.67" class="g">don’t</text><text x="75.15" y="1.67" class="g">run</text><text x="79.158" y="1.67" class="g">QuantumClaw.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="83"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">Ask</text><text x="7.014" y="1.67" class="g">someone</text><text x="15.03" y="1.67" class="g">experienced</text><text x="27.054" y="1.67" class="g">to</text><text x="30.06" y="1.67" class="g">help</text><text x="35.07" y="1.67" class="g">before</text><text x="42.084" y="1.67" class="g">enabling</text><text x="51.102" y="1.67" class="g">tools</text><text x="57.114" y="1.67" class="g">or</text><text x="60.12" y="1.67" class="g">exposing</text><text x="69.138" y="1.67" class="g">it</text><text x="72.144" y="1.67" class="g">to</text><text x="75.15" y="1.67" class="g">the</text><text x="79.158" y="1.67" class="g">internet.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="84"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">Recommended</text><text x="15.03" y="1.67" class="g">baseline:</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="85"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">-</text><text x="5.01" y="1.67" class="g">Pairing/allowlists</text><text x="24.048" y="1.67" class="g">+</text><text x="26.052" y="1.67" class="g">mention</text><text x="34.068" y="1.67" class="g">gating.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="86"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">-</text><text x="5.01" y="1.67" class="g">Sandbox</text><text x="13.026" y="1.67" class="g">+</text><text x="15.03" y="1.67" class="g">least-privilege</text><text x="31.062" y="1.67" class="g">tools.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="87"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">-</text><text x="5.01" y="1.67" class="g">Keep</text><text x="10.02" y="1.67" class="g">secrets</text><text x="18.036" y="1.67" class="g">out</text><text x="22.044" y="1.67" class="g">of</text><text x="25.05" y="1.67" class="g">the</text><text x="29.058" y="1.67" class="g">agent’s</text><text x="37.074" y="1.67" class="g">reachable</text><text x="47.094" y="1.67" class="g">filesystem.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="88"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">-</text><text x="5.01" y="1.67" class="g">Use</text><text x="9.018" y="1.67" class="g">the</text><text x="13.026" y="1.67" class="g">strongest</text><text x="23.046" y="1.67" class="g">available</text><text x="33.066" y="1.67" class="g">model</text><text x="39.078" y="1.67" class="g">for</text><text x="43.086" y="1.67" class="g">any</text><text x="47.094" y="1.67" class="g">bot</text><text x="51.102" y="1.67" class="g">with</text><text x="56.112" y="1.67" class="g">tools</text><text x="62.124" y="1.67" class="g">or</text><text x="65.13" y="1.67" class="g">untrusted</text><text x="75.15" y="1.67" class="g">inboxes.</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="89"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">Run</text><text x="7.014" y="1.67" class="g">regularly:</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="90"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">quantumclaw</text><text x="12.024" y="1.67" class="g">security</text><text x="21.042" y="1.67" class="g">audit</text><text x="27.054" y="1.67" class="g">--deep</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="91"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">quantumclaw</text><text x="12.024" y="1.67" class="g">security</text><text x="21.042" y="1.67" class="g">audit</text><text x="27.054" y="1.67" class="g">--fix</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="92"><text y="1.67" class="w">│</text><text x="3.006" y="1.67" class="g">Must</text><text x="8.016" y="1.67" class="g">read:</text><text x="14.028" y="1.67" class="g">https://docs.quantumclaw.ai/gateway/security</text><text x="90.18" y="1.67" class="w">│</text></symbol><symbol id="93"><text y="1.67" class="w">├─────────────────────────────────────────────────────────────────────────────────────────╯</text></symbol><symbol id="94"><text y="1.67" class="y">◆</text><text x="3.006" y="1.67" class="z">I</text><text x="5.01" y="1.67" class="z">understand</text><text x="16.032" y="1.67" class="z">this</text><text x="21.042" y="1.67" class="z">is</text><text x="24.048" y="1.67" class="z">powerful</text><text x="33.066" y="1.67" class="z">and</text><text x="37.074" y="1.67" class="z">inherently</text><text x="48.096" y="1.67" class="z">risky.</text><text x="55.11" y="1.67" class="z">Continue?</text></symbol><symbol id="95"><text y="1.67" class="y">│</text><text x="3.006" y="1.67" class="g">○</text><text x="5.01" y="1.67" class="g">Yes</text><text x="9.018" y="1.67" class="g">/</text><text x="11.022" y="1.67" class="x">●</text><text x="13.026" y="1.67" class="g">No</text></symbol><symbol id="96"><text y="1.67" class="y">└</text></symbol><symbol id="97"><text y="1.67" class="y">│</text><text x="3.006" y="1.67" class="x">●</text><text x="5.01" y="1.67" class="g">Yes</text><text x="9.018" y="1.67" class="g">/</text><text x="11.022" y="1.67" class="g">○</text><text x="13.026" y="1.67" class="g">No</text></symbol><symbol id="98"><text x="15.03" y="1.67" class="f">seb@ubuntu</text><text x="25.05" y="1.67" class="g">:</text><text x="26.052" y="1.67" class="h">~</text><text x="27.054" y="1.67" class="g">$</text><text x="29.058" y="1.67" class="g">asciinema</text></symbol><symbol id="99"><text x="15.03" y="1.67" class="f">seb@ubuntu</text><text x="25.05" y="1.67" class="g">:</text><text x="26.052" y="1.67" class="h">~</text><text x="27.054" y="1.67" class="g">$</text><text x="29.058" y="1.67" class="g">asciinema</text><text x="39.078" y="1.67" class="g">upload</text></symbol><symbol id="100"><text x="15.03" y="1.67" class="f">seb@ubuntu</text><text x="25.05" y="1.67" class="g">:</text><text x="26.052" y="1.67" class="h">~</text><text x="27.054" y="1.67" class="g">$</text><text x="29.058" y="1.67" class="g">asciinema</text><text x="39.078" y="1.67" class="g">upload</text><text x="46.092" y="1.67" class="g">demo.cast</text></symbol><symbol id="a"><path fill="transparent" d="M0 0h133v25H0z"/></symbol><symbol id="b"><path fill="#6f7683" d="M0 0h1.102v2.171H0z"/></symbol></defs><path class="a" d="M0 0h133v52.104H0z"/><g style="animation-duration:50.358319s;animation-iteration-count:infinite;animation-name:C;animation-timing-function:steps(1,end)"><svg width="52535"><svg><use xlink:href="#a"/><use xlink:href="#b" x="-.004"/></svg><svg x="133"><use xlink:href="#a"/><use xlink:href="#b" x="13.996"/><text y="1.67" class="f">seb@ubuntu</text><text x="10.02" y="1.67" class="g">:</text><text x="11.022" y="1.67" class="h">~</text><text x="12.024" y="1.67" class="g">$</text></svg><svg x="266"><use xlink:href="#a"/><use xlink:href="#b" x="61.996"/><text y="1.67" class="f">seb@ubuntu</text><text x="10.02" y="1.67" class="g">:</text><text x="11.022" y="1.67" class="h">~</text><text x="12.024" y="1.67" class="g">$</text><path fill="#b9c0cb" d="M14.028 0h48v2.171h-48z"/><text x="14.028" y="1.67" style="white-space:pre" fill="#282d35">curl -fsSL https://quantumclaw.ai/install.sh | bash</text></svg><svg x="399"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="2.146"/><use xlink:href="#1"/></svg><svg x="532"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="2.146"/><use xlink:href="#1"/></svg><svg x="665"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="17.343"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/></svg><svg x="798"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="19.514"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/></svg><svg x="931"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="21.685"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/></svg><svg x="1064"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="23.856"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/></svg><svg x="1197"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="23.856"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/></svg><svg x="1330"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="30.369"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/></svg><svg x="1463"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="30.369"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/></svg><svg x="1596"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="30.369"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/></svg><svg x="1729"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="32.54"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/></svg><svg x="1862"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="32.54"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/></svg><svg x="1995"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="34.711"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/></svg><svg x="2128"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="34.711"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/></svg><svg x="2261"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="36.882"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/></svg><svg x="2394"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="36.882"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/></svg><svg x="2527"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="43.395"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/></svg><svg x="2660"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="43.395"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/></svg><svg x="2793"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="43.395"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/></svg><svg x="2926"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="43.395"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/></svg><svg x="3059"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="43.395"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/></svg><svg x="3192"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="45.566"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/></svg><svg x="3325"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="45.566"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/></svg><svg x="3458"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="45.566"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/></svg><svg x="3591"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="45.566"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/></svg><svg x="3724"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="45.566"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/></svg><svg x="3857"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="47.737"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="3990"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="47.737"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="4123"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="4256"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="4389"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="4522"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#19" y="47.762"/></svg><svg x="4655"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#20" y="47.762"/></svg><svg x="4788"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#21" y="47.762"/></svg><svg x="4921"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#22" y="47.762"/></svg><svg x="5054"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#23" y="47.762"/></svg><svg x="5187"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#24" y="47.762"/></svg><svg x="5320"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="5453"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="5586"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#19" y="47.762"/></svg><svg x="5719"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#20" y="47.762"/></svg><svg x="5852"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#21" y="47.762"/></svg><svg x="5985"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#22" y="47.762"/></svg><svg x="6118"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#23" y="47.762"/></svg><svg x="6251"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#24" y="47.762"/></svg><svg x="6384"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="6517"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="6650"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#19" y="47.762"/></svg><svg x="6783"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#20" y="47.762"/></svg><svg x="6916"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#21" y="47.762"/></svg><svg x="7049"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#22" y="47.762"/></svg><svg x="7182"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#23" y="47.762"/></svg><svg x="7315"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#24" y="47.762"/></svg><svg x="7448"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="7581"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="7714"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#19" y="47.762"/></svg><svg x="7847"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#20" y="47.762"/></svg><svg x="7980"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#21" y="47.762"/></svg><svg x="8113"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#22" y="47.762"/></svg><svg x="8246"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#23" y="47.762"/></svg><svg x="8379"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#24" y="47.762"/></svg><svg x="8512"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="8645"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="8778"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#19" y="47.762"/></svg><svg x="8911"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#20" y="47.762"/></svg><svg x="9044"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#21" y="47.762"/></svg><svg x="9177"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#22" y="47.762"/></svg><svg x="9310"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#23" y="47.762"/></svg><svg x="9443"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#24" y="47.762"/></svg><svg x="9576"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="9709"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="9842"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#19" y="47.762"/></svg><svg x="9975"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#20" y="47.762"/></svg><svg x="10108"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#21" y="47.762"/></svg><svg x="10241"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#22" y="47.762"/></svg><svg x="10374"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#23" y="47.762"/></svg><svg x="10507"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#24" y="47.762"/></svg><svg x="10640"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#17" y="47.762"/></svg><svg x="10773"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#18" y="47.762"/></svg><svg x="10906"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="11039"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="47.737"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="11172"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="47.737"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="11305"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="11438"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="11571"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="11704"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="11837"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="11970"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="12103"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="12236"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="12369"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="12502"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="12635"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="12768"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="12901"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="13034"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="13167"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="13300"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="13433"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="13566"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="13699"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="13832"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="13965"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="14098"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="14231"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="14364"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="14497"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="14630"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="14763"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="14896"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="15029"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="15162"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="15295"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="15428"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="15561"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="15694"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="15827"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="15960"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="16093"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="16226"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="16359"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="16492"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="16625"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="16758"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="16891"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="17024"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="17157"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="17290"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="17423"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="17556"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="17689"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="17822"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="17955"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="18088"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#26" y="47.762"/></svg><svg x="18221"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#27" y="47.762"/></svg><svg x="18354"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#28" y="47.762"/></svg><svg x="18487"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#29" y="47.762"/></svg><svg x="18620"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#30" y="47.762"/></svg><svg x="18753"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#31" y="47.762"/></svg><svg x="18886"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#32" y="47.762"/></svg><svg x="19019"><use xlink:href="#a"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#25" y="47.762"/></svg><svg x="19152"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="47.737"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/></svg><svg x="19285"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="49.908"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#33" y="47.762"/></svg><svg x="19418"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="49.908"/><use xlink:href="#1"/><use xlink:href="#2" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#4" y="6.513"/><use xlink:href="#5" y="8.684"/><use xlink:href="#6" y="10.855"/><use xlink:href="#3" y="13.026"/><use xlink:href="#7" y="15.197"/><use xlink:href="#8" y="19.539"/><use xlink:href="#9" y="21.71"/><use xlink:href="#10" y="26.052"/><use xlink:href="#11" y="30.394"/><use xlink:href="#12" y="32.565"/><use xlink:href="#13" y="34.736"/><use xlink:href="#14" y="39.078"/><use xlink:href="#15" y="43.42"/><use xlink:href="#16" y="45.591"/><use xlink:href="#33" y="47.762"/></svg><svg x="19551"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#4" y="2.171"/><use xlink:href="#5" y="4.342"/><use xlink:href="#6" y="6.513"/><use xlink:href="#3" y="8.684"/><use xlink:href="#7" y="10.855"/><use xlink:href="#8" y="15.197"/><use xlink:href="#9" y="17.368"/><use xlink:href="#10" y="21.71"/><use xlink:href="#11" y="26.052"/><use xlink:href="#12" y="28.223"/><use xlink:href="#13" y="30.394"/><use xlink:href="#14" y="34.736"/><use xlink:href="#15" y="39.078"/><use xlink:href="#16" y="41.249"/><use xlink:href="#33" y="43.42"/><use xlink:href="#34" y="47.762"/></svg><svg x="19684"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#4" y="2.171"/><use xlink:href="#5" y="4.342"/><use xlink:href="#6" y="6.513"/><use xlink:href="#3" y="8.684"/><use xlink:href="#7" y="10.855"/><use xlink:href="#8" y="15.197"/><use xlink:href="#9" y="17.368"/><use xlink:href="#10" y="21.71"/><use xlink:href="#11" y="26.052"/><use xlink:href="#12" y="28.223"/><use xlink:href="#13" y="30.394"/><use xlink:href="#14" y="34.736"/><use xlink:href="#15" y="39.078"/><use xlink:href="#16" y="41.249"/><use xlink:href="#33" y="43.42"/><use xlink:href="#34" y="47.762"/></svg><svg x="19817"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#4" y="2.171"/><use xlink:href="#5" y="4.342"/><use xlink:href="#6" y="6.513"/><use xlink:href="#3" y="8.684"/><use xlink:href="#7" y="10.855"/><use xlink:href="#8" y="15.197"/><use xlink:href="#9" y="17.368"/><use xlink:href="#10" y="21.71"/><use xlink:href="#11" y="26.052"/><use xlink:href="#12" y="28.223"/><use xlink:href="#13" y="30.394"/><use xlink:href="#14" y="34.736"/><use xlink:href="#15" y="39.078"/><use xlink:href="#16" y="41.249"/><use xlink:href="#33" y="43.42"/><use xlink:href="#34" y="47.762"/></svg><svg x="19950"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#4" y="2.171"/><use xlink:href="#5" y="4.342"/><use xlink:href="#6" y="6.513"/><use xlink:href="#3" y="8.684"/><use xlink:href="#7" y="10.855"/><use xlink:href="#8" y="15.197"/><use xlink:href="#9" y="17.368"/><use xlink:href="#10" y="21.71"/><use xlink:href="#11" y="26.052"/><use xlink:href="#12" y="28.223"/><use xlink:href="#13" y="30.394"/><use xlink:href="#14" y="34.736"/><use xlink:href="#15" y="39.078"/><use xlink:href="#16" y="41.249"/><use xlink:href="#33" y="43.42"/><use xlink:href="#34" y="47.762"/></svg><svg x="20083"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="20216"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="20349"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="20482"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#36" y="52.104"/></svg><svg x="20615"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⣻</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="20748"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⢿</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="20881"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⡿</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="21014"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⣟</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="21147"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⣯</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="21280"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⣷</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="21413"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><text y="53.774" class="p">⣾</text><text x="3.006" y="53.774" class="g">Updating</text><text x="12.024" y="53.774" class="g">package</text><text x="20.04" y="53.774" class="g">index</text></svg><svg x="21546"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#36" y="52.104"/></svg><svg x="21679"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="21812"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="21945"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="22078"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#37" y="52.104"/></svg><svg x="22211"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#38" y="52.104"/></svg><svg x="22344"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#39" y="52.104"/></svg><svg x="22477"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#40" y="52.104"/></svg><svg x="22610"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#41" y="52.104"/></svg><svg x="22743"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#42" y="52.104"/></svg><svg x="22876"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#43" y="52.104"/></svg><svg x="23009"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#44" y="52.104"/></svg><svg x="23142"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#37" y="52.104"/></svg><svg x="23275"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#38" y="52.104"/></svg><svg x="23408"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#39" y="52.104"/></svg><svg x="23541"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#40" y="52.104"/></svg><svg x="23674"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#41" y="52.104"/></svg><svg x="23807"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#42" y="52.104"/></svg><svg x="23940"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#43" y="52.104"/></svg><svg x="24073"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#44" y="52.104"/></svg><svg x="24206"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#37" y="52.104"/></svg><svg x="24339"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#38" y="52.104"/></svg><svg x="24472"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#39" y="52.104"/></svg><svg x="24605"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#40" y="52.104"/></svg><svg x="24738"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#41" y="52.104"/></svg><svg x="24871"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#42" y="52.104"/></svg><svg x="25004"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#43" y="52.104"/></svg><svg x="25137"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#44" y="52.104"/></svg><svg x="25270"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#37" y="52.104"/></svg><svg x="25403"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#38" y="52.104"/></svg><svg x="25536"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#39" y="52.104"/></svg><svg x="25669"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#40" y="52.104"/></svg><svg x="25802"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#41" y="52.104"/></svg><svg x="25935"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#42" y="52.104"/></svg><svg x="26068"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#43" y="52.104"/></svg><svg x="26201"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#44" y="52.104"/></svg><svg x="26334"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#37" y="52.104"/></svg><svg x="26467"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#38" y="52.104"/></svg><svg x="26600"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/><use xlink:href="#39" y="52.104"/></svg><svg x="26733"><use xlink:href="#a"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="26866"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#4"/><use xlink:href="#5" y="2.171"/><use xlink:href="#6" y="4.342"/><use xlink:href="#3" y="6.513"/><use xlink:href="#7" y="8.684"/><use xlink:href="#8" y="13.026"/><use xlink:href="#9" y="15.197"/><use xlink:href="#10" y="19.539"/><use xlink:href="#11" y="23.881"/><use xlink:href="#12" y="26.052"/><use xlink:href="#13" y="28.223"/><use xlink:href="#14" y="32.565"/><use xlink:href="#15" y="36.907"/><use xlink:href="#16" y="39.078"/><use xlink:href="#33" y="41.249"/><use xlink:href="#34" y="45.591"/><use xlink:href="#35" y="49.933"/></svg><svg x="26999"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#5"/><use xlink:href="#6" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#7" y="6.513"/><use xlink:href="#8" y="10.855"/><use xlink:href="#9" y="13.026"/><use xlink:href="#10" y="17.368"/><use xlink:href="#11" y="21.71"/><use xlink:href="#12" y="23.881"/><use xlink:href="#13" y="26.052"/><use xlink:href="#14" y="30.394"/><use xlink:href="#15" y="34.736"/><use xlink:href="#16" y="36.907"/><use xlink:href="#33" y="39.078"/><use xlink:href="#34" y="43.42"/><use xlink:href="#35" y="47.762"/><use xlink:href="#45" y="49.933"/></svg><svg x="27132"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#5"/><use xlink:href="#6" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#7" y="6.513"/><use xlink:href="#8" y="10.855"/><use xlink:href="#9" y="13.026"/><use xlink:href="#10" y="17.368"/><use xlink:href="#11" y="21.71"/><use xlink:href="#12" y="23.881"/><use xlink:href="#13" y="26.052"/><use xlink:href="#14" y="30.394"/><use xlink:href="#15" y="34.736"/><use xlink:href="#16" y="36.907"/><use xlink:href="#33" y="39.078"/><use xlink:href="#34" y="43.42"/><use xlink:href="#35" y="47.762"/><use xlink:href="#45" y="49.933"/></svg><svg x="27265"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#5"/><use xlink:href="#6" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#7" y="6.513"/><use xlink:href="#8" y="10.855"/><use xlink:href="#9" y="13.026"/><use xlink:href="#10" y="17.368"/><use xlink:href="#11" y="21.71"/><use xlink:href="#12" y="23.881"/><use xlink:href="#13" y="26.052"/><use xlink:href="#14" y="30.394"/><use xlink:href="#15" y="34.736"/><use xlink:href="#16" y="36.907"/><use xlink:href="#33" y="39.078"/><use xlink:href="#34" y="43.42"/><use xlink:href="#35" y="47.762"/><use xlink:href="#45" y="49.933"/></svg><svg x="27398"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#5"/><use xlink:href="#6" y="2.171"/><use xlink:href="#3" y="4.342"/><use xlink:href="#7" y="6.513"/><use xlink:href="#8" y="10.855"/><use xlink:href="#9" y="13.026"/><use xlink:href="#10" y="17.368"/><use xlink:href="#11" y="21.71"/><use xlink:href="#12" y="23.881"/><use xlink:href="#13" y="26.052"/><use xlink:href="#14" y="30.394"/><use xlink:href="#15" y="34.736"/><use xlink:href="#16" y="36.907"/><use xlink:href="#33" y="39.078"/><use xlink:href="#34" y="43.42"/><use xlink:href="#35" y="47.762"/><use xlink:href="#45" y="49.933"/></svg><svg x="27531"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#6"/><use xlink:href="#3" y="2.171"/><use xlink:href="#7" y="4.342"/><use xlink:href="#8" y="8.684"/><use xlink:href="#9" y="10.855"/><use xlink:href="#10" y="15.197"/><use xlink:href="#11" y="19.539"/><use xlink:href="#12" y="21.71"/><use xlink:href="#13" y="23.881"/><use xlink:href="#14" y="28.223"/><use xlink:href="#15" y="32.565"/><use xlink:href="#16" y="34.736"/><use xlink:href="#33" y="36.907"/><use xlink:href="#34" y="41.249"/><use xlink:href="#35" y="45.591"/><use xlink:href="#45" y="47.762"/><use xlink:href="#46" y="49.933"/></svg><svg x="27664"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#6"/><use xlink:href="#3" y="2.171"/><use xlink:href="#7" y="4.342"/><use xlink:href="#8" y="8.684"/><use xlink:href="#9" y="10.855"/><use xlink:href="#10" y="15.197"/><use xlink:href="#11" y="19.539"/><use xlink:href="#12" y="21.71"/><use xlink:href="#13" y="23.881"/><use xlink:href="#14" y="28.223"/><use xlink:href="#15" y="32.565"/><use xlink:href="#16" y="34.736"/><use xlink:href="#33" y="36.907"/><use xlink:href="#34" y="41.249"/><use xlink:href="#35" y="45.591"/><use xlink:href="#45" y="47.762"/><use xlink:href="#46" y="49.933"/></svg><svg x="27797"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#7" y="2.171"/><use xlink:href="#8" y="6.513"/><use xlink:href="#9" y="8.684"/><use xlink:href="#10" y="13.026"/><use xlink:href="#11" y="17.368"/><use xlink:href="#12" y="19.539"/><use xlink:href="#13" y="21.71"/><use xlink:href="#14" y="26.052"/><use xlink:href="#15" y="30.394"/><use xlink:href="#16" y="32.565"/><use xlink:href="#33" y="34.736"/><use xlink:href="#34" y="39.078"/><use xlink:href="#35" y="43.42"/><use xlink:href="#45" y="45.591"/><use xlink:href="#46" y="47.762"/><use xlink:href="#47" y="49.933"/></svg><svg x="27930"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#7" y="2.171"/><use xlink:href="#8" y="6.513"/><use xlink:href="#9" y="8.684"/><use xlink:href="#10" y="13.026"/><use xlink:href="#11" y="17.368"/><use xlink:href="#12" y="19.539"/><use xlink:href="#13" y="21.71"/><use xlink:href="#14" y="26.052"/><use xlink:href="#15" y="30.394"/><use xlink:href="#16" y="32.565"/><use xlink:href="#33" y="34.736"/><use xlink:href="#34" y="39.078"/><use xlink:href="#35" y="43.42"/><use xlink:href="#45" y="45.591"/><use xlink:href="#46" y="47.762"/><use xlink:href="#47" y="49.933"/></svg><svg x="28063"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#7" y="2.171"/><use xlink:href="#8" y="6.513"/><use xlink:href="#9" y="8.684"/><use xlink:href="#10" y="13.026"/><use xlink:href="#11" y="17.368"/><use xlink:href="#12" y="19.539"/><use xlink:href="#13" y="21.71"/><use xlink:href="#14" y="26.052"/><use xlink:href="#15" y="30.394"/><use xlink:href="#16" y="32.565"/><use xlink:href="#33" y="34.736"/><use xlink:href="#34" y="39.078"/><use xlink:href="#35" y="43.42"/><use xlink:href="#45" y="45.591"/><use xlink:href="#46" y="47.762"/><use xlink:href="#47" y="49.933"/></svg><svg x="28196"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#3"/><use xlink:href="#7" y="2.171"/><use xlink:href="#8" y="6.513"/><use xlink:href="#9" y="8.684"/><use xlink:href="#10" y="13.026"/><use xlink:href="#11" y="17.368"/><use xlink:href="#12" y="19.539"/><use xlink:href="#13" y="21.71"/><use xlink:href="#14" y="26.052"/><use xlink:href="#15" y="30.394"/><use xlink:href="#16" y="32.565"/><use xlink:href="#33" y="34.736"/><use xlink:href="#34" y="39.078"/><use xlink:href="#35" y="43.42"/><use xlink:href="#45" y="45.591"/><use xlink:href="#46" y="47.762"/><use xlink:href="#47" y="49.933"/></svg><svg x="28329"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/></svg><svg x="28462"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/></svg><svg x="28595"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/></svg><svg x="28728"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="28861"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="28994"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="29127"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="29260"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="29393"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="29526"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="29659"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="29792"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="29925"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="30058"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="30191"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="30324"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="30457"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="30590"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="30723"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="30856"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="30989"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="31122"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="31255"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="31388"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="31521"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="31654"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="31787"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="31920"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="32053"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="32186"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="32319"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="32452"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="32585"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="32718"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="32851"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="32984"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="33117"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="33250"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="33383"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="33516"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="33649"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="33782"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="33915"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="34048"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="34181"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="34314"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="34447"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="34580"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="34713"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="34846"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="34979"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="35112"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="35245"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="35378"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="35511"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="35644"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="35777"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="35910"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="36043"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="36176"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="36309"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="36442"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="36575"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="36708"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="36841"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="36974"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="37107"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="37240"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="37373"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="37506"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="37639"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="37772"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="37905"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="38038"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="38171"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="38304"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="38437"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="38570"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="38703"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="38836"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="38969"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="39102"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="39235"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="39368"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="39501"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="39634"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="39767"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="39900"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="40033"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="40166"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="40299"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="40432"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="40565"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="40698"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="40831"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="40964"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="41097"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="41230"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="41363"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="41496"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="41629"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="41762"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="41895"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="42028"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="42161"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="42294"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="42427"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="42560"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="42693"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="42826"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="42959"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="43092"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="43225"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#54" y="52.104"/></svg><svg x="43358"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#55" y="52.104"/></svg><svg x="43491"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#56" y="52.104"/></svg><svg x="43624"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#49" y="52.104"/></svg><svg x="43757"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#50" y="52.104"/></svg><svg x="43890"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#51" y="52.104"/></svg><svg x="44023"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#52" y="52.104"/></svg><svg x="44156"><use xlink:href="#a"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/><use xlink:href="#53" y="52.104"/></svg><svg x="44289"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#7"/><use xlink:href="#8" y="4.342"/><use xlink:href="#9" y="6.513"/><use xlink:href="#10" y="10.855"/><use xlink:href="#11" y="15.197"/><use xlink:href="#12" y="17.368"/><use xlink:href="#13" y="19.539"/><use xlink:href="#14" y="23.881"/><use xlink:href="#15" y="28.223"/><use xlink:href="#16" y="30.394"/><use xlink:href="#33" y="32.565"/><use xlink:href="#34" y="36.907"/><use xlink:href="#35" y="41.249"/><use xlink:href="#45" y="43.42"/><use xlink:href="#46" y="45.591"/><use xlink:href="#47" y="47.762"/><use xlink:href="#48" y="49.933"/></svg><svg x="44422"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#8" y="2.171"/><use xlink:href="#9" y="4.342"/><use xlink:href="#10" y="8.684"/><use xlink:href="#11" y="13.026"/><use xlink:href="#12" y="15.197"/><use xlink:href="#13" y="17.368"/><use xlink:href="#14" y="21.71"/><use xlink:href="#15" y="26.052"/><use xlink:href="#16" y="28.223"/><use xlink:href="#33" y="30.394"/><use xlink:href="#34" y="34.736"/><use xlink:href="#35" y="39.078"/><use xlink:href="#45" y="41.249"/><use xlink:href="#46" y="43.42"/><use xlink:href="#47" y="45.591"/><use xlink:href="#48" y="47.762"/><use xlink:href="#57" y="49.933"/></svg><svg x="44555"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#8"/><use xlink:href="#9" y="2.171"/><use xlink:href="#10" y="6.513"/><use xlink:href="#11" y="10.855"/><use xlink:href="#12" y="13.026"/><use xlink:href="#13" y="15.197"/><use xlink:href="#14" y="19.539"/><use xlink:href="#15" y="23.881"/><use xlink:href="#16" y="26.052"/><use xlink:href="#33" y="28.223"/><use xlink:href="#34" y="32.565"/><use xlink:href="#35" y="36.907"/><use xlink:href="#45" y="39.078"/><use xlink:href="#46" y="41.249"/><use xlink:href="#47" y="43.42"/><use xlink:href="#48" y="45.591"/><use xlink:href="#57" y="47.762"/><use xlink:href="#58" y="49.933"/></svg><svg x="44688"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#8"/><use xlink:href="#9" y="2.171"/><use xlink:href="#10" y="6.513"/><use xlink:href="#11" y="10.855"/><use xlink:href="#12" y="13.026"/><use xlink:href="#13" y="15.197"/><use xlink:href="#14" y="19.539"/><use xlink:href="#15" y="23.881"/><use xlink:href="#16" y="26.052"/><use xlink:href="#33" y="28.223"/><use xlink:href="#34" y="32.565"/><use xlink:href="#35" y="36.907"/><use xlink:href="#45" y="39.078"/><use xlink:href="#46" y="41.249"/><use xlink:href="#47" y="43.42"/><use xlink:href="#48" y="45.591"/><use xlink:href="#57" y="47.762"/><use xlink:href="#58" y="49.933"/></svg><svg x="44821"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#10"/><use xlink:href="#11" y="4.342"/><use xlink:href="#12" y="6.513"/><use xlink:href="#13" y="8.684"/><use xlink:href="#14" y="13.026"/><use xlink:href="#15" y="17.368"/><use xlink:href="#16" y="19.539"/><use xlink:href="#33" y="21.71"/><use xlink:href="#34" y="26.052"/><use xlink:href="#35" y="30.394"/><use xlink:href="#45" y="32.565"/><use xlink:href="#46" y="34.736"/><use xlink:href="#47" y="36.907"/><use xlink:href="#48" y="39.078"/><use xlink:href="#57" y="41.249"/><use xlink:href="#58" y="43.42"/><use xlink:href="#59" y="47.762"/></svg><svg x="44954"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#11" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#13" y="6.513"/><use xlink:href="#14" y="10.855"/><use xlink:href="#15" y="15.197"/><use xlink:href="#16" y="17.368"/><use xlink:href="#33" y="19.539"/><use xlink:href="#34" y="23.881"/><use xlink:href="#35" y="28.223"/><use xlink:href="#45" y="30.394"/><use xlink:href="#46" y="32.565"/><use xlink:href="#47" y="34.736"/><use xlink:href="#48" y="36.907"/><use xlink:href="#57" y="39.078"/><use xlink:href="#58" y="41.249"/><use xlink:href="#59" y="45.591"/></svg><svg x="45087"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#11" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#13" y="6.513"/><use xlink:href="#14" y="10.855"/><use xlink:href="#15" y="15.197"/><use xlink:href="#16" y="17.368"/><use xlink:href="#33" y="19.539"/><use xlink:href="#34" y="23.881"/><use xlink:href="#35" y="28.223"/><use xlink:href="#45" y="30.394"/><use xlink:href="#46" y="32.565"/><use xlink:href="#47" y="34.736"/><use xlink:href="#48" y="36.907"/><use xlink:href="#57" y="39.078"/><use xlink:href="#58" y="41.249"/><use xlink:href="#59" y="45.591"/></svg><svg x="45220"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#11" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#13" y="6.513"/><use xlink:href="#14" y="10.855"/><use xlink:href="#15" y="15.197"/><use xlink:href="#16" y="17.368"/><use xlink:href="#33" y="19.539"/><use xlink:href="#34" y="23.881"/><use xlink:href="#35" y="28.223"/><use xlink:href="#45" y="30.394"/><use xlink:href="#46" y="32.565"/><use xlink:href="#47" y="34.736"/><use xlink:href="#48" y="36.907"/><use xlink:href="#57" y="39.078"/><use xlink:href="#58" y="41.249"/><use xlink:href="#59" y="45.591"/></svg><svg x="45353"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#11" y="2.171"/><use xlink:href="#12" y="4.342"/><use xlink:href="#13" y="6.513"/><use xlink:href="#14" y="10.855"/><use xlink:href="#15" y="15.197"/><use xlink:href="#16" y="17.368"/><use xlink:href="#33" y="19.539"/><use xlink:href="#34" y="23.881"/><use xlink:href="#35" y="28.223"/><use xlink:href="#45" y="30.394"/><use xlink:href="#46" y="32.565"/><use xlink:href="#47" y="34.736"/><use xlink:href="#48" y="36.907"/><use xlink:href="#57" y="39.078"/><use xlink:href="#58" y="41.249"/><use xlink:href="#59" y="45.591"/></svg><svg x="45486"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#11"/><use xlink:href="#12" y="2.171"/><use xlink:href="#13" y="4.342"/><use xlink:href="#14" y="8.684"/><use xlink:href="#15" y="13.026"/><use xlink:href="#16" y="15.197"/><use xlink:href="#33" y="17.368"/><use xlink:href="#34" y="21.71"/><use xlink:href="#35" y="26.052"/><use xlink:href="#45" y="28.223"/><use xlink:href="#46" y="30.394"/><use xlink:href="#47" y="32.565"/><use xlink:href="#48" y="34.736"/><use xlink:href="#57" y="36.907"/><use xlink:href="#58" y="39.078"/><use xlink:href="#59" y="43.42"/><use xlink:href="#60" y="49.933"/></svg><svg x="45619"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#12"/><use xlink:href="#13" y="2.171"/><use xlink:href="#14" y="6.513"/><use xlink:href="#15" y="10.855"/><use xlink:href="#16" y="13.026"/><use xlink:href="#33" y="15.197"/><use xlink:href="#34" y="19.539"/><use xlink:href="#35" y="23.881"/><use xlink:href="#45" y="26.052"/><use xlink:href="#46" y="28.223"/><use xlink:href="#47" y="30.394"/><use xlink:href="#48" y="32.565"/><use xlink:href="#57" y="34.736"/><use xlink:href="#58" y="36.907"/><use xlink:href="#59" y="41.249"/><use xlink:href="#60" y="47.762"/><use xlink:href="#61" y="49.933"/></svg><svg x="45752"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#14" y="2.171"/><use xlink:href="#15" y="6.513"/><use xlink:href="#16" y="8.684"/><use xlink:href="#33" y="10.855"/><use xlink:href="#34" y="15.197"/><use xlink:href="#35" y="19.539"/><use xlink:href="#45" y="21.71"/><use xlink:href="#46" y="23.881"/><use xlink:href="#47" y="26.052"/><use xlink:href="#48" y="28.223"/><use xlink:href="#57" y="30.394"/><use xlink:href="#58" y="32.565"/><use xlink:href="#59" y="36.907"/><use xlink:href="#60" y="43.42"/><use xlink:href="#61" y="45.591"/><use xlink:href="#62" y="47.762"/><use xlink:href="#63" y="49.933"/></svg><svg x="45885"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#14"/><use xlink:href="#15" y="4.342"/><use xlink:href="#16" y="6.513"/><use xlink:href="#33" y="8.684"/><use xlink:href="#34" y="13.026"/><use xlink:href="#35" y="17.368"/><use xlink:href="#45" y="19.539"/><use xlink:href="#46" y="21.71"/><use xlink:href="#47" y="23.881"/><use xlink:href="#48" y="26.052"/><use xlink:href="#57" y="28.223"/><use xlink:href="#58" y="30.394"/><use xlink:href="#59" y="34.736"/><use xlink:href="#60" y="41.249"/><use xlink:href="#61" y="43.42"/><use xlink:href="#62" y="45.591"/><use xlink:href="#63" y="47.762"/></svg><svg x="46018"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#14"/><use xlink:href="#15" y="4.342"/><use xlink:href="#16" y="6.513"/><use xlink:href="#33" y="8.684"/><use xlink:href="#34" y="13.026"/><use xlink:href="#35" y="17.368"/><use xlink:href="#45" y="19.539"/><use xlink:href="#46" y="21.71"/><use xlink:href="#47" y="23.881"/><use xlink:href="#48" y="26.052"/><use xlink:href="#57" y="28.223"/><use xlink:href="#58" y="30.394"/><use xlink:href="#59" y="34.736"/><use xlink:href="#60" y="41.249"/><use xlink:href="#61" y="43.42"/><use xlink:href="#62" y="45.591"/><use xlink:href="#63" y="47.762"/></svg><svg x="46151"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#14"/><use xlink:href="#15" y="4.342"/><use xlink:href="#16" y="6.513"/><use xlink:href="#33" y="8.684"/><use xlink:href="#34" y="13.026"/><use xlink:href="#35" y="17.368"/><use xlink:href="#45" y="19.539"/><use xlink:href="#46" y="21.71"/><use xlink:href="#47" y="23.881"/><use xlink:href="#48" y="26.052"/><use xlink:href="#57" y="28.223"/><use xlink:href="#58" y="30.394"/><use xlink:href="#59" y="34.736"/><use xlink:href="#60" y="41.249"/><use xlink:href="#61" y="43.42"/><use xlink:href="#62" y="45.591"/><use xlink:href="#63" y="47.762"/></svg><svg x="46284"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#15" y="2.171"/><use xlink:href="#16" y="4.342"/><use xlink:href="#33" y="6.513"/><use xlink:href="#34" y="10.855"/><use xlink:href="#35" y="15.197"/><use xlink:href="#45" y="17.368"/><use xlink:href="#46" y="19.539"/><use xlink:href="#47" y="21.71"/><use xlink:href="#48" y="23.881"/><use xlink:href="#57" y="26.052"/><use xlink:href="#58" y="28.223"/><use xlink:href="#59" y="32.565"/><use xlink:href="#60" y="39.078"/><use xlink:href="#61" y="41.249"/><use xlink:href="#62" y="43.42"/><use xlink:href="#63" y="45.591"/><use xlink:href="#64" y="49.933"/></svg><svg x="46417"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#15"/><use xlink:href="#16" y="2.171"/><use xlink:href="#33" y="4.342"/><use xlink:href="#34" y="8.684"/><use xlink:href="#35" y="13.026"/><use xlink:href="#45" y="15.197"/><use xlink:href="#46" y="17.368"/><use xlink:href="#47" y="19.539"/><use xlink:href="#48" y="21.71"/><use xlink:href="#57" y="23.881"/><use xlink:href="#58" y="26.052"/><use xlink:href="#59" y="30.394"/><use xlink:href="#60" y="36.907"/><use xlink:href="#61" y="39.078"/><use xlink:href="#62" y="41.249"/><use xlink:href="#63" y="43.42"/><use xlink:href="#64" y="47.762"/><use xlink:href="#65" y="49.933"/></svg><svg x="46550"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#16"/><use xlink:href="#33" y="2.171"/><use xlink:href="#34" y="6.513"/><use xlink:href="#35" y="10.855"/><use xlink:href="#45" y="13.026"/><use xlink:href="#46" y="15.197"/><use xlink:href="#47" y="17.368"/><use xlink:href="#48" y="19.539"/><use xlink:href="#57" y="21.71"/><use xlink:href="#58" y="23.881"/><use xlink:href="#59" y="28.223"/><use xlink:href="#60" y="34.736"/><use xlink:href="#61" y="36.907"/><use xlink:href="#62" y="39.078"/><use xlink:href="#63" y="41.249"/><use xlink:href="#64" y="45.591"/><use xlink:href="#65" y="47.762"/></svg><svg x="46683"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#16"/><use xlink:href="#33" y="2.171"/><use xlink:href="#34" y="6.513"/><use xlink:href="#35" y="10.855"/><use xlink:href="#45" y="13.026"/><use xlink:href="#46" y="15.197"/><use xlink:href="#47" y="17.368"/><use xlink:href="#48" y="19.539"/><use xlink:href="#57" y="21.71"/><use xlink:href="#58" y="23.881"/><use xlink:href="#59" y="28.223"/><use xlink:href="#60" y="34.736"/><use xlink:href="#61" y="36.907"/><use xlink:href="#62" y="39.078"/><use xlink:href="#63" y="41.249"/><use xlink:href="#64" y="45.591"/><use xlink:href="#65" y="47.762"/></svg><svg x="46816"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#16"/><use xlink:href="#33" y="2.171"/><use xlink:href="#34" y="6.513"/><use xlink:href="#35" y="10.855"/><use xlink:href="#45" y="13.026"/><use xlink:href="#46" y="15.197"/><use xlink:href="#47" y="17.368"/><use xlink:href="#48" y="19.539"/><use xlink:href="#57" y="21.71"/><use xlink:href="#58" y="23.881"/><use xlink:href="#59" y="28.223"/><use xlink:href="#60" y="34.736"/><use xlink:href="#61" y="36.907"/><use xlink:href="#62" y="39.078"/><use xlink:href="#63" y="41.249"/><use xlink:href="#64" y="45.591"/><use xlink:href="#65" y="47.762"/></svg><svg x="46949"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#16"/><use xlink:href="#33" y="2.171"/><use xlink:href="#34" y="6.513"/><use xlink:href="#35" y="10.855"/><use xlink:href="#45" y="13.026"/><use xlink:href="#46" y="15.197"/><use xlink:href="#47" y="17.368"/><use xlink:href="#48" y="19.539"/><use xlink:href="#57" y="21.71"/><use xlink:href="#58" y="23.881"/><use xlink:href="#59" y="28.223"/><use xlink:href="#60" y="34.736"/><use xlink:href="#61" y="36.907"/><use xlink:href="#62" y="39.078"/><use xlink:href="#63" y="41.249"/><use xlink:href="#64" y="45.591"/><use xlink:href="#65" y="47.762"/></svg><svg x="47082"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#33"/><use xlink:href="#34" y="4.342"/><use xlink:href="#35" y="8.684"/><use xlink:href="#45" y="10.855"/><use xlink:href="#46" y="13.026"/><use xlink:href="#47" y="15.197"/><use xlink:href="#48" y="17.368"/><use xlink:href="#57" y="19.539"/><use xlink:href="#58" y="21.71"/><use xlink:href="#59" y="26.052"/><use xlink:href="#60" y="32.565"/><use xlink:href="#61" y="34.736"/><use xlink:href="#62" y="36.907"/><use xlink:href="#63" y="39.078"/><use xlink:href="#64" y="43.42"/><use xlink:href="#65" y="45.591"/><use xlink:href="#66" y="49.933"/></svg><svg x="47215"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#34" y="2.171"/><use xlink:href="#35" y="6.513"/><use xlink:href="#45" y="8.684"/><use xlink:href="#46" y="10.855"/><use xlink:href="#47" y="13.026"/><use xlink:href="#48" y="15.197"/><use xlink:href="#57" y="17.368"/><use xlink:href="#58" y="19.539"/><use xlink:href="#59" y="23.881"/><use xlink:href="#60" y="30.394"/><use xlink:href="#61" y="32.565"/><use xlink:href="#62" y="34.736"/><use xlink:href="#63" y="36.907"/><use xlink:href="#64" y="41.249"/><use xlink:href="#65" y="43.42"/><use xlink:href="#66" y="47.762"/></svg><svg x="47348"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#35"/><use xlink:href="#45" y="2.171"/><use xlink:href="#46" y="4.342"/><use xlink:href="#47" y="6.513"/><use xlink:href="#48" y="8.684"/><use xlink:href="#57" y="10.855"/><use xlink:href="#58" y="13.026"/><use xlink:href="#59" y="17.368"/><use xlink:href="#60" y="23.881"/><use xlink:href="#61" y="26.052"/><use xlink:href="#62" y="28.223"/><use xlink:href="#63" y="30.394"/><use xlink:href="#64" y="34.736"/><use xlink:href="#65" y="36.907"/><use xlink:href="#66" y="41.249"/><use xlink:href="#67" y="47.762"/></svg><svg x="47481"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#59" y="2.171"/><use xlink:href="#60" y="8.684"/><use xlink:href="#61" y="10.855"/><use xlink:href="#62" y="13.026"/><use xlink:href="#63" y="15.197"/><use xlink:href="#64" y="19.539"/><use xlink:href="#65" y="21.71"/><use xlink:href="#66" y="26.052"/><use xlink:href="#67" y="32.565"/><use xlink:href="#68" y="36.907"/><use xlink:href="#69" y="39.078"/><use xlink:href="#70" y="41.249"/><use xlink:href="#71" y="43.42"/><use xlink:href="#72" y="45.591"/><use xlink:href="#73" y="47.762"/></svg><svg x="47614"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#59"/><use xlink:href="#60" y="6.513"/><use xlink:href="#61" y="8.684"/><use xlink:href="#62" y="10.855"/><use xlink:href="#63" y="13.026"/><use xlink:href="#64" y="17.368"/><use xlink:href="#65" y="19.539"/><use xlink:href="#66" y="23.881"/><use xlink:href="#67" y="30.394"/><use xlink:href="#68" y="34.736"/><use xlink:href="#69" y="36.907"/><use xlink:href="#70" y="39.078"/><use xlink:href="#71" y="41.249"/><use xlink:href="#72" y="43.42"/><use xlink:href="#73" y="45.591"/><use xlink:href="#74" y="49.933"/></svg><svg x="47747"><use xlink:href="#a"/><use xlink:href="#b" x="53.996" y="52.079"/><use xlink:href="#64" y="2.171"/><use xlink:href="#65" y="4.342"/><use xlink:href="#66" y="8.684"/><use xlink:href="#67" y="15.197"/><use xlink:href="#68" y="19.539"/><use xlink:href="#69" y="21.71"/><use xlink:href="#70" y="23.881"/><use xlink:href="#71" y="26.052"/><use xlink:href="#72" y="28.223"/><use xlink:href="#73" y="30.394"/><use xlink:href="#74" y="34.736"/><use xlink:href="#75" y="36.907"/><use xlink:href="#76" y="39.078"/><use xlink:href="#77" y="41.249"/><use xlink:href="#78" y="43.42"/><use xlink:href="#77" y="45.591"/><use xlink:href="#79" y="47.762"/><use xlink:href="#80" y="49.933"/><text y="53.774" class="w">│</text><text x="3.006" y="53.774" class="g">A</text><text x="5.01" y="53.774" class="g">bad</text><text x="9.018" y="53.774" class="g">prompt</text><text x="16.032" y="53.774" class="g">can</text><text x="20.04" y="53.774" class="g">trick</text><text x="26.052" y="53.774" class="g">it</text><text x="29.058" y="53.774" class="g">into</text><text x="34.068" y="53.774" class="g">doing</text><text x="40.08" y="53.774" class="g">unsafe</text><text x="47.094" y="53.774" class="g">things.</text></svg><svg x="47880"><use xlink:href="#a"/><use xlink:href="#b" x="62.996" y="52.079"/><use xlink:href="#68" y="2.171"/><use xlink:href="#69" y="4.342"/><use xlink:href="#70" y="6.513"/><use xlink:href="#71" y="8.684"/><use xlink:href="#72" y="10.855"/><use xlink:href="#73" y="13.026"/><use xlink:href="#74" y="17.368"/><use xlink:href="#75" y="19.539"/><use xlink:href="#76" y="21.71"/><use xlink:href="#77" y="23.881"/><use xlink:href="#78" y="26.052"/><use xlink:href="#77" y="28.223"/><use xlink:href="#79" y="30.394"/><use xlink:href="#80" y="32.565"/><use xlink:href="#81" y="34.736"/><use xlink:href="#77" y="36.907"/><use xlink:href="#82" y="39.078"/><use xlink:href="#83" y="41.249"/><use xlink:href="#77" y="43.42"/><use xlink:href="#84" y="45.591"/><use xlink:href="#85" y="47.762"/><use xlink:href="#86" y="49.933"/><text y="53.774" class="w">│</text><text x="3.006" y="53.774" class="g">-</text><text x="5.01" y="53.774" class="g">Keep</text><text x="10.02" y="53.774" class="g">secrets</text><text x="18.036" y="53.774" class="g">out</text><text x="22.044" y="53.774" class="g">of</text><text x="25.05" y="53.774" class="g">the</text><text x="29.058" y="53.774" class="g">agent’s</text><text x="37.074" y="53.774" class="g">reachable</text><text x="47.094" y="53.774" class="g">filesystem.</text></svg><svg x="48013"><use xlink:href="#a"/><use xlink:href="#b" x="87.996" y="52.079"/><use xlink:href="#74"/><use xlink:href="#75" y="2.171"/><use xlink:href="#76" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#78" y="8.684"/><use xlink:href="#77" y="10.855"/><use xlink:href="#79" y="13.026"/><use xlink:href="#80" y="15.197"/><use xlink:href="#81" y="17.368"/><use xlink:href="#77" y="19.539"/><use xlink:href="#82" y="21.71"/><use xlink:href="#83" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#84" y="28.223"/><use xlink:href="#85" y="30.394"/><use xlink:href="#86" y="32.565"/><use xlink:href="#87" y="34.736"/><use xlink:href="#88" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#89" y="41.249"/><use xlink:href="#90" y="43.42"/><use xlink:href="#91" y="45.591"/><use xlink:href="#77" y="47.762"/><use xlink:href="#92" y="49.933"/><use xlink:href="#75" y="52.104"/></svg><svg x="48146"><use xlink:href="#a"/><use xlink:href="#b" x="-.004" y="52.079"/><use xlink:href="#76"/><use xlink:href="#77" y="2.171"/><use xlink:href="#78" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#79" y="8.684"/><use xlink:href="#80" y="10.855"/><use xlink:href="#81" y="13.026"/><use xlink:href="#77" y="15.197"/><use xlink:href="#82" y="17.368"/><use xlink:href="#83" y="19.539"/><use xlink:href="#77" y="21.71"/><use xlink:href="#84" y="23.881"/><use xlink:href="#85" y="26.052"/><use xlink:href="#86" y="28.223"/><use xlink:href="#87" y="30.394"/><use xlink:href="#88" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#89" y="36.907"/><use xlink:href="#90" y="39.078"/><use xlink:href="#91" y="41.249"/><use xlink:href="#77" y="43.42"/><use xlink:href="#92" y="45.591"/><use xlink:href="#77" y="47.762"/><use xlink:href="#93" y="49.933"/></svg><svg x="48279"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#95" y="47.762"/><use xlink:href="#96" y="49.933"/></svg><svg x="48412"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#95" y="47.762"/><use xlink:href="#96" y="49.933"/></svg><svg x="48545"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#96" y="49.933"/></svg><svg x="48678"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/></svg><svg x="48811"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text></svg><svg x="48944"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">a</text></svg><svg x="49077"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">as</text></svg><svg x="49210"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asc</text></svg><svg x="49343"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asci</text></svg><svg x="49476"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">ascii</text></svg><svg x="49609"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciin</text></svg><svg x="49742"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciine</text></svg><svg x="49875"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinem</text></svg><svg x="50008"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><use xlink:href="#98" y="52.104"/></svg><svg x="50141"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><use xlink:href="#98" y="52.104"/></svg><svg x="50274"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">u</text></svg><svg x="50407"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">up</text></svg><svg x="50540"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upl</text></svg><svg x="50673"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">uplo</text></svg><svg x="50806"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">uploa</text></svg><svg x="50939"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><use xlink:href="#99" y="52.104"/></svg><svg x="51072"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><use xlink:href="#99" y="52.104"/></svg><svg x="51205"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">d</text></svg><svg x="51338"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">de</text></svg><svg x="51471"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">dem</text></svg><svg x="51604"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">demo</text></svg><svg x="51737"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">demo.</text></svg><svg x="51870"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">demo.c</text></svg><svg x="52003"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">demo.ca</text></svg><svg x="52136"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><text x="15.03" y="53.774" class="f">seb@ubuntu</text><text x="25.05" y="53.774" class="g">:</text><text x="26.052" y="53.774" class="h">~</text><text x="27.054" y="53.774" class="g">$</text><text x="29.058" y="53.774" class="g">asciinema</text><text x="39.078" y="53.774" class="g">upload</text><text x="46.092" y="53.774" class="g">demo.cas</text></svg><svg x="52269"><use xlink:href="#a"/><use xlink:href="#79"/><use xlink:href="#80" y="2.171"/><use xlink:href="#81" y="4.342"/><use xlink:href="#77" y="6.513"/><use xlink:href="#82" y="8.684"/><use xlink:href="#83" y="10.855"/><use xlink:href="#77" y="13.026"/><use xlink:href="#84" y="15.197"/><use xlink:href="#85" y="17.368"/><use xlink:href="#86" y="19.539"/><use xlink:href="#87" y="21.71"/><use xlink:href="#88" y="23.881"/><use xlink:href="#77" y="26.052"/><use xlink:href="#89" y="28.223"/><use xlink:href="#90" y="30.394"/><use xlink:href="#91" y="32.565"/><use xlink:href="#77" y="34.736"/><use xlink:href="#92" y="36.907"/><use xlink:href="#77" y="39.078"/><use xlink:href="#93" y="41.249"/><use xlink:href="#75" y="43.42"/><use xlink:href="#94" y="45.591"/><use xlink:href="#97" y="47.762"/><use xlink:href="#96" y="49.933"/><use xlink:href="#100" y="52.104"/></svg><svg x="52402"><use xlink:href="#a"/><use xlink:href="#80"/><use xlink:href="#81" y="2.171"/><use xlink:href="#77" y="4.342"/><use xlink:href="#82" y="6.513"/><use xlink:href="#83" y="8.684"/><use xlink:href="#77" y="10.855"/><use xlink:href="#84" y="13.026"/><use xlink:href="#85" y="15.197"/><use xlink:href="#86" y="17.368"/><use xlink:href="#87" y="19.539"/><use xlink:href="#88" y="21.71"/><use xlink:href="#77" y="23.881"/><use xlink:href="#89" y="26.052"/><use xlink:href="#90" y="28.223"/><use xlink:href="#91" y="30.394"/><use xlink:href="#77" y="32.565"/><use xlink:href="#92" y="34.736"/><use xlink:href="#77" y="36.907"/><use xlink:href="#93" y="39.078"/><use xlink:href="#75" y="41.249"/><use xlink:href="#94" y="43.42"/><use xlink:href="#97" y="45.591"/><use xlink:href="#96" y="47.762"/><use xlink:href="#100" y="49.933"/></svg></svg></g></g></svg></svg>
|