From 2fea07b41090d7e70b9be7e51f8f86376d507ea8 Mon Sep 17 00:00:00 2001
From: feruzm <fmiboy@gmail.com>
Date: Mon, 22 Jul 2024 11:00:33 +0300
Subject: [PATCH] fixes and improvements

---
 _config.yml                             |   3 +-
 _data/nav.yml                           |   2 +-
 _i18n/de.yml                            | 182 ++++----
 _i18n/en.yml                            |  12 +-
 _i18n/es.yml                            | 237 ++++++++++
 _i18n/fr.yml                            | 182 ++++----
 _i18n/hi.yml                            |  86 ++--
 _i18n/ru.yml                            | 184 ++++----
 _i18n/zh.yml                            | 182 ++++----
 _nodeop/index.md                        |   4 +
 _resources/developeradvocate.md         |   2 +-
 {_services => _resources}/hivesigner.md |   6 +-
 _resources/hivesigner_libs.md           |  17 -
 {_services => _resources}/jussi.md      |   0
 _resources/tools.md                     |   2 +-
 _services/dhf.md                        |   4 +-
 _services/ecency.com.md                 |   7 +-
 _services/hive.blog.md                  |   8 +-
 _services/imageHoster.md                |   2 +-
 _services/videoHoster.md                |   2 +-
 images/i18n/es.svg                      | 547 ++++++++++++++++++++++++
 21 files changed, 1240 insertions(+), 431 deletions(-)
 create mode 100644 _i18n/es.yml
 rename {_services => _resources}/hivesigner.md (93%)
 delete mode 100644 _resources/hivesigner_libs.md
 rename {_services => _resources}/jussi.md (100%)
 create mode 100644 images/i18n/es.svg

diff --git a/_config.yml b/_config.yml
index cefa718..90b5cb1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,7 +8,7 @@ url: https://developers.hive.io
 #google_analytics_key: UA-76480270-4
 permalink: /:categories/:title.html
 
-languages: ["en", "hi", "de", "fr", "ru", "zh"]
+languages: ["en", "es", "hi", "de", "fr", "ru", "zh"]
 exclude_from_localizations: ["unused","tutorials","support","lib","js","images","css","_sass","_plugins","_layouts","_includes","_data"]
 
 
@@ -116,6 +116,7 @@ collections:
     position: 17
     output: true
 
+
 plugins:
   - jekyll-sitemap
   - jekyll-multiple-languages-plugin
diff --git a/_data/nav.yml b/_data/nav.yml
index 521b951..3baa120 100644
--- a/_data/nav.yml
+++ b/_data/nav.yml
@@ -44,7 +44,7 @@ toc:
     permalink: "/services/"
     position: 5
     exclude: true
-  - title: titles.node_config
+  - title: titles.node_setup
     collection: "nodeop"
     namespace: nodeop
     permalink: "/nodeop/"
diff --git a/_i18n/de.yml b/_i18n/de.yml
index 3d64a25..feb6aff 100644
--- a/_i18n/de.yml
+++ b/_i18n/de.yml
@@ -1,5 +1,6 @@
 global:
   en: Englisch
+  es: Español
   hi: हिन्दी
   ru: Russisch
   de: Deutsch
@@ -7,15 +8,15 @@ global:
   zh: 汉语
 Index: Hive
 titles:
-  portal: Hive Developer Portal
+  portal: Hive-Entwicklerportal
   home: API Dokumentation
   api-def: API-Definitionen
   introduction: Einleitung
-  json_rpc_methods: JSON-RPC-Methoden
+  json_rpc_methods: JSON-RPC-API
   tutorials: Anleitungen
   layer2: Ebene 2
   resources: Ressourcen
-  services: Dienste
+  services: Verkaufschancen
   tools: Werkzeuge
   glossary: Lexikon
   search: Suchen
@@ -55,7 +56,7 @@ titles:
   videohoster: VideoHoster
   hivesigner: Hivesigner
   jussi: Jussi
-  dhf: DHF
+  dhf: Hive-Fonds
   hive_engine: Hive Engine
   honeycomb: HoneyComb
   vsc: VSC
@@ -63,14 +64,14 @@ titles:
   whitepaper: Whitepaper
   hivesigner_libs: Hivesigner Libs
   hive_keychain: Hive Keychain
-  community_help: Community & Hilfe
+  community_help: Dev-Support
   chain_basics: Kettengrundlagen
   governance: Governance
   transactions: Transaktionen
   api: API
   market: Markt
   exchange_node: Austauschknoten
-  clive: Command Line Hive
+  clive: Kommandozeilen-Hive
   docker: Docker
   tags: Tags
   get_transaction_node: Transaktionsknoten abrufen
@@ -78,6 +79,7 @@ titles:
   mira_performance_tuning: MIRA Performance Tuning
   monit: Einen Knoten mithilfe von Monit verwalten
   node_cli: Befehlszeilenoption
+  node_setup: Knoten-Einrichtung
   node_config: Node Konfiguration
   plug_and_api_list: Plugin & API Liste
   seed_node: Seed Knoten
@@ -146,88 +148,90 @@ titles:
   recipes: Rezepte
   node_operation: Knoten-Operationen
   haf_api: Setup HAF API node
-  drone: Drone middleware
-  witness_node: Witness node
-  hiab_node: Hive in a box
+  drone: Drohne Middleware
+  witness_node: Zeugenknoten
+  hiab_node: Hive in einer Box
 descriptions:
-  jussi: A reverse proxy that forwards json-rpc requests.
-  node_config: All `config.ini` options available to `hived`
-  node_cli: All options available to `hived` at command line interface cli_wallet
-  clive: Interactive command line application for interacting with the Hive
-  plug_and_api_list: Run a `hived` node with your preferred APIs
-  haf_api: Setup full or light Hive nodes with HAF API
-  using_hivemind: Hivemind setup and API functionality
-  jussi_multiplexer: Optimize your local applications with jussi
-  drone: API caching layer application, Jussi replacement
-  monit: Use monit as a utility for managing and monitoring hived
-  seed_node: Setting up a seed node
-  exchange_node: Setting up a node for exchanges
-  get_transaction_node: Setting up a node that supports `*.get_transaction`
-  setting_up_testnet: Quick-start for deploying a Hive-based Testnet.
-  tools: Directory of community testnet tools
-  hivesigner: Understand the basics of using Hivesigner with your Hive application
-  api: Dictionary of API Terms
-  chain_basics: Dictionary of Chain Basic Terms
-  governance: Dictionary of Governance Terms
-  market: Dictionary of Market Terms
-  transactions: Dictionary of Transaction Terms
-  follow_user: _Follow and unfollow a user / author._
-  get_account_comments: How to retrieve account comments from the Hive blockchain.
-  get_account_replies: Fetching the replies written to a particular account.
-  power_up: _Power up an account's Hive using either Hive Signer or a client-side signing._
-  blog_feed: This tutorial shows you how to get blogs details from the specified author, limited to five results.
-  edit_content_patching: _How to patch post edits to Hive._
-  get_post_details: This tutorial fetches the contents of a single post and explains all data related to that post.
-  vote_on_content: _Create a weighted up or down vote on a comment/post._
-  getting_started: Before interact with the blockchain, we start with the presentation and configuration of relevant libraries.
-  search_accounts: How to call a list of user names from the Hive blockchain
-  account_recovery: How to recover an account when password is lost/changed.
-  account_reputation: _Learn how to interpret account reputation._
-  submit_post: This example will broadcast a new post to the blockchain using the values provided.
-  search_tags: Performing a search for tags.
-  claim_rewards: _Learn how to claim rewards from unclaimed reward balance using Hive Signer as well as client signing method._
-  convert_hbd_to_hive: _How to convert HBD to HIVE for a specified account._
-  convert_hive_to_hbd: _How to convert HIVE to HBD for a specified account._
-  stream_blockchain_transactions: _How to stream transactions and operations from Hive blockchain._
-  get_follower_and_following: _Get the followers of a user/author & the authors that user is following._
-  round_trip: Using Hive as your personal 'Hash in the Sky'
-  create_account: _Create Hive account using Hive Signer as well as with client-side signing._
-  delegate_power: _Delegate power to other users using Hive Signer or Client-side signing._
-  get_delegations_by_user: _View the vesting delegations made by a user as well as the delegations that are expiring._
-  get_state_replacement: This is a list of replacement API calls for each of the different _routes_ available from the `getState` function.
-  get_voters_list: _By the end of this tutorial you would know how to get voters list on any content._
-  get_post_comments: Fetch comments made on each content or post.
-  grant_active_permission: _How to grant and revoke active permission to another user._
-  grant_posting_permission: _How to grant and revoke posting permission to another user._
-  power_down: _Perform a power down on all or part of an account's VESTS using either Hive Signer or client-side signing._
-  reblogging_post: _How to reblog a post on Hive_
-  set_withdraw_route: _Set routes to an account's power downs or withdraws._
-  submit_comment_reply: _How to post a simple comment to Hive._
-  tic_tac_toe: _We will develop a decentralized game by the end of this series._
-  transfer_hive_and_hbd: _Transfer both HIVE and HBD from one account to another._
-  witness_voting_and_listing: _Create a list of available witnesses as well as vote for and remove your vote for a witness._
-  get_posts: This example will output posts depending on which category is provided as the arguments.
-  using_keys_securely: Learn how the Beem python library handles transaction signing with Hive user's key and how to securely manage your private keys.
-  password_key_change: How to change your accounts password and keys.
-  rc_dev: The goal of this guide is to demystify how resources and RC's work.  The intended audience is developers working on Hive user interfaces, applications, and client libraries.
-  transfer_hive_and_hbd_savings: How to transfer HIVE and HBD to Savings balance.
-  sso: _Login without authority._
-  account_creation_process: The methods on how to create a new account.
-  calculate_rc_recipe: How to calculate resource credit cost for transactions.
-  estimate_upvote: Calculate the approximate value of an upvote on Hive.
-  forum_market_bandwidth: How to interpret raw bandwidth data.
-  how_to_serialize: Serialization and signing without additional Hive Javascript libraries.
-  rc_bandwidth_parameters: Analyze the dynamics of the resource budget pool.
-  rc_bandwidth_system: All about the RC bandwidth system, the complete rewrite of the bandwidth system.
-  understanding_dynamic_props: Maintains global state information
-  virtual_operations_streaming: Including virtual operations when streaming blockchain transactions
-  vest_to_hive: How to convert VESTS to HIVE or HIVE POWER
-  understanding_configuration_values: Low level blockchain constants
-  understanding_transaction_status: How to use the Hive API to check the status of a transaction for a given `trx_id` value.
-  using_multisignature_accounts: How to set up and use multisignature accounts on Hive Blockchain.
-  witness_node: Setting up a consensus or witness node
-  hiab_node: Dockerized, quick node setup tool
-  paginated_api_methods: Querying multiple pages of results from the API
-  client_signing: How to sign, verify broadcast transactions locally on Hive
-  witness_listing_and_voting: Getting witnesses and voting them
+  jussi: Ein Reverse-Proxy, der json-rpc-Anfragen weiterleitet.
+  node_config: Alle `config.ini` Optionen verfügbar für `hived`
+  node_cli: Alle verfügbaren Optionen für `hived` an der Kommandozeilenschnittstelle cli_wallet
+  clive: Interaktive Kommandozeilenanwendung für die Interaktion mit dem Hive
+  plug_and_api_list: Führe einen `hived` Knoten mit deinen bevorzugten APIs aus
+  haf_api: Komplette oder leichte Hive-Knoten mit HAF API einrichten
+  using_hivemind: Hivemind Setup und API Funktionalität
+  jussi_multiplexer: Optimieren Sie Ihre lokalen Anwendungen mit Jussi
+  drone: API Caching Layer-Anwendung, Jussi Ersatz
+  monit: Verwenden Sie monit als Dienstprogramm zum Verwalten und Beobachten von hived
+  seed_node: Einen Seed Knoten einrichten
+  node_setup: Drehe deinen eigenen Bienenknoten
+  node_setup_desc: Auf dieser Seite finden Sie Konfigurations- und Einrichtungsanleitungen, die Ihnen beim Ausführen und Hosten Ihres eigenen Hive-Knotens helfen.
+  exchange_node: Einen Knoten für den Austausch einrichten
+  get_transaction_node: Einen Knoten einrichten, der `*.get_transaction` unterstützt
+  setting_up_testnet: Schnellstart für die Bereitstellung eines Hive-basierten Testnetzes.
+  tools: Verzeichnis der Community-Testnet-Tools
+  hivesigner: _Verstehe die Grundlagen des Einsatzes von Hivesigner mit deiner Hive-Anwendung_
+  api: Wörterbuch der API-Begriffe
+  chain_basics: Wörterbuch der Kettengrundbegriffe
+  governance: Wörterbuch der Governance-Bedingungen
+  market: Wörterbuch der Marktbedingungen
+  transactions: Wörterbuch der Transaktionsbedingungen
+  follow_user: _Folgen und einem Benutzer / Autor nicht mehr folgen._
+  get_account_comments: _Wie man Kommentare von der Hive-Blockchain abruft._
+  get_account_replies: _Abrufen der Antworten auf ein bestimmtes Konto._
+  power_up: _Starte den Hive eines Kontos mit entweder Hive-Signierer oder Client-seitige Signierung._
+  blog_feed: _Dieses Tutorial zeigt Ihnen, wie Sie Blogs Details vom angegebenen Autor erhalten, begrenzt auf fünf Ergebnisse._
+  edit_content_patching: _Wie man Änderungen zu Hive pflegen kann._
+  get_post_details: _Dieses Tutorial holt den Inhalt eines einzelnen Beitrags und erklärt alle Daten zu diesem Beitrag._
+  vote_on_content: _Erstelle eine gewichtete Bewertung auf einem Kommentar/Beitrag._
+  getting_started: _Bevor wir mit der Blockchain interagieren, beginnen wir mit der Darstellung und Konfiguration relevanter Bibliotheken._
+  search_accounts: _Wie eine Liste von Benutzernamen aus der Hive-Blockchain_ aufgerufen wird
+  account_recovery: _Wie man ein Konto wiederherstellt, wenn das Passwort verloren/geändert wurde._
+  account_reputation: _Lerne wie man den Ruf des Kontos interpretiert._
+  submit_post: _Dieses Beispiel sendet einen neuen Beitrag an die Blockchain mit den angegebenen Werten. _
+  search_tags: Suche nach Tags _ausführen._
+  claim_rewards: _Lerne die Belohnungen von nicht abgeholten Prämienguthaben mit dem Hive-Signierer sowie der Client Signierungsmethode._
+  convert_hbd_to_hive: _Wie man HBD zu HIVE für ein bestimmtes Konto umwandelt._
+  convert_hive_to_hbd: _Wie man HIVE für ein bestimmtes Konto in HBD umwandelt._
+  stream_blockchain_transactions: _Wie man Transaktionen und Operationen von Hive-Blockchain streamt._
+  get_follower_and_following: _Erhalte die Follower eines Benutzers/Autors und die Autoren, denen der Benutzer folgt._
+  round_trip: _Nutze Hive als deinen persönlichen 'Hash im Himmel'_
+  create_account: _Erstellen Sie Hive-Konto mit Hive-Signierer sowie mit Client-seitiger Signierung._
+  delegate_power: _Macht über Hive-Signer oder Client-seitige Signierung an andere Benutzer delegieren._
+  get_delegations_by_user: _Schau dir die von einem Benutzer erstellten vesting Delegationen sowie die ablaufenden Delegationen an._
+  get_state_replacement: _Dies ist eine Liste von Ersetzungs-API-Aufrufen für jede der verschiedenen _routes_ die über die `getState` Funktion verfügbar sind._
+  get_voters_list: _Am Ende dieses Tutorials würdest du wissen, wie man eine Wählerliste zu jedem Inhalt erhält._
+  get_post_comments: _Abrufen der Kommentare zu jedem Inhalt oder Beitrag._
+  grant_active_permission: _Wie erteilen und widerrufen Sie die aktive Berechtigung für einen anderen Benutzer._
+  grant_posting_permission: _Wie erteilen und widerrufen Sie die Beitragsberechtigung an einen anderen Benutzer._
+  power_down: _Führe eine Powerdown für den VESTS eines Kontos durch entweder Hive-Signer oder Client-seitige Signierung._
+  reblogging_post: _Wie man einen Beitrag auf Hive neu Bloggt_
+  set_withdraw_route: _Routen auf die Leistung eines Kontos einstellen oder abziehen._
+  submit_comment_reply: _Wie man einen einfachen Kommentar zu Hive schreibt._
+  tic_tac_toe: _Wir werden bis zum Ende dieser Serie ein dezentralisiertes Spiel entwickeln._
+  transfer_hive_and_hbd: _Ãœbertrage sowohl HIV als auch HBD von einem Konto zum anderen._
+  witness_voting_and_listing: _Erstelle eine Liste der verfügbaren Zeugen sowie stimme für und entferne deine Stimme für einen Zeugen._
+  get_posts: _Dieses Beispiel gibt Beiträge aus, je nachdem, welche Kategorie als Argumente angegeben wird._
+  using_keys_securely: _Erfahren Sie, wie die Beem Python-Bibliothek Transaktionssignierung mit dem Schlüssel des Hive-Benutzers handhabt und wie Sie Ihre privaten Schlüssel sicher verwalten._
+  password_key_change: _Wie ändere ich dein Passwort und Schlüssel._
+  rc_dev: _Ziel dieses Leitfadens ist es, zu entmystifizieren, wie Ressourcen und RC arbeiten. Das Zielpublikum ist Entwickler, die an Hive-Benutzeroberflächen, Anwendungen und Client-Bibliotheken arbeiten._
+  transfer_hive_and_hbd_savings: _Wie man HIVE und HBD auf Sparguthaben transferiert_
+  sso: _Login ohne Autorität._
+  account_creation_process: _Die Methoden, wie man ein neues Konto erstellt._
+  calculate_rc_recipe: _Wie man Ressourcenkreditkosten für Transaktionen berechnet._
+  estimate_upvote: _Berechne den ungefähren Wert einer Upvote auf Hive._
+  forum_market_bandwidth: _Wie interpretiere ich Rohbandbreiten-Daten._
+  how_to_serialize: _Serialisierung und Signierung ohne zusätzliche Hive-Javascript-Bibliotheken._
+  rc_bandwidth_parameters: _Analysiere die Dynamik des Ressourcenbudget-Pool._
+  rc_bandwidth_system: _Alles über das RC-Bandbreitensystem, das komplette Neuschreiben der Bandbreite System._
+  understanding_dynamic_props: _Verwaltet globale Statusinformationen_
+  virtual_operations_streaming: _Einschließlich virtueller Operationen beim Streamen von Blockchain-Transaktionen_
+  vest_to_hive: _Wie man VESTS in HIVE oder HIVE POWER umwandelt_
+  understanding_configuration_values: _Low-Level-Blockchain-Konstanten_
+  understanding_transaction_status: _Wie man die Hive-API benutzt, um den Status einer Transaktion für einen angegebenen Wert zu prüfen._
+  using_multisignature_accounts: _Wie man Multisignatur-Konten auf Hive-Blockchain einrichtet und nutzt._
+  witness_node: Einrichtung eines Konsens- oder Zeugenknotens
+  hiab_node: Dockeriziertes, Schnellknoten-Setup-Werkzeug
+  paginated_api_methods: _Mehrere Seiten mit Ergebnissen von der API abfragen_
+  client_signing: _Wie unterzeichnen, Broadcast-Transaktionen lokal auf Hive überprüfen_
+  witness_listing_and_voting: _Erhalte Zeugen und wähle sie_
 
diff --git a/_i18n/en.yml b/_i18n/en.yml
index 6ba2106..c9aced1 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -1,5 +1,6 @@
 global:
   en: English
+  es: Español
   hi: हिन्दी
   ru: Русский
   de: Deutsch
@@ -11,11 +12,11 @@ titles:
   home: API Docs
   api-def: API Definitions
   introduction: Introduction
-  json_rpc_methods: JSON-RPC Methods
+  json_rpc_methods: JSON-RPC API
   tutorials: Tutorials
   layer2: Layer 2
   resources: Resources
-  services: Services
+  services: Opportunities
   tools: Tools
   glossary: Glossary
   search: Search
@@ -55,7 +56,7 @@ titles:
   videohoster: VideoHoster
   hivesigner: Hivesigner
   jussi: Jussi
-  dhf: DHF
+  dhf: Hive Fund
   hive_engine: Hive Engine
   honeycomb: HoneyComb
   vsc: VSC
@@ -64,7 +65,7 @@ titles:
   hivesigner_libs: Hivesigner Libs
   hive_keychain: Hive Keychain
   tools: Tools
-  community_help: Community & Help
+  community_help: Dev support
   chain_basics: Chain Basics
   governance: Governance
   transactions: Transactions
@@ -79,6 +80,7 @@ titles:
   mira_performance_tuning: MIRA Performance Tuning
   monit: Managing a Node Using Monit
   node_cli: Command Line Options
+  node_setup: Node Setup
   node_config: Node Config
   plug_and_api_list: Plugin & API List
   seed_node: Seed Node
@@ -164,6 +166,8 @@ descriptions:
   drone: API caching layer application, Jussi replacement
   monit: Use monit as a utility for managing and monitoring hived
   seed_node: Setting up a seed node
+  node_setup: Spin up your own Hive node
+  node_setup_desc: In this page you can find configuration and setup guides which helps you to run and host your own custom Hive Node.
   exchange_node: Setting up a node for exchanges
   get_transaction_node: Setting up a node that supports `*.get_transaction`
   setting_up_testnet: Quick-start for deploying a Hive-based Testnet.
diff --git a/_i18n/es.yml b/_i18n/es.yml
new file mode 100644
index 0000000..0ddc0e2
--- /dev/null
+++ b/_i18n/es.yml
@@ -0,0 +1,237 @@
+global:
+  en: Inglés
+  es: Español
+  hi: हिन्दी
+  ru: Ruso
+  de: Alemán
+  fr: Francés
+  zh: 汉语
+Index: Hive
+titles:
+  portal: Portal de desarrollador de Hive
+  home: Documentación de API
+  api-def: Definiciones de la API
+  introduction: Introducción
+  json_rpc_methods: API JSON-RPC
+  tutorials: Tutoriales
+  layer2: Capa 2
+  resources: Recursos
+  services: Oportunidades
+  tools: Herramientas
+  glossary: Glosario
+  search: Buscar
+  quickstart: Inicio rápido
+  welcome: Introducción a la colmena
+  web2web3: Web2 vs Web3
+  workflow: Flujo de trabajo de desarrollo
+  nodes: Hive Nodes
+  accounts: Cuentas
+  authentication: Autenticación
+  sdk: Bibliotecas SDK
+  getset: Obtener y establecer
+  testnet: Hive Testnet
+  account_by_key_api: Account By Key API
+  account_history_api: Account history API
+  block_api: Block API
+  bridge: Bridge
+  condenser_api: Condenser API
+  database_api: Database API
+  debug_node_api: Debug Node API
+  follow_api: Follow API
+  json_rpc: JSON-RPC
+  market_history_api: Market History API
+  network_broadcast_api: Network Broadcast API
+  rc_api: RC API
+  reputation_api: Reputation API
+  rewards_api: Rewards API
+  tags_api: Tags API
+  transaction_status_api: Transaction Status API
+  witness_api: Witness API
+  wallet_bridge_api: Wallet Bridge API
+  broadcast_ops: OPS de Broadcast
+  broadcast_ops_custom: Broadcast OPS personalizado
+  condenser: Condenser
+  vision: Vision
+  imagehoster: ImageHoster
+  videohoster: VideoHoster
+  hivesigner: Hivesigner
+  jussi: Jussi
+  dhf: Hive Fund
+  hive_engine: Hive Engine
+  honeycomb: HoneyComb
+  vsc: VSC
+  overview: Información general
+  whitepaper: Documento técnico
+  hivesigner_libs: Hivesigner Libs
+  hive_keychain: Hive Keychain
+  community_help: Soporte Dev
+  chain_basics: Básicos de Cain
+  governance: Gobernancia
+  transactions: Transacciones
+  api: API
+  market: Mercado
+  exchange_node: Cambiar Nodo
+  clive: Colmena de línea de comandos
+  docker: Docker
+  tags: Etiquetas
+  get_transaction_node: Obtener Nodo de Transacción
+  jussi_multiplexer: Usando jussi como Multiplexer
+  mira_performance_tuning: Ajuste de rendimiento MIRA
+  monit: Gestionar un nodo usando Monit
+  node_cli: Opciones de la Línea de Comandos
+  node_setup: Configuración de Nodo
+  node_config: Configuración del Nodo
+  plug_and_api_list: Lista de plugins y API
+  seed_node: Nodo semilla
+  setting_up_testnet: Configurando Testnet
+  using_hivemind: Usando Hivemind
+  account_creation_process: Proceso de creación de cuenta
+  calculate_rc_recipe: Calculando los costos de RC
+  estimate_upvote: Estimar el valor de un voto positivo
+  forum_market_bandwidth: Foro/ancho de banda de mercado
+  paginated_api_methods: Métodos de API paginados
+  rc_bandwidth_parameters: Parámetros de ancho de banda RC
+  rc_bandwidth_system: Sistema de ancho de banda RC
+  sso: Inicio de Sesión Único
+  understanding_configuration_values: Valores de configuración inferiores
+  understanding_dynamic_props: Propiedades globales dinámicas
+  understanding_transaction_status: Estado de la transacción bajo
+  vest_to_hive: Convirtiendo VESTS a HIVE
+  virtual_operations_streaming: Transacciones de Blockchain
+  account_reputation: Reputación de la cuenta
+  blog_feed: Feed de Blog
+  claim_rewards: Reclamar recompensas
+  client_signing: Firmado de cliente
+  convert_hbd_to_hive: Convertir HBD a HIVE
+  convert_hive_to_hbd: Convertir HIVE a HBD
+  create_account: Crear Cuenta
+  delegate_power: Poder Delegante
+  edit_content_patching: Editar parche de contenido
+  follow_user: Seguir a un usuario
+  get_account_comments: Obtener comentarios de la cuenta
+  get_account_replies: Obtener Respuestas de Cuenta
+  get_delegations_by_user: Obtener Delegaciones por Usuario
+  get_follower_and_following: Obtener seguidores y lista de seguidores
+  get_post_comments: Obtener comentarios de Post
+  get_post_details: Obtener detalles del post
+  get_posts: Obtener Mensajes
+  get_state_replacement: Get State Replacement API
+  get_voters_list: Obtener Lista de Votos en el Post
+  getting_started: Comenzar
+  grant_active_permission: Otorgar permiso activo
+  grant_posting_permission: Otorgar permiso de publicación
+  power_down: Apagado de poder
+  power_up: Colmena de Power Up
+  reblogging_post: Rebloguear Post
+  search_accounts: Buscar cuentas
+  search_tags: Buscar etiquetas
+  set_withdraw_route: Rutas de Retiro
+  stream_blockchain_transactions: Transacciones de Blockchain
+  submit_comment_reply: Enviar respuesta de comentario
+  submit_post: Enviar post
+  tic_tac_toe: Hacer un juego descentralizado en la colmena
+  transfer_hive_and_hbd: Transferir HIVE y HBD
+  vote_on_content: Contenido de Voto
+  witness_listing_and_voting: Lista de testigos y voto
+  account_recovery: Recuperación de la cuenta
+  password_key_change: Cambio de clave de contraseña
+  rc_dev: Guía de Desarrollador del Sistema de Crédito de Recursos
+  transfer_hive_and_hbd_savings: Transferir HIVE y HBD al saldo de ahorro
+  using_keys_securely: Usando claves de forma segura
+  how_to_serialize: Cómo serializar y firmar transacciones de Hive
+  using_multisignature_accounts: Usando cuentas multifirma
+  round_trip: Vuelo combinado
+  javascript: JavaScript
+  python: Python
+  ruby: Ruby
+  php: PHP
+  recipes: Recetas
+  node_operation: Operaciones de nodo
+  haf_api: Setup HAF API node
+  drone: Middleware de Drone
+  witness_node: Nodo testigo
+  hiab_node: Colmena en una caja
+descriptions:
+  jussi: Un proxy inverso que reenvía las solicitudes json-rpc.
+  node_config: Todas las opciones `config.ini` disponibles para `hived`
+  node_cli: Todas las opciones disponibles para 'hived' en la interfaz de línea de comandos cli_wallet
+  clive: Aplicación interactiva de línea de comandos para interactuar con la Hive
+  plug_and_api_list: Ejecuta un nodo `hived` con tus APIs preferidas
+  haf_api: Configurar nodos Hive completos o ligeros con la API de HAF
+  using_hivemind: Configuración de Hivemind y funcionalidad de API
+  jussi_multiplexer: Optimice sus aplicaciones locales con jussi
+  drone: Aplicación de capa de caché de API, Reemplazo Jussi
+  monit: Usa monito como una utilidad para administrar y monitorear ocultados
+  seed_node: Configurando un nodo de semilla
+  node_setup: Desliza tu propio nodo de Colmena
+  node_setup_desc: En esta página puedes encontrar guías de configuración y configuración que te ayudarán a ejecutar y alojar tu propio nodo Hive personalizado.
+  exchange_node: Configurando un nodo para los intercambios
+  get_transaction_node: Configurando un nodo que soporte `*.get_transaction`
+  setting_up_testnet: Comienzo rápido para desplegar una red de Testnet basada en Hive.
+  tools: Directorio de herramientas de red de pruebas comunitarias
+  hivesigner: _Entender lo básico de usar Hivesigner con tu aplicación Hive_
+  api: Diccionario de términos API
+  chain_basics: Diccionario de Términos Básicos de Chain
+  governance: Diccionario de Términos de Gobernanza
+  market: Diccionario de Términos del Mercado
+  transactions: Términos del diccionario de la transacción
+  follow_user: _Seguir y dejar de seguir a un usuario / autor._
+  get_account_comments: _Cómo recuperar los comentarios de la cuenta del blockchain de Colmena._
+  get_account_replies: _Obteniendo las respuestas escritas en una cuenta en particular._
+  power_up: _Potenciar la colmena de una cuenta usando el signo de la colmena o un signo del lado del cliente._
+  blog_feed: _Este tutorial le muestra cómo obtener los detalles de los blogs del autor especificado, limitado a cinco resultados._
+  edit_content_patching: _Cómo parchear ediciones de posts a Hive._
+  get_post_details: _Este tutorial obtiene el contenido de una sola publicación y explica todos los datos relacionados con esa publicación._
+  vote_on_content: _Crea un voto ponderado o negativo en un comentario/post._
+  getting_started: _Antes de interactuar con el blockchain, empezamos con la presentación y configuración de las bibliotecas pertinentes._
+  search_accounts: _Cómo llamar a una lista de nombres de usuario de la cadena de bloques de Hive_
+  account_recovery: _Cómo recuperar una cuenta cuando se pierde o cambia la contraseña._
+  account_reputation: _Aprende cómo interpretar la reputación de la cuenta._
+  submit_post: _Este ejemplo transmitirá una nueva publicación al blockchain usando los valores proporcionados._
+  search_tags: _Realizando una búsqueda de etiquetas._
+  claim_rewards: _Aprende cómo reclamar recompensas del saldo de recompensas no reclamado usando el Signo de Hive así como el método de firma del cliente._
+  convert_hbd_to_hive: _Cómo convertir HBD a VIHE en una cuenta especificada._
+  convert_hive_to_hbd: _Cómo convertir el VIHE en HBD en una cuenta especificada._
+  stream_blockchain_transactions: _Cómo transmitir transacciones y operaciones desde blockchain de Hive._
+  get_follower_and_following: _Obtén los seguidores de un usuario/autor y los autores que el usuario sigue._
+  round_trip: _Usando Hive como tu 'Hash in the Sky' personal_
+  create_account: _Crear cuenta de Hive usando el Firma de Hive así como con la firma del lado del cliente._
+  delegate_power: _Delegar poder a otros usuarios usando Firma de Hive o Firma del lado del Cliente._
+  get_delegations_by_user: _Ver las delegaciones de adquisición hechas por un usuario así como las delegaciones que están expirando._
+  get_state_replacement: _Esta es una lista de llamadas API de reemplazo para cada una de las diferentes _rutas_ disponibles desde la función `getState`._
+  get_voters_list: _Al final de este tutorial sabrías cómo conseguir la lista de votantes en cualquier contenido._
+  get_post_comments: _Obtener comentarios hechos sobre cada contenido o publicación._
+  grant_active_permission: _Cómo conceder y revocar permisos activos a otro usuario._
+  grant_posting_permission: _Cómo conceder y revocar permisos de publicación a otro usuario._
+  power_down: _Realiza un apagado en todo o parte del VESTS de una cuenta usando el Firmador de Hive o la firma del lado del cliente._
+  reblogging_post: _Cómo rebloguear un post en Hive_
+  set_withdraw_route: _Establecer rutas a derribos o retiros de poder de una cuenta._
+  submit_comment_reply: _Cómo publicar un comentario simple a Hive._
+  tic_tac_toe: _Desarrollaremos un juego descentralizado al final de esta serie._
+  transfer_hive_and_hbd: _Transferir el HIVE y el HBD de una cuenta a otra._
+  witness_voting_and_listing: _Crea una lista de testigos disponibles, así como vota a favor y elimina tu voto para un testigo._
+  get_posts: _Este ejemplo enviará mensajes dependiendo de la categoría que se proporcione como argumentos._
+  using_keys_securely: _Aprenda cómo la librería Beem python gestiona la firma de transacciones con la clave del usuario de Hive y cómo administrar sus claves privadas de forma segura._
+  password_key_change: _Cómo cambiar la contraseña y las claves de sus cuentas._
+  rc_dev: _El objetivo de esta guía es desmitificar cómo los recursos y el trabajo de RC. El público previsto es desarrolladores que trabajan en interfaces de usuario, aplicaciones y bibliotecas de clientes._
+  transfer_hive_and_hbd_savings: _Cómo transferir el HIVE y el HBD al balance de ahorros._
+  sso: _Iniciar sesión sin autoridad._
+  account_creation_process: _Los métodos para crear una nueva cuenta._
+  calculate_rc_recipe: _Cómo calcular el costo de crédito de recursos para las transacciones._
+  estimate_upvote: _Calcular el valor aproximado de un voto positivo en Colmena._
+  forum_market_bandwidth: _Cómo interpretar datos de ancho de banda crudo._
+  how_to_serialize: _Serialización y firma sin bibliotecas Javascript adicionales de Hive._
+  rc_bandwidth_parameters: _Analizar la dinámica del fondo de recursos presupuestarios._
+  rc_bandwidth_system: _Todo acerca del sistema de ancho de banda RC, la reescritura completa del sistema de ancho de banda._
+  understanding_dynamic_props: _Mantiene información del estado global_
+  virtual_operations_streaming: _Incluye operaciones virtuales al transmitir transacciones de blockchain_
+  vest_to_hive: _Cómo convertir el VESTS en HIVE o POWER HIVE_
+  understanding_configuration_values: _Constantes de cadena de bloques de bajo nivel_
+  understanding_transaction_status: _Cómo usar la API de Hive para comprobar el estado de una transacción para un valor `trx_id` dado._
+  using_multisignature_accounts: _Cómo configurar y utilizar cuentas multifirma en Hive Blockchain._
+  witness_node: Configurando un consenso o un nodo testigo
+  hiab_node: Herramienta de configuración rápida de nodos Dockerizada
+  paginated_api_methods: _Consultando varias páginas de resultados de la API_
+  client_signing: _Cómo firmar, verificar las transacciones de difusión localmente en Hive_
+  witness_listing_and_voting: _Obtener testigos y votarlos_
+
diff --git a/_i18n/fr.yml b/_i18n/fr.yml
index 24d56ea..ecafe0e 100644
--- a/_i18n/fr.yml
+++ b/_i18n/fr.yml
@@ -1,5 +1,6 @@
 global:
   en: Anglais
+  es: Espagnol
   hi: हिन्दी
   ru: Русский
   de: Allemand
@@ -7,15 +8,15 @@ global:
   zh: 汉语
 Index: Hive
 titles:
-  portal: Hive Developer Portal
+  portal: Portail de Développeurs Hive
   home: Documentation de l’API
   api-def: Définitions de l'API
   introduction: Introduction
-  json_rpc_methods: Méthodes JSON-RPC
+  json_rpc_methods: JSON-RPC API
   tutorials: Tutoriels
   layer2: Couche 2
   resources: Ressources
-  services: Services
+  services: Opportunités
   tools: Outils
   glossary: Glossaire
   search: Rechercher
@@ -55,7 +56,7 @@ titles:
   videohoster: VideoHoster
   hivesigner: Hivesigner
   jussi: Jussi
-  dhf: DHF
+  dhf: Fond Hive
   hive_engine: Hive Engine
   honeycomb: HoneyComb
   vsc: VSC
@@ -63,21 +64,22 @@ titles:
   whitepaper: Livre blanc
   hivesigner_libs: Hivesigner Libs
   hive_keychain: Hive Keychain
-  community_help: Communauté et aide
+  community_help: Support de Dev
   chain_basics: Chaînes de base
   governance: Gouvernance
   transactions: Les Transactions
   api: API
   market: Marché
   exchange_node: Noeud d'échange
-  clive: Command Line Hive
+  clive: NÅ“ud en ligne de commande
   docker: Docker
-  tags: Tags
+  tags: Tags 
   get_transaction_node: Obtenir le noeud de la transaction
   jussi_multiplexer: Utiliser jussi comme Multiplexeur
   mira_performance_tuning: Réglage des performances MIRA
   monit: Gérer un Node utilisant un Monit
   node_cli: Option de la ligne de commande
+  node_setup: Configuration des nœuds
   node_config: Configuration du noeud
   plug_and_api_list: Liste des plugins et API
   seed_node: NÅ“ud de graine
@@ -147,87 +149,89 @@ titles:
   node_operation: Opération de noeud
   haf_api: Setup HAF API node
   drone: Drone middleware
-  witness_node: Witness node
-  hiab_node: Hive in a box
+  witness_node: Noeud de témoin
+  hiab_node: Hive dans une boîte
 descriptions:
-  jussi: A reverse proxy that forwards json-rpc requests.
-  node_config: All `config.ini` options available to `hived`
-  node_cli: All options available to `hived` at command line interface cli_wallet
-  clive: Interactive command line application for interacting with the Hive
-  plug_and_api_list: Run a `hived` node with your preferred APIs
-  haf_api: Setup full or light Hive nodes with HAF API
-  using_hivemind: Hivemind setup and API functionality
-  jussi_multiplexer: Optimize your local applications with jussi
-  drone: API caching layer application, Jussi replacement
-  monit: Use monit as a utility for managing and monitoring hived
-  seed_node: Setting up a seed node
-  exchange_node: Setting up a node for exchanges
-  get_transaction_node: Setting up a node that supports `*.get_transaction`
-  setting_up_testnet: Quick-start for deploying a Hive-based Testnet.
-  tools: Directory of community testnet tools
-  hivesigner: Understand the basics of using Hivesigner with your Hive application
-  api: Dictionary of API Terms
-  chain_basics: Dictionary of Chain Basic Terms
-  governance: Dictionary of Governance Terms
-  market: Dictionary of Market Terms
-  transactions: Dictionary of Transaction Terms
-  follow_user: _Follow and unfollow a user / author._
-  get_account_comments: How to retrieve account comments from the Hive blockchain.
-  get_account_replies: Fetching the replies written to a particular account.
-  power_up: _Power up an account's Hive using either Hive Signer or a client-side signing._
-  blog_feed: This tutorial shows you how to get blogs details from the specified author, limited to five results.
-  edit_content_patching: _How to patch post edits to Hive._
-  get_post_details: This tutorial fetches the contents of a single post and explains all data related to that post.
-  vote_on_content: _Create a weighted up or down vote on a comment/post._
-  getting_started: Before interact with the blockchain, we start with the presentation and configuration of relevant libraries.
-  search_accounts: How to call a list of user names from the Hive blockchain
-  account_recovery: How to recover an account when password is lost/changed.
-  account_reputation: _Learn how to interpret account reputation._
-  submit_post: This example will broadcast a new post to the blockchain using the values provided.
-  search_tags: Performing a search for tags.
-  claim_rewards: _Learn how to claim rewards from unclaimed reward balance using Hive Signer as well as client signing method._
-  convert_hbd_to_hive: _How to convert HBD to HIVE for a specified account._
-  convert_hive_to_hbd: _How to convert HIVE to HBD for a specified account._
-  stream_blockchain_transactions: _How to stream transactions and operations from Hive blockchain._
-  get_follower_and_following: _Get the followers of a user/author & the authors that user is following._
-  round_trip: Using Hive as your personal 'Hash in the Sky'
-  create_account: _Create Hive account using Hive Signer as well as with client-side signing._
-  delegate_power: _Delegate power to other users using Hive Signer or Client-side signing._
-  get_delegations_by_user: _View the vesting delegations made by a user as well as the delegations that are expiring._
-  get_state_replacement: This is a list of replacement API calls for each of the different _routes_ available from the `getState` function.
-  get_voters_list: _By the end of this tutorial you would know how to get voters list on any content._
-  get_post_comments: Fetch comments made on each content or post.
-  grant_active_permission: _How to grant and revoke active permission to another user._
-  grant_posting_permission: _How to grant and revoke posting permission to another user._
-  power_down: _Perform a power down on all or part of an account's VESTS using either Hive Signer or client-side signing._
-  reblogging_post: _How to reblog a post on Hive_
-  set_withdraw_route: _Set routes to an account's power downs or withdraws._
-  submit_comment_reply: _How to post a simple comment to Hive._
-  tic_tac_toe: _We will develop a decentralized game by the end of this series._
-  transfer_hive_and_hbd: _Transfer both HIVE and HBD from one account to another._
-  witness_voting_and_listing: _Create a list of available witnesses as well as vote for and remove your vote for a witness._
-  get_posts: This example will output posts depending on which category is provided as the arguments.
-  using_keys_securely: Learn how the Beem python library handles transaction signing with Hive user's key and how to securely manage your private keys.
-  password_key_change: How to change your accounts password and keys.
-  rc_dev: The goal of this guide is to demystify how resources and RC's work.  The intended audience is developers working on Hive user interfaces, applications, and client libraries.
-  transfer_hive_and_hbd_savings: How to transfer HIVE and HBD to Savings balance.
-  sso: _Login without authority._
-  account_creation_process: The methods on how to create a new account.
-  calculate_rc_recipe: How to calculate resource credit cost for transactions.
-  estimate_upvote: Calculate the approximate value of an upvote on Hive.
-  forum_market_bandwidth: How to interpret raw bandwidth data.
-  how_to_serialize: Serialization and signing without additional Hive Javascript libraries.
-  rc_bandwidth_parameters: Analyze the dynamics of the resource budget pool.
-  rc_bandwidth_system: All about the RC bandwidth system, the complete rewrite of the bandwidth system.
-  understanding_dynamic_props: Maintains global state information
-  virtual_operations_streaming: Including virtual operations when streaming blockchain transactions
-  vest_to_hive: How to convert VESTS to HIVE or HIVE POWER
-  understanding_configuration_values: Low level blockchain constants
-  understanding_transaction_status: How to use the Hive API to check the status of a transaction for a given `trx_id` value.
-  using_multisignature_accounts: How to set up and use multisignature accounts on Hive Blockchain.
-  witness_node: Setting up a consensus or witness node
-  hiab_node: Dockerized, quick node setup tool
-  paginated_api_methods: Querying multiple pages of results from the API
-  client_signing: How to sign, verify broadcast transactions locally on Hive
-  witness_listing_and_voting: Getting witnesses and voting them
+  jussi: Un proxy inverse qui fait suivre les requêtes json-rpc.
+  node_config: Toutes les options `config.ini` disponibles à `hived`
+  node_cli: Toutes les options disponibles pour `hived` à l'interface de ligne de commande cli_wallet
+  clive: Application interactive en ligne de commande pour interagir avec la Hive
+  plug_and_api_list: Exécutez un nœud `hived` avec vos API préférées
+  haf_api: Configurer des nœuds Hive pleins ou légers avec l'API HAF
+  using_hivemind: Configuration de Hivemind et fonctionnalité de l'API
+  jussi_multiplexer: Optimisez vos applications locales avec jussi
+  drone: Application de couche de mise en cache API, remplacement Jussi
+  monit: Utiliser monit comme un utilitaire pour gérer et surveiller hived
+  seed_node: Mise en place d'un nœud de seed
+  node_setup: Faites tourner votre propre nœud Ruche
+  node_setup_desc: Dans cette page, vous pouvez trouver des guides de configuration et de configuration qui vous aideront à exécuter et héberger votre propre noeud Hive personnalisé.
+  exchange_node: Configurer un noeud pour les échanges
+  get_transaction_node: Configurer un nœud qui supporte `*.get_transaction`
+  setting_up_testnet: Démarrage rapide pour le déploiement d'un réseau Testnet basé sur Hive.
+  tools: Répertoire des outils testnet de la communauté
+  hivesigner: _Comprendre les bases de l'utilisation de Hivesigner avec votre application Hive_
+  api: Dictionnaire des termes de l'API
+  chain_basics: Dictionnaire des conditions de base de la chaîne
+  governance: Termes du dictionnaire de gouvernance
+  market: Dictionnaire des conditions du marché
+  transactions: Dictionnaire des conditions de transaction
+  follow_user: _Suivre et ne plus suivre un utilisateur / auteur._
+  get_account_comments: _Comment récupérer les commentaires du compte depuis la blockchain Hive._
+  get_account_replies: _Affectation des réponses écrites à un compte particulier._
+  power_up: _Alimentez le Hive d'un compte en utilisant soit un signe Hive ou une signature côté client._
+  blog_feed: _Ce tutoriel vous montre comment obtenir les détails des blogs de l'auteur spécifié, limité à cinq résultats._
+  edit_content_patching: _Comment corriger les modifications apportées à la Ruche._
+  get_post_details: _Ce tutoriel récupère le contenu d'un seul message et explique toutes les données relatives à ce post._
+  vote_on_content: _Créer un vote pondéré sur un commentaire/post._
+  getting_started: _Avant d'interagir avec la blockchain, nous commençons par la présentation et la configuration des bibliothèques concernées._
+  search_accounts: _Comment appeler une liste d'utilisateurs de la blockchain Hive_
+  account_recovery: _Comment récupérer un compte lorsque le mot de passe est perdu/changé._
+  account_reputation: _Apprenez comment interpréter la réputation du compte._
+  submit_post: _Cet exemple va diffuser un nouveau message vers la blockchain en utilisant les valeurs fournies._
+  search_tags: _Effectuer une recherche pour les tags._
+  claim_rewards: _Apprenez comment réclamer des récompenses à partir du solde de récompenses non réclamé en utilisant le signe Hive ainsi que la méthode de signature du client._
+  convert_hbd_to_hive: _Comment convertir HBD en HIVE pour un compte spécifié._
+  convert_hive_to_hbd: _Comment convertir HIVE en HBD pour un compte spécifié._
+  stream_blockchain_transactions: _Comment diffuser les transactions et les opérations depuis Hive blockchain._
+  get_follower_and_following: _Obtenir les abonnés d'un utilisateur/auteur et les auteurs qui suivent cet utilisateur._
+  round_trip: _Utiliser Hive comme "Hash in the Sky"_
+  create_account: _Créer un compte Hive en utilisant Hive Signer ainsi que la signature côté client._
+  delegate_power: _Déléguer le pouvoir aux autres utilisateurs en utilisant Hive Signer ou la signalisation côté client._
+  get_delegations_by_user: _Voir les délégations d'acquisition faites par un utilisateur ainsi que les délégations qui expirent._
+  get_state_replacement: _Ceci est une liste d'appels d'API de remplacement pour chacun des different_routes_disponibles à partir de la fonction `getState`._
+  get_voters_list: _À la fin de ce tutoriel, vous sauriez comment obtenir une liste d'électeurs sur n'importe quel contenu._
+  get_post_comments: _Fetch commentaires faits sur chaque contenu ou post._
+  grant_active_permission: _Comment accorder et révoquer la permission active à un autre utilisateur._
+  grant_posting_permission: _Comment accorder et révoquer la permission de publication à un autre utilisateur._
+  power_down: _Effectuez une mise sous tension sur tout ou partie des VESTS d'un compte en utilisant soit l'indicateur Hive soit la signature côté client._
+  reblogging_post: _Comment rebloguer un post sur Hive_
+  set_withdraw_route: _Définir les itinéraires vers les abaissements ou retraits de puissance d'un compte._
+  submit_comment_reply: _Comment publier un simple commentaire sur Hive._
+  tic_tac_toe: _Nous allons développer un jeu décentralisé d'ici la fin de cette série._
+  transfer_hive_and_hbd: _Transférer à la fois HIVE et HBD d'un compte à un autre._
+  witness_voting_and_listing: _Créer une liste de témoins disponibles ainsi que voter pour et supprimer votre vote pour un témoin._
+  get_posts: _Cet exemple affichera les messages en fonction de la catégorie fournie en tant qu'arguments._
+  using_keys_securely: _Apprenez comment la bibliothèque Beem python gère la signature des transactions avec la clé de l'utilisateur Hive et comment gérer vos clés privées de manière sécurisée._
+  password_key_change: _Comment changer le mot de passe et les clés de vos comptes._
+  rc_dev: _Le but de ce guide est de démystifier comment les ressources et le travail du RC. Le public prévu est les développeurs travaillant sur les interfaces utilisateur Hive, les applications et les bibliothèques clients._
+  transfer_hive_and_hbd_savings: _Comment transférer le solde HIVE et HBD vers le solde des économies._
+  sso: _Connexion sans autorité._
+  account_creation_process: _Les méthodes pour créer un nouveau compte._
+  calculate_rc_recipe: _Comment calculer le coût du crédit des ressources pour les transactions._
+  estimate_upvote: _Calculer la valeur approximative d'un vote positif sur la ruche._
+  forum_market_bandwidth: _Comment interpréter les données de bande passante brute._
+  how_to_serialize: _Sérialisation et signature sans bibliothèques Javascript Hive supplémentaires._
+  rc_bandwidth_parameters: _Analyser la dynamique de la réserve de budget des ressources._
+  rc_bandwidth_system: _Tout à propos du système de bande passante RC, la réécriture complète du système de bande passante._
+  understanding_dynamic_props: _Maintient les informations de l'état global_
+  virtual_operations_streaming: _Inclure les opérations virtuelles lors du streaming des transactions blockchain_
+  vest_to_hive: _Comment convertir les VESTS en POWER_HIVE ou HIVE POWER_
+  understanding_configuration_values: _constantes de la blockchain de bas niveau_
+  understanding_transaction_status: _Comment utiliser l'API Hive pour vérifier l'état d'une transaction pour une valeur de `trx_id` donnée._
+  using_multisignature_accounts: _Comment configurer et utiliser des comptes multi-signatures sur la chaîne Hive Blockchain._
+  witness_node: Mettre en place un consensus ou un nœud témoin
+  hiab_node: Dockerized, outil de configuration de nœud rapide
+  paginated_api_methods: _Interrogation de plusieurs pages de résultats de l'API_
+  client_signing: _Comment signer, vérifier localement les transactions de diffusion sur Hive_
+  witness_listing_and_voting: _Obtenir des témoins et les voter_
 
diff --git a/_i18n/hi.yml b/_i18n/hi.yml
index b970ba0..c9ef03a 100644
--- a/_i18n/hi.yml
+++ b/_i18n/hi.yml
@@ -1,5 +1,6 @@
 global:
   en: अंग्रेजी
+  es: स्पेनोलि
   hi: हिन्दी
   ru: Русский
   de: Deutsch
@@ -11,11 +12,11 @@ titles:
   home: एपीआई दस्तावेज़
   api-def: API Definitions
   introduction: परिचय
-  json_rpc_methods: JSON-RPC Methods
+  json_rpc_methods: JSON-RPC API
   tutorials: ट्यूटोरियल
   layer2: परत 2
   resources: संसाधन
-  services: सेवाएं
+  services: मौके
   tools: टूल्स
   glossary: शब्दावली
   search: खोज
@@ -55,7 +56,7 @@ titles:
   videohoster: VideoHoster
   hivesigner: Hivesigner
   jussi: Jussi
-  dhf: DHF
+  dhf: Hive Fund
   hive_engine: Hive Engine
   honeycomb: HoneyComb
   vsc: VSC
@@ -63,7 +64,7 @@ titles:
   whitepaper: सफ़ेद कागज
   hivesigner_libs: Hivesigner Libs
   hive_keychain: Hive Keychain
-  community_help: Community & Help
+  community_help: Dev support
   chain_basics: Chain Basics
   governance: Governance
   transactions: लेनदेन
@@ -71,13 +72,14 @@ titles:
   market: बाज़ार
   exchange_node: Exchange Node
   clive: Command Line Hive
-  docker: Docker
-  tags: Tags
+  docker: कुबेरनेट्स
+  tags: टैग्स
   get_transaction_node: Get Transaction Node
   jussi_multiplexer: Using jussi as a Multiplexer
   mira_performance_tuning: MIRA Performance Tuning
   monit: Managing a Node Using Monit
   node_cli: कमांड लाइन विकल्प
+  node_setup: Node Setup
   node_config: नोड कॉन्फ़िग
   plug_and_api_list: Plugin & API List
   seed_node: Seed Node
@@ -94,7 +96,7 @@ titles:
   understanding_configuration_values: Understanding Configuration Values
   understanding_dynamic_props: Understanding Dynamic Global Properties
   understanding_transaction_status: Understanding Transaction Status
-  vest_to_hive: Converting VESTS to HIVE
+  vest_to_hive: हाइव में परिवर्तित हो रहा हैं
   virtual_operations_streaming: Streaming blockchain transactions
   account_reputation: Account Reputation
   blog_feed: Blog Feed
@@ -161,42 +163,44 @@ descriptions:
   drone: API caching layer application, Jussi replacement
   monit: Use monit as a utility for managing and monitoring hived
   seed_node: Setting up a seed node
+  node_setup: Spin up your own Hive node
+  node_setup_desc: In this page you can find configuration and setup guides which helps you to run and host your own custom Hive Node.
   exchange_node: Setting up a node for exchanges
   get_transaction_node: Setting up a node that supports `*.get_transaction`
   setting_up_testnet: Quick-start for deploying a Hive-based Testnet.
   tools: Directory of community testnet tools
-  hivesigner: Understand the basics of using Hivesigner with your Hive application
+  hivesigner: _Understand the basics of using Hivesigner with your Hive application_
   api: Dictionary of API Terms
   chain_basics: Dictionary of Chain Basic Terms
   governance: Dictionary of Governance Terms
   market: Dictionary of Market Terms
   transactions: Dictionary of Transaction Terms
   follow_user: _Follow and unfollow a user / author._
-  get_account_comments: How to retrieve account comments from the Hive blockchain.
-  get_account_replies: Fetching the replies written to a particular account.
+  get_account_comments: _How to retrieve account comments from the Hive blockchain._
+  get_account_replies: _Fetching the replies written to a particular account._
   power_up: _Power up an account's Hive using either Hive Signer or a client-side signing._
-  blog_feed: This tutorial shows you how to get blogs details from the specified author, limited to five results.
+  blog_feed: _This tutorial shows you how to get blogs details from the specified author, limited to five results._
   edit_content_patching: _How to patch post edits to Hive._
-  get_post_details: This tutorial fetches the contents of a single post and explains all data related to that post.
+  get_post_details: _This tutorial fetches the contents of a single post and explains all data related to that post._
   vote_on_content: _Create a weighted up or down vote on a comment/post._
-  getting_started: Before interact with the blockchain, we start with the presentation and configuration of relevant libraries.
-  search_accounts: How to call a list of user names from the Hive blockchain
-  account_recovery: How to recover an account when password is lost/changed.
+  getting_started: _Before interact with the blockchain, we start with the presentation and configuration of relevant libraries._
+  search_accounts: _How to call a list of user names from the Hive blockchain_
+  account_recovery: _How to recover an account when password is lost/changed._
   account_reputation: _Learn how to interpret account reputation._
-  submit_post: This example will broadcast a new post to the blockchain using the values provided.
-  search_tags: Performing a search for tags.
+  submit_post: _This example will broadcast a new post to the blockchain using the values provided._
+  search_tags: _Performing a search for tags._
   claim_rewards: _Learn how to claim rewards from unclaimed reward balance using Hive Signer as well as client signing method._
   convert_hbd_to_hive: _How to convert HBD to HIVE for a specified account._
   convert_hive_to_hbd: _How to convert HIVE to HBD for a specified account._
   stream_blockchain_transactions: _How to stream transactions and operations from Hive blockchain._
   get_follower_and_following: _Get the followers of a user/author & the authors that user is following._
-  round_trip: Using Hive as your personal 'Hash in the Sky'
+  round_trip: _Using Hive as your personal 'Hash in the Sky'_
   create_account: _Create Hive account using Hive Signer as well as with client-side signing._
   delegate_power: _Delegate power to other users using Hive Signer or Client-side signing._
   get_delegations_by_user: _View the vesting delegations made by a user as well as the delegations that are expiring._
-  get_state_replacement: This is a list of replacement API calls for each of the different _routes_ available from the `getState` function.
+  get_state_replacement: _This is a list of replacement API calls for each of the different_routes_available from the `getState` function._
   get_voters_list: _By the end of this tutorial you would know how to get voters list on any content._
-  get_post_comments: Fetch comments made on each content or post.
+  get_post_comments: _Fetch comments made on each content or post._
   grant_active_permission: _How to grant and revoke active permission to another user._
   grant_posting_permission: _How to grant and revoke posting permission to another user._
   power_down: _Perform a power down on all or part of an account's VESTS using either Hive Signer or client-side signing._
@@ -206,28 +210,28 @@ descriptions:
   tic_tac_toe: _We will develop a decentralized game by the end of this series._
   transfer_hive_and_hbd: _Transfer both HIVE and HBD from one account to another._
   witness_voting_and_listing: _Create a list of available witnesses as well as vote for and remove your vote for a witness._
-  get_posts: This example will output posts depending on which category is provided as the arguments.
-  using_keys_securely: Learn how the Beem python library handles transaction signing with Hive user's key and how to securely manage your private keys.
-  password_key_change: How to change your accounts password and keys.
-  rc_dev: The goal of this guide is to demystify how resources and RC's work.  The intended audience is developers working on Hive user interfaces, applications, and client libraries.
-  transfer_hive_and_hbd_savings: How to transfer HIVE and HBD to Savings balance.
+  get_posts: _This example will output posts depending on which category is provided as the arguments._
+  using_keys_securely: _Learn how the Beem python library handles transaction signing with Hive user's key and how to securely manage your private keys._
+  password_key_change: _How to change your accounts password and keys._
+  rc_dev: _The goal of this guide is to demystify how resources and RC's work.  The intended audience is developers working on Hive user interfaces, applications, and client libraries._
+  transfer_hive_and_hbd_savings: _How to transfer HIVE and HBD to Savings balance._
   sso: _Login without authority._
-  account_creation_process: The methods on how to create a new account.
-  calculate_rc_recipe: How to calculate resource credit cost for transactions.
-  estimate_upvote: Calculate the approximate value of an upvote on Hive.
-  forum_market_bandwidth: How to interpret raw bandwidth data.
-  how_to_serialize: Serialization and signing without additional Hive Javascript libraries.
-  rc_bandwidth_parameters: Analyze the dynamics of the resource budget pool.
-  rc_bandwidth_system: All about the RC bandwidth system, the complete rewrite of the bandwidth system.
-  understanding_dynamic_props: Maintains global state information
-  virtual_operations_streaming: Including virtual operations when streaming blockchain transactions
-  vest_to_hive: How to convert VESTS to HIVE or HIVE POWER
-  understanding_configuration_values: Low level blockchain constants
-  understanding_transaction_status: How to use the Hive API to check the status of a transaction for a given `trx_id` value.
-  using_multisignature_accounts: How to set up and use multisignature accounts on Hive Blockchain.
+  account_creation_process: _The methods on how to create a new account._
+  calculate_rc_recipe: _How to calculate resource credit cost for transactions._
+  estimate_upvote: _Calculate the approximate value of an upvote on Hive._
+  forum_market_bandwidth: _How to interpret raw bandwidth data._
+  how_to_serialize: _Serialization and signing without additional Hive Javascript libraries._
+  rc_bandwidth_parameters: _Analyze the dynamics of the resource budget pool._
+  rc_bandwidth_system: _All about the RC bandwidth system, the complete rewrite of the bandwidth system._
+  understanding_dynamic_props: _Maintains global state information_
+  virtual_operations_streaming: _Including virtual operations when streaming blockchain transactions_
+  vest_to_hive: _How to convert VESTS to HIVE or HIVE POWER_
+  understanding_configuration_values: _Low level blockchain constants_
+  understanding_transaction_status: _How to use the Hive API to check the status of a transaction for a given `trx_id` value._
+  using_multisignature_accounts: _How to set up and use multisignature accounts on Hive Blockchain._
   witness_node: Setting up a consensus or witness node
   hiab_node: Dockerized, quick node setup tool
-  paginated_api_methods: Querying multiple pages of results from the API
-  client_signing: How to sign, verify broadcast transactions locally on Hive
-  witness_listing_and_voting: Getting witnesses and voting them
+  paginated_api_methods: _Querying multiple pages of results from the API_
+  client_signing: _How to sign, verify broadcast transactions locally on Hive_
+  witness_listing_and_voting: _Getting witnesses and voting them_
 
diff --git a/_i18n/ru.yml b/_i18n/ru.yml
index a7eae23..f97206b 100644
--- a/_i18n/ru.yml
+++ b/_i18n/ru.yml
@@ -1,5 +1,6 @@
 global:
   en: Английский
+  es: Испанский
   hi: हिन्दी
   ru: Русский
   de: Немецкий
@@ -7,15 +8,15 @@ global:
   zh: 汉语
 Index: Hive
 titles:
-  portal: Hive Developer Portal
+  portal: Портал Разработчиков
   home: Документация API
   api-def: Определения API
   introduction: Введение
-  json_rpc_methods: Методы JSON-RPC
+  json_rpc_methods: JSON-RPC API
   tutorials: Обучение
   layer2: Слой 2
   resources: Ресурсы
-  services: Службы
+  services: Возможности
   tools: Инструменты
   glossary: Словарь терминов
   search: Поиск
@@ -55,7 +56,7 @@ titles:
   videohoster: VideoHoster
   hivesigner: Hivesigner
   jussi: Jussi
-  dhf: DHF
+  dhf: Фонд Hive
   hive_engine: Hive Engine
   honeycomb: HoneyComb
   vsc: VSC
@@ -63,21 +64,22 @@ titles:
   whitepaper: Белая бумага
   hivesigner_libs: Hivesigner Libs
   hive_keychain: Hive Keychain
-  community_help: Сообщество и помощь
+  community_help: Поддержка Dev
   chain_basics: Основы цепи
   governance: Руководство
   transactions: Транзакции
   api: API
   market: Рынок
   exchange_node: Узел для обмена
-  clive: Command Line Hive
+  clive: Hive командной строки
   docker: Docker
-  tags: Tags
+  tags: Теги
   get_transaction_node: Получить узел транзакции
   jussi_multiplexer: Использовать jussi как мультиплексор
   mira_performance_tuning: Настройка производительности MIRA
   monit: Управление узлом с использованием Monit
   node_cli: Параметры командной строки
+  node_setup: Установки узла
   node_config: Конфигурация узла
   plug_and_api_list: Плагин и Список API
   seed_node: Семенной узел
@@ -146,88 +148,90 @@ titles:
   recipes: Рецепты
   node_operation: Операции с узлами
   haf_api: Setup HAF API node
-  drone: Drone middleware
-  witness_node: Witness node
-  hiab_node: Hive in a box
+  drone: Среднее По Drone
+  witness_node: Узел свидетеля
+  hiab_node: Узел в коробке
 descriptions:
-  jussi: A reverse proxy that forwards json-rpc requests.
-  node_config: All `config.ini` options available to `hived`
-  node_cli: All options available to `hived` at command line interface cli_wallet
-  clive: Interactive command line application for interacting with the Hive
-  plug_and_api_list: Run a `hived` node with your preferred APIs
-  haf_api: Setup full or light Hive nodes with HAF API
-  using_hivemind: Hivemind setup and API functionality
-  jussi_multiplexer: Optimize your local applications with jussi
-  drone: API caching layer application, Jussi replacement
-  monit: Use monit as a utility for managing and monitoring hived
-  seed_node: Setting up a seed node
-  exchange_node: Setting up a node for exchanges
-  get_transaction_node: Setting up a node that supports `*.get_transaction`
-  setting_up_testnet: Quick-start for deploying a Hive-based Testnet.
-  tools: Directory of community testnet tools
-  hivesigner: Understand the basics of using Hivesigner with your Hive application
-  api: Dictionary of API Terms
-  chain_basics: Dictionary of Chain Basic Terms
-  governance: Dictionary of Governance Terms
-  market: Dictionary of Market Terms
-  transactions: Dictionary of Transaction Terms
-  follow_user: _Follow and unfollow a user / author._
-  get_account_comments: How to retrieve account comments from the Hive blockchain.
-  get_account_replies: Fetching the replies written to a particular account.
-  power_up: _Power up an account's Hive using either Hive Signer or a client-side signing._
-  blog_feed: This tutorial shows you how to get blogs details from the specified author, limited to five results.
-  edit_content_patching: _How to patch post edits to Hive._
-  get_post_details: This tutorial fetches the contents of a single post and explains all data related to that post.
-  vote_on_content: _Create a weighted up or down vote on a comment/post._
-  getting_started: Before interact with the blockchain, we start with the presentation and configuration of relevant libraries.
-  search_accounts: How to call a list of user names from the Hive blockchain
-  account_recovery: How to recover an account when password is lost/changed.
-  account_reputation: _Learn how to interpret account reputation._
-  submit_post: This example will broadcast a new post to the blockchain using the values provided.
-  search_tags: Performing a search for tags.
-  claim_rewards: _Learn how to claim rewards from unclaimed reward balance using Hive Signer as well as client signing method._
-  convert_hbd_to_hive: _How to convert HBD to HIVE for a specified account._
-  convert_hive_to_hbd: _How to convert HIVE to HBD for a specified account._
-  stream_blockchain_transactions: _How to stream transactions and operations from Hive blockchain._
-  get_follower_and_following: _Get the followers of a user/author & the authors that user is following._
-  round_trip: Using Hive as your personal 'Hash in the Sky'
-  create_account: _Create Hive account using Hive Signer as well as with client-side signing._
-  delegate_power: _Delegate power to other users using Hive Signer or Client-side signing._
-  get_delegations_by_user: _View the vesting delegations made by a user as well as the delegations that are expiring._
-  get_state_replacement: This is a list of replacement API calls for each of the different _routes_ available from the `getState` function.
-  get_voters_list: _By the end of this tutorial you would know how to get voters list on any content._
-  get_post_comments: Fetch comments made on each content or post.
-  grant_active_permission: _How to grant and revoke active permission to another user._
-  grant_posting_permission: _How to grant and revoke posting permission to another user._
-  power_down: _Perform a power down on all or part of an account's VESTS using either Hive Signer or client-side signing._
-  reblogging_post: _How to reblog a post on Hive_
-  set_withdraw_route: _Set routes to an account's power downs or withdraws._
-  submit_comment_reply: _How to post a simple comment to Hive._
-  tic_tac_toe: _We will develop a decentralized game by the end of this series._
-  transfer_hive_and_hbd: _Transfer both HIVE and HBD from one account to another._
-  witness_voting_and_listing: _Create a list of available witnesses as well as vote for and remove your vote for a witness._
-  get_posts: This example will output posts depending on which category is provided as the arguments.
-  using_keys_securely: Learn how the Beem python library handles transaction signing with Hive user's key and how to securely manage your private keys.
-  password_key_change: How to change your accounts password and keys.
-  rc_dev: The goal of this guide is to demystify how resources and RC's work.  The intended audience is developers working on Hive user interfaces, applications, and client libraries.
-  transfer_hive_and_hbd_savings: How to transfer HIVE and HBD to Savings balance.
-  sso: _Login without authority._
-  account_creation_process: The methods on how to create a new account.
-  calculate_rc_recipe: How to calculate resource credit cost for transactions.
-  estimate_upvote: Calculate the approximate value of an upvote on Hive.
-  forum_market_bandwidth: How to interpret raw bandwidth data.
-  how_to_serialize: Serialization and signing without additional Hive Javascript libraries.
-  rc_bandwidth_parameters: Analyze the dynamics of the resource budget pool.
-  rc_bandwidth_system: All about the RC bandwidth system, the complete rewrite of the bandwidth system.
-  understanding_dynamic_props: Maintains global state information
-  virtual_operations_streaming: Including virtual operations when streaming blockchain transactions
-  vest_to_hive: How to convert VESTS to HIVE or HIVE POWER
-  understanding_configuration_values: Low level blockchain constants
-  understanding_transaction_status: How to use the Hive API to check the status of a transaction for a given `trx_id` value.
-  using_multisignature_accounts: How to set up and use multisignature accounts on Hive Blockchain.
-  witness_node: Setting up a consensus or witness node
-  hiab_node: Dockerized, quick node setup tool
-  paginated_api_methods: Querying multiple pages of results from the API
-  client_signing: How to sign, verify broadcast transactions locally on Hive
-  witness_listing_and_voting: Getting witnesses and voting them
+  jussi: Обратный прокси для отправки запросов json-rpc.
+  node_config: Все настройки `config.ini` доступны для `hived`
+  node_cli: Все опции, доступные для `hived` в интерфейсе командной строки cli_wallet
+  clive: Интерактивное приложение командной строки для взаимодействия с улей
+  plug_and_api_list: Запустите `hived` узел с вашими предпочитаемыми API
+  haf_api: Настройка полноразмерных или светлых узлов Hive с помощью HAF API
+  using_hivemind: Настройка Hivemind и API
+  jussi_multiplexer: Оптимизировать ваши локальные приложения с помощью jussi
+  drone: Слой кэширования API, замена Jussi
+  monit: Использовать monit в качестве утилиты для управления и мониторинга хитов
+  seed_node: Настройка сида узла
+  node_setup: Прокрутите свой собственный узел Hive
+  node_setup_desc: На этой странице вы можете найти руководства по настройке и настройке, которые помогут вам запустить и разместить собственный узел Hive Node.
+  exchange_node: Настройка узла для бирж
+  get_transaction_node: Настройка узла, поддерживающего `*.get_transaction`
+  setting_up_testnet: Быстрый старт для установки тестовой сети, основанной на получении.
+  tools: Каталог инструментов testnet сообщества
+  hivesigner: _Понимание основ использования Hivesigner с вашим приложением Hive_
+  api: Словарь терминов API
+  chain_basics: Словарь базовых терминов Chain
+  governance: Словарь терминов управления
+  market: Словарь Рыночных Условий
+  transactions: Словарь условий транзакции
+  follow_user: _Следуйте и отписаться от пользователя / автора._
+  get_account_comments: _Как получить комментарии аккаунта от цепи Hive blockchain._
+  get_account_replies: _Получение ответов, написанных на конкретный аккаунт._
+  power_up: _Power up the Hive аккаунта используя Hive Signer или клиентскую подпись._
+  blog_feed: _Этот учебник показывает, как получить информацию о блогах от указанного автора, ограничиваясь пятью результатами._
+  edit_content_patching: _Как патч редактирования поста в Hive._
+  get_post_details: _Этот учебник извлекает содержимое одного сообщения и объясняет все данные, относящиеся к этому посту._
+  vote_on_content: _Создать взвешенный голос вверх или вниз по комментарию/пост._
+  getting_started: _Прежде чем взаимодействовать с блокчейном, мы начнем с презентации и настройки соответствующих библиотек._
+  search_accounts: _Как вызвать список имен пользователей из Hive blockchain_
+  account_recovery: _Как восстановить учетную запись при потере или изменении пароля._
+  account_reputation: _Узнайте, как интерпретировать репутацию учетной записи._
+  submit_post: _Этот пример будет транслировать новую запись в блокчейн, используя предоставленные значения._
+  search_tags: _Выполнение поиска меток._
+  claim_rewards: _Узнайте, как получить награды за невостребованный бонус с помощью Hive Signer и метода подписания клиента._
+  convert_hbd_to_hive: _Как преобразовать HBD в HIVE для указанного аккаунта._
+  convert_hive_to_hbd: _Как преобразовать HIVE в HBD для указанного аккаунта._
+  stream_blockchain_transactions: _Как транслировать транзакции и операции из блокчейна Hive._
+  get_follower_and_following: _Получить подписчиков от пользователя/автора и авторов, за которыми подписан пользователь._
+  round_trip: _Использование Hive как личное 'хэш в Sky'_
+  create_account: _Создать учётную запись Hive с помощью Hive Signer, а также с клиентской подписью._
+  delegate_power: _Делегировать власть другим пользователям, использующим Hive Signer или клиентскую подпись._
+  get_delegations_by_user: _Просмотр доверенных делегаций, сделанных пользователем, а также делегациями, срок действия которых истекает._
+  get_state_replacement: _Это список вызовов API для замены каждого из различных _маршрутов_ из функции `getState`._
+  get_voters_list: _По окончании этого урока вы узнаете, как получить список избирателей на любом содержании._
+  get_post_comments: _Получить комментарии к каждому контенту или пост._
+  grant_active_permission: _Как предоставить и отозвать активное разрешение другому пользователю._
+  grant_posting_permission: _Как предоставить и отозвать разрешение на публикацию другому пользователю._
+  power_down: _Выполнить заряд на всех VESTS или его части с помощью Hive Signer или клиентской подписи._
+  reblogging_post: _Как переставить реблог на Hive_
+  set_withdraw_route: _Установить маршруты к питанию или снятию аккаунта_
+  submit_comment_reply: _Как оставить простой комментарий к Hive._
+  tic_tac_toe: _Мы разработаем децентрализованную игру к концу этой серии._
+  transfer_hive_and_hbd: _Передача HIVE и HBD с одного счета на другой._
+  witness_voting_and_listing: _Создать список доступных свидетелей, а также проголосовать за и убрать голос за заверителя._
+  get_posts: _Этот пример будет выводить сообщения в зависимости от того, какая категория предоставлена в качестве аргументов._
+  using_keys_securely: _Узнайте, как библиотека Beem python обрабатывает подписание транзакций с помощью ключа пользователя Hive и как безопасно управлять вашими приватными ключами._
+  password_key_change: _Как изменить пароль и ключи учетной записи._
+  rc_dev: _Цель этого руководства - развеять как работают ресурсы и RC. Заметной аудиторией являются разработчики, работающие над пользовательскими интерфейсами, приложениями и клиентскими библиотеками._
+  transfer_hive_and_hbd_savings: _Как перевести HIVE и HBD на сберегательный баланс._
+  sso: _Логин без авторства._
+  account_creation_process: _Методы создания новой учетной записи._
+  calculate_rc_recipe: _Как рассчитать стоимость кредита ресурса для транзакций._
+  estimate_upvote: _Расчет примерного значения голосов в Hive._
+  forum_market_bandwidth: _Как интерпретировать необработанные данные пропускной способности._
+  how_to_serialize: _Сериализация и подписание без дополнительных библиотек Hive Javascript._
+  rc_bandwidth_parameters: _Анализ динамики ресурсного пула._
+  rc_bandwidth_system: _Все о системе пропускной способности RC, полной перезаписи системы пропускной способности._
+  understanding_dynamic_props: _Отображает информацию о глобальном состоянии_
+  virtual_operations_streaming: _Включая виртуальные операции при потоковой транзакции блокчейн_
+  vest_to_hive: _Как преобразовать VESTS в HIVE или HIVE POWER_
+  understanding_configuration_values: _Константы блокчейна низкого уровня_
+  understanding_transaction_status: _Как использовать API Hive для проверки состояния транзакции для данного значения `trx_id`._
+  using_multisignature_accounts: _Как настроить и использовать учетные записи мультиподписи на Hive Blockchain._
+  witness_node: Настройка узла консенсуса или свидетелей
+  hiab_node: Dockerized, быстрый инструмент установки узла
+  paginated_api_methods: _Запрос нескольких страниц результатов из API_
+  client_signing: _Как подписать, проверить трансляцию локально на Hive_
+  witness_listing_and_voting: _Получение свидетелей и голосование их_
 
diff --git a/_i18n/zh.yml b/_i18n/zh.yml
index 3b26cd6..09bf5b9 100644
--- a/_i18n/zh.yml
+++ b/_i18n/zh.yml
@@ -1,5 +1,6 @@
 global:
   en: 英语
+  es: 西班牙语
   hi: हिन्दी
   ru: 俄语
   de: 德语
@@ -7,7 +8,7 @@ global:
   zh: 汉语
 Index: Hive
 titles:
-  portal: Hive Developer Portal
+  portal: Hive 开发者门户网站
   home: API 文档
   api-def: API 定义
   introduction: 简介
@@ -15,7 +16,7 @@ titles:
   tutorials: 教程
   layer2: 第2层
   resources: 资源
-  services: 服务
+  services: 商机
   tools: 工具
   glossary: 专业术语
   search: 搜索
@@ -55,7 +56,7 @@ titles:
   videohoster: VideoHoster
   hivesigner: Hivesigner
   jussi: Jussi
-  dhf: DHF
+  dhf: Hive 基金
   hive_engine: Hive Engine
   honeycomb: HoneyComb
   vsc: VSC
@@ -63,21 +64,22 @@ titles:
   whitepaper: 白皮书
   hivesigner_libs: Hivesigner Libs
   hive_keychain: Hive Keychain
-  community_help: 社群互助
+  community_help: Dev支持
   chain_basics: 链式基础知识
   governance: 治理
   transactions: 交易
   api: API
   market: 市场
   exchange_node: Exchange 节点
-  clive: Command Line Hive
+  clive: 命令行节点
   docker: Docker
-  tags: Tags
+  tags: 标签
   get_transaction_node: 获取交易节点
   jussi_multiplexer: 使用 jussi作为多路程序
   mira_performance_tuning: MIRA 性能调整
   monit: 管理一个使用 Monit 的节点
   node_cli: 命令行选项
+  node_setup: 节点配置
   node_config: 节点配置
   plug_and_api_list: 插件 & API 列表
   seed_node: 种子节点
@@ -146,88 +148,90 @@ titles:
   recipes: 配方
   node_operation: 节点操作
   haf_api: Setup HAF API node
-  drone: Drone middleware
-  witness_node: Witness node
-  hiab_node: Hive in a box
+  drone: 无人机中间件
+  witness_node: 见证人节点
+  hiab_node: 在盒子里的Hive
 descriptions:
-  jussi: A reverse proxy that forwards json-rpc requests.
-  node_config: All `config.ini` options available to `hived`
-  node_cli: All options available to `hived` at command line interface cli_wallet
-  clive: Interactive command line application for interacting with the Hive
-  plug_and_api_list: Run a `hived` node with your preferred APIs
-  haf_api: Setup full or light Hive nodes with HAF API
-  using_hivemind: Hivemind setup and API functionality
-  jussi_multiplexer: Optimize your local applications with jussi
-  drone: API caching layer application, Jussi replacement
-  monit: Use monit as a utility for managing and monitoring hived
-  seed_node: Setting up a seed node
-  exchange_node: Setting up a node for exchanges
-  get_transaction_node: Setting up a node that supports `*.get_transaction`
-  setting_up_testnet: Quick-start for deploying a Hive-based Testnet.
-  tools: Directory of community testnet tools
-  hivesigner: Understand the basics of using Hivesigner with your Hive application
-  api: Dictionary of API Terms
-  chain_basics: Dictionary of Chain Basic Terms
-  governance: Dictionary of Governance Terms
-  market: Dictionary of Market Terms
-  transactions: Dictionary of Transaction Terms
-  follow_user: _Follow and unfollow a user / author._
-  get_account_comments: How to retrieve account comments from the Hive blockchain.
-  get_account_replies: Fetching the replies written to a particular account.
-  power_up: _Power up an account's Hive using either Hive Signer or a client-side signing._
-  blog_feed: This tutorial shows you how to get blogs details from the specified author, limited to five results.
-  edit_content_patching: _How to patch post edits to Hive._
-  get_post_details: This tutorial fetches the contents of a single post and explains all data related to that post.
-  vote_on_content: _Create a weighted up or down vote on a comment/post._
-  getting_started: Before interact with the blockchain, we start with the presentation and configuration of relevant libraries.
-  search_accounts: How to call a list of user names from the Hive blockchain
-  account_recovery: How to recover an account when password is lost/changed.
-  account_reputation: _Learn how to interpret account reputation._
-  submit_post: This example will broadcast a new post to the blockchain using the values provided.
-  search_tags: Performing a search for tags.
-  claim_rewards: _Learn how to claim rewards from unclaimed reward balance using Hive Signer as well as client signing method._
-  convert_hbd_to_hive: _How to convert HBD to HIVE for a specified account._
-  convert_hive_to_hbd: _How to convert HIVE to HBD for a specified account._
-  stream_blockchain_transactions: _How to stream transactions and operations from Hive blockchain._
-  get_follower_and_following: _Get the followers of a user/author & the authors that user is following._
-  round_trip: Using Hive as your personal 'Hash in the Sky'
-  create_account: _Create Hive account using Hive Signer as well as with client-side signing._
-  delegate_power: _Delegate power to other users using Hive Signer or Client-side signing._
-  get_delegations_by_user: _View the vesting delegations made by a user as well as the delegations that are expiring._
-  get_state_replacement: This is a list of replacement API calls for each of the different _routes_ available from the `getState` function.
-  get_voters_list: _By the end of this tutorial you would know how to get voters list on any content._
-  get_post_comments: Fetch comments made on each content or post.
-  grant_active_permission: _How to grant and revoke active permission to another user._
-  grant_posting_permission: _How to grant and revoke posting permission to another user._
-  power_down: _Perform a power down on all or part of an account's VESTS using either Hive Signer or client-side signing._
-  reblogging_post: _How to reblog a post on Hive_
-  set_withdraw_route: _Set routes to an account's power downs or withdraws._
-  submit_comment_reply: _How to post a simple comment to Hive._
-  tic_tac_toe: _We will develop a decentralized game by the end of this series._
-  transfer_hive_and_hbd: _Transfer both HIVE and HBD from one account to another._
-  witness_voting_and_listing: _Create a list of available witnesses as well as vote for and remove your vote for a witness._
-  get_posts: This example will output posts depending on which category is provided as the arguments.
-  using_keys_securely: Learn how the Beem python library handles transaction signing with Hive user's key and how to securely manage your private keys.
-  password_key_change: How to change your accounts password and keys.
-  rc_dev: The goal of this guide is to demystify how resources and RC's work.  The intended audience is developers working on Hive user interfaces, applications, and client libraries.
-  transfer_hive_and_hbd_savings: How to transfer HIVE and HBD to Savings balance.
-  sso: _Login without authority._
-  account_creation_process: The methods on how to create a new account.
-  calculate_rc_recipe: How to calculate resource credit cost for transactions.
-  estimate_upvote: Calculate the approximate value of an upvote on Hive.
-  forum_market_bandwidth: How to interpret raw bandwidth data.
-  how_to_serialize: Serialization and signing without additional Hive Javascript libraries.
-  rc_bandwidth_parameters: Analyze the dynamics of the resource budget pool.
-  rc_bandwidth_system: All about the RC bandwidth system, the complete rewrite of the bandwidth system.
-  understanding_dynamic_props: Maintains global state information
-  virtual_operations_streaming: Including virtual operations when streaming blockchain transactions
-  vest_to_hive: How to convert VESTS to HIVE or HIVE POWER
-  understanding_configuration_values: Low level blockchain constants
-  understanding_transaction_status: How to use the Hive API to check the status of a transaction for a given `trx_id` value.
-  using_multisignature_accounts: How to set up and use multisignature accounts on Hive Blockchain.
-  witness_node: Setting up a consensus or witness node
-  hiab_node: Dockerized, quick node setup tool
-  paginated_api_methods: Querying multiple pages of results from the API
-  client_signing: How to sign, verify broadcast transactions locally on Hive
-  witness_listing_and_voting: Getting witnesses and voting them
+  jussi: 转发json-rpc 请求的反转代理人。
+  node_config: 所有`config.ini`选项可供`hived`使用
+  node_cli: 命令行接口客户端钱包中`hived`的所有选项
+  clive: 与 Hive 交互式命令行应用程序
+  plug_and_api_list: 使用您喜欢的 API 运行一个 ' hived' 节点
+  haf_api: 使用 HAFAPI 设置完整或亮的 Hive 节点
+  using_hivemind: Hivemind 设置和 API 功能
+  jussi_multiplexer: 使用jussi优化您的本地应用程序
+  drone: API 缓存图层应用,Jussi 替换
+  monit: 使用monit作为管理和监测已被隐藏的工具
+  seed_node: 设置种子节点
+  node_setup: 旋转你自己的Hive 节点
+  node_setup_desc: 在这个页面中,您可以找到帮助您运行和托管自己的自定义Hive 节点的配置和设置指南。
+  exchange_node: 设置一个交流节点
+  get_transaction_node: 设置一个支持 `*.get_transaction` 的节点
+  setting_up_testnet: 部署基于Hive的测试网的快速启动。
+  tools: 社区测试网工具目录
+  hivesigner: _理解使用Hivesigner的基本原理与你的 Hive 应用程序_
+  api: API 条款词典
+  chain_basics: 链条基本条款词典
+  governance: 施政术语词典
+  market: 市场条款词典
+  transactions: 交易术语词典
+  follow_user: _关注并取消关注一个用户 / 作者。 _
+  get_account_comments: _如何从Hive blockchain检索帐户注释._
+  get_account_replies: _获取给特定帐户的回复。_
+  power_up: _使用Hive 签名或者客户端签名来启动一个帐户的 Hive 。_
+  blog_feed: _此教程向您展示如何从指定作者处获取博客详情,限制为五个结果。_
+  edit_content_patching: _如何将帖子编辑补丁到 Hive._
+  get_post_details: _此教程获取一个帖子的内容并解释与该帖子相关的所有数据。_
+  vote_on_content: _在评论/帖子上创建加权后的投票. _
+  getting_started: _在与blockchain交互之前,我们从相关库的展示和配置开始。_
+  search_accounts: _如何从 Hive blockchain 调用用户名列表_
+  account_recovery: _如何在密码丢失/更改时恢复帐户。_
+  account_reputation: _学习如何解释帐户信誉积分._
+  submit_post: _这个示例将使用提供的值广播一个新帖子到区块链。_
+  search_tags: _正在搜索标签。_
+  claim_rewards: _学习如何使用Hive Signer和客户端签名方法从未申报的奖励余额中领取奖励。_
+  convert_hbd_to_hive: _如何将HBD转换为指定帐户的 HIVE。_
+  convert_hive_to_hbd: _如何为指定的帐户将艾滋病毒转换为 HBD。_
+  stream_blockchain_transactions: _如何从 Hive blockchain 串流交易和操作。_
+  get_follower_and_following: _获取用户/作者以及用户关注的作者的追随者。
+  round_trip: _使用 Hive 作为您在天空中的个人哈希_
+  create_account: 使用Hive Signer 以及客户端签名创建Hive 帐户。_
+  delegate_power: 使用Hive 签名或客户端签名向其他用户委派权力。_
+  get_delegations_by_user: _查看用户以及到期的代表团的授予权限。
+  get_state_replacement: _这是不同的 _routes_ 每个不同的 _routes_ 可用的替换API列表。_
+  get_voters_list: _在本教程结束时,你会知道如何在任何内容上获取选民名单。_
+  get_post_comments: _获取对每个内容或帖子的评论。_
+  grant_active_permission: _如何授予和撤销其他用户的活动权限。_
+  grant_posting_permission: _如何授予并撤销发布权限给其他用户。_
+  power_down: _使用Hive 签名或客户端签名,在帐户的 VESTS 全部或部分执行电源。_
+  reblogging_post: _如何重新发布一条帖子_
+  set_withdraw_route: _将路由设置为帐户的降电或提款。_
+  submit_comment_reply: _如何向Hive发布一个简单的评论。_
+  tic_tac_toe: _我们将在此系列结束前开发一个分散的游戏。_
+  transfer_hive_and_hbd: _将艾滋病毒和HBD同时从一个帐户转到另一个帐户。_
+  witness_voting_and_listing: _创建可用证人列表以及投票和移除您对证人的投票。_
+  get_posts: _这个示例将根据作为参数提供的类别输出帖子。_
+  using_keys_securely: _了解Beem python 库如何用Hive 用户的密钥处理交易签名,以及如何安全地管理您的私钥。_
+  password_key_change: _如何更改您的帐户密码和密钥._
+  rc_dev: _本指南的目标是去掉资源和RC如何工作的神秘性。 预定受众是开发者在 Hive 用户界面、应用程序和客户端库中工作。_
+  transfer_hive_and_hbd_savings: _如何将艾滋病毒和HBD转移到储蓄账户。_
+  sso: _登录无权._
+  account_creation_process: _如何创建新账户的方法。_
+  calculate_rc_recipe: _如何计算交易的资源信贷成本._
+  estimate_upvote: _计算Hive投票的大致值。_
+  forum_market_bandwidth: _如何解释原始带宽数据._
+  how_to_serialize: _序列化并在没有额外的 Hive Javascript 库的情况下签名_
+  rc_bandwidth_parameters: _分析资源总库的动态。_
+  rc_bandwidth_system: _全部关于 RC 带宽系统,带宽系统的完整重写。_
+  understanding_dynamic_props: _维护全局状态信息_
+  virtual_operations_streaming: _当流媒体区块链交易时包含虚拟操作_
+  vest_to_hive: _如何将 VESTS 转换为艾滋病毒或艾滋病毒患者_
+  understanding_configuration_values: _低级别 blockchain 常量_
+  understanding_transaction_status: _如何使用 Hive API 来检查给定的 `trx_id` 值的交易状态。_
+  using_multisignature_accounts: _如何在Hive Blockchain上设置和使用多签名账户。_
+  witness_node: 建立共识或见证人节点
+  hiab_node: Dockered, 快速节点设置工具
+  paginated_api_methods: _查询来自API的多个页面结果_
+  client_signing: _如何签名,验证本地广播交易在 Hive_
+  witness_listing_and_voting: _获取证人并投票他们_
 
diff --git a/_nodeop/index.md b/_nodeop/index.md
index 8cc29bf..0132f42 100644
--- a/_nodeop/index.md
+++ b/_nodeop/index.md
@@ -8,6 +8,10 @@ canonical_url: .
 {% assign nav = site.data.nav.toc | where: "collection", "nodeop" | first %}
 {% assign col = site.collections | where:"id", nav.collection | first %}
 {% assign sorted_docs = col.docs | sort: "position" %}
+<section class="row center">
+<h3>{% t descriptions.node_setup %}</h3>
+<p>{% t descriptions.node_setup_desc %}</p>
+</section>
 <section class="row">
   {% if sorted_docs %}
     <ul>
diff --git a/_resources/developeradvocate.md b/_resources/developeradvocate.md
index 7c36cd5..8e8d6d2 100644
--- a/_resources/developeradvocate.md
+++ b/_resources/developeradvocate.md
@@ -1,6 +1,6 @@
 ---
 title: titles.community_help
-position: 7
+position: 8
 canonical_url: developeradvocate.html
 ---
 <!--
diff --git a/_services/hivesigner.md b/_resources/hivesigner.md
similarity index 93%
rename from _services/hivesigner.md
rename to _resources/hivesigner.md
index f7ed103..680e5a4 100644
--- a/_services/hivesigner.md
+++ b/_resources/hivesigner.md
@@ -1,6 +1,6 @@
 ---
 title: titles.hivesigner
-position: 5
+position: 4
 canonical_url: hivesigner.html
 ---
 
@@ -31,4 +31,8 @@ A full breakdown of OAuth2 and how it applies to Hive and Hivesigner can be foun
 *   [Community Resources]({{ '/resources/#resources-hivesigner-libs' | relative_url }})
 *   [Hivesigner docs](https://docs.hivesigner.com)
 
+**Hivesigner SDK** - [https://github.com/ecency/hivesigner-sdk](https://github.com/ecency/hivesigner-sdk)
+
+An official javascript library for utilizing Hivesigner.
+
 For additional material you can refer to the original Hive [blog](https://ecency.com/hive/@good-karma/hivesigner-released-and-ready) post by [@good-karma](https://ecency.com/@good-karma)
diff --git a/_resources/hivesigner_libs.md b/_resources/hivesigner_libs.md
deleted file mode 100644
index 31ae9d0..0000000
--- a/_resources/hivesigner_libs.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: titles.hivesigner_libs
-position: 4
-canonical_url: hivesigner_libs.html
----
-
-Most people who will be implementing OAuth2 will want to find and utilize a library in the language of their choice.
-
-If you're wondering what Hivesigner is, go [here]({{ '/services/#services-hivesigner' | relative_url }}).
-
----
-
-**Hivesigner SDK** - [https://github.com/ecency/hivesigner-sdk](https://github.com/ecency/hivesigner-sdk)
-
-An official javascript library for utilizing Hivesigner.
-
----
diff --git a/_services/jussi.md b/_resources/jussi.md
similarity index 100%
rename from _services/jussi.md
rename to _resources/jussi.md
diff --git a/_resources/tools.md b/_resources/tools.md
index e628e5a..f8b9856 100644
--- a/_resources/tools.md
+++ b/_resources/tools.md
@@ -1,6 +1,6 @@
 ---
 title: titles.tools
-position: 6
+position: 7
 canonical_url: tools.html
 ---
 
diff --git a/_services/dhf.md b/_services/dhf.md
index 754ca96..5bde12f 100644
--- a/_services/dhf.md
+++ b/_services/dhf.md
@@ -1,6 +1,6 @@
 ---
 title: titles.dhf
-position: 7
+position: 1
 canonical_url: dhf.html
 ---
 
@@ -10,6 +10,8 @@ The DHF (Decentralized Hive Fund) is an account on the Hive blockchain (currentl
 
 Every day a portion of the HBD fund managed by the DHF is distributed to various proposals, depending on **a)** how much the proposal is asking for and **b)** how much approval the proposal has.
 
+Anyone can request Funding from Hive community and once there is enough support funds are distributed in parts, automatically by chain. 
+
 > The DHF was a concept proposed by [@blocktrades](https://hiveblocks.com/@blocktrades) to allow Hive users to publicly propose work they are willing to do in exchange for pay. Hive users can then vote on these proposals in almost the same way they vote for witnesses.  It uses stake-weighted votes, but voters can vote for as many proposals as they want.
 
 The Decentralized Hive Fund (DHF) is a proposal-based DPoS financing
diff --git a/_services/ecency.com.md b/_services/ecency.com.md
index 15135f6..4e09d71 100644
--- a/_services/ecency.com.md
+++ b/_services/ecency.com.md
@@ -1,13 +1,16 @@
 ---
 title: titles.vision
-position: 2
+position: 3
 canonical_url: ecency.html
 ---
 
 #### Vision endpoints
 
 Vision is codename to [opensource frontend](https://github.com/ecency/ecency-vision) hosted on [Ecency.com](https://ecency.com). 
-It offers a few endpoints for getting common data and build RSS feed from various communities, accounts and feeds.  
+
+> Developers are encouraged to review, submit improvements and utilize opensource code in their applications.
+
+It offers a few endpoints for getting common data and build RSS feed from various communities, accounts and feeds.
 
 Getting a particular RSS Feed of author/user:
 
diff --git a/_services/hive.blog.md b/_services/hive.blog.md
index ec56295..1407658 100644
--- a/_services/hive.blog.md
+++ b/_services/hive.blog.md
@@ -1,12 +1,16 @@
 ---
 title: titles.condenser
-position: 1
+position: 2
 canonical_url: hive.blog.html
 ---
 
 #### Condenser endpoints
 
-Condenser is codename to [opensource frontend](https://gitlab.syncad.com/hive/condenser) hosted on [Hive.blog](https://hive.blog). It offers a few endpoints for getting common data. 
+Condenser is codename to [opensource frontend](https://gitlab.syncad.com/hive/condenser) hosted on [Hive.blog](https://hive.blog). 
+
+> Developers are encouraged to review, submit improvements and utilize opensource code in their applications.
+
+It offers a few endpoints for getting common data. 
 User profile and post JSON data is very convenient and simple by appending .json to your request. 
 
 Getting a particular user profile JSON:
diff --git a/_services/imageHoster.md b/_services/imageHoster.md
index f3748a4..3e8cb07 100644
--- a/_services/imageHoster.md
+++ b/_services/imageHoster.md
@@ -1,6 +1,6 @@
 ---
 title: titles.imagehoster
-position: 3
+position: 4
 canonical_url: imageHoster.html
 ---
 # Definition
diff --git a/_services/videoHoster.md b/_services/videoHoster.md
index 1484635..cc4d44b 100644
--- a/_services/videoHoster.md
+++ b/_services/videoHoster.md
@@ -1,6 +1,6 @@
 ---
 title: titles.videohoster
-position: 4
+position: 5
 canonical_url: videoHoster.html
 ---
 # Definition
diff --git a/images/i18n/es.svg b/images/i18n/es.svg
new file mode 100644
index 0000000..2b09f8d
--- /dev/null
+++ b/images/i18n/es.svg
@@ -0,0 +1,547 @@
+<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-es" viewBox="0 0 512 512">
+ <path fill="#AA151B" d="M0 0h512v512H0z"/>
+ <path fill="#F1BF00" d="M0 128h512v256H0z"/>
+ <path fill="#ad1519" d="M171.7 227.6s-.5 0-.8-.2a12.1 12.1 0 0 1-1.1-1l-.7-.5-.7-.9s-.7-1.2-.4-2c.4-1 1-1.3 1.5-1.6.5-.3 1.6-.6 1.6-.6l1.2-.5 1.3-.3.6-.3.9-.1 1.1-.3 1.7.1h5.1a41 41 0 0 0 3.6 1.2c.6.1 1.9.3 2.4.6.6.3 1 .8 1.3 1.1.3.4.3.8.4 1.1v1.1l-.5.9-.6 1-.8.7s-.6.5-1.1.5c-.5 0-5.1-.9-8.2-.9-3 0-7.8.9-7.8.9"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M171.7 227.6s-.5 0-.8-.2a12.1 12.1 0 0 1-1.1-1l-.7-.5-.7-.9s-.7-1.2-.4-2c.4-1 1-1.3 1.5-1.6.5-.3 1.6-.6 1.6-.6l1.2-.5 1.3-.3.6-.3.9-.1 1.1-.3 1.7.1h5.1a41 41 0 0 0 3.6 1.2c.6.1 1.9.3 2.4.6.6.3 1 .8 1.3 1.1.3.4.3.8.4 1.1v1.1l-.5.9-.6 1-.8.7s-.6.5-1.1.5c-.5 0-5.1-.9-8.2-.9-3 0-7.8.9-7.8.9z"/>
+ <path fill="#c8b100" d="M178.2 220.9c0-1.5.6-2.6 1.4-2.6.8 0 1.4 1.1 1.4 2.6 0 1.4-.6 2.5-1.4 2.5-.8 0-1.4-1.1-1.4-2.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M178.2 220.9c0-1.5.6-2.6 1.4-2.6.8 0 1.4 1.1 1.4 2.6 0 1.4-.6 2.5-1.4 2.5-.8 0-1.4-1.1-1.4-2.5z"/>
+ <path fill="#c8b100" d="M179 220.9c0-1.3.3-2.4.6-2.4.4 0 .7 1 .7 2.4 0 1.3-.3 2.3-.7 2.3-.3 0-.6-1-.6-2.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179 220.9c0-1.3.3-2.4.6-2.4.4 0 .7 1 .7 2.4 0 1.3-.3 2.3-.7 2.3-.3 0-.6-1-.6-2.3z"/>
+ <path fill="#c8b100" d="M178.7 218.2c0-.5.4-1 .9-1s1 .5 1 1-.5.9-1 .9a1 1 0 0 1-1-1"/>
+ <path fill="#c8b100" d="M180.3 217.8v.6h-1.5v-.6h.5v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M180.3 217.8v.6h-1.5v-.6h.5v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3h.4"/>
+ <path fill="#c8b100" d="M181 217.8v.6h-2.7v-.6h1v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M181 217.8v.6h-2.7v-.6h1v-1.3h-.7v-.6h.7v-.6h.6v.6h.6v.6h-.6v1.3h1"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179.9 217.3a.9.9 0 0 1 .6.9c0 .5-.4.9-.9.9s-1-.4-1-1c0-.3.4-.7.8-.8"/>
+ <path fill="#c8b100" d="M179.6 227.4h-5v-1.2l-.3-1.2-.2-1.6c-1.4-1.8-2.6-3-3-2.7 0-.4.2-.6.4-.8 1.2-.7 3.7 1 5.6 3.9l.5.7h4l.5-.7c1.9-2.9 4.4-4.6 5.6-3.9.2.2.4.4.5.8-.5-.3-1.7.9-3 2.7l-.3 1.6-.2 1.2-.1 1.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179.6 227.4h-5v-1.2l-.3-1.2-.2-1.6c-1.4-1.8-2.6-3-3-2.7 0-.4.2-.6.4-.8 1.2-.7 3.7 1 5.6 3.9l.5.7h4l.5-.7c1.9-2.9 4.4-4.6 5.6-3.9.2.2.4.4.5.8-.5-.3-1.7.9-3 2.7l-.3 1.6-.2 1.2-.1 1.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M171.3 220.6c1-.5 3 1.2 4.8 3.8m11.9-3.8c-1-.5-3.1 1.2-4.9 3.8"/>
+ <path fill="#c8b100" d="M172.3 229.6a4.8 4.8 0 0 0-.6-1c2-.7 4.8-1 7.9-1 3 0 5.9.3 7.9 1l-.6.9-.3.8c-1.8-.6-4.2-.8-7-.8-2.9 0-5.6.3-7 .8z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M172.3 229.6a4.8 4.8 0 0 0-.6-1c2-.7 4.8-1 7.9-1 3 0 5.9.3 7.9 1l-.6.9-.3.8c-1.8-.6-4.2-.8-7-.8-2.9 0-5.6.3-7 .8l-.3-.7"/>
+ <path fill="#c8b100" d="M179.6 232.2a27 27 0 0 0 6.2-.7c.7-.2 1.1-.5 1-.8 0-.2-.1-.3-.3-.4a25.8 25.8 0 0 0-7-.9c-2.6 0-5.3.4-6.8.9-.2 0-.3.2-.4.4 0 .3.4.6 1 .8 1 .3 3.8.7 6.3.7"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179.6 232.2a27 27 0 0 0 6.2-.7c.7-.2 1.1-.5 1-.8 0-.2-.1-.3-.3-.4a25.8 25.8 0 0 0-7-.9c-2.6 0-5.3.4-6.8.9-.2 0-.3.2-.4.4 0 .3.4.6 1 .8 1 .3 3.8.7 6.3.7z"/>
+ <path fill="#c8b100" d="m187.6 227.4-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.8.7-1.5.6c-.6 0-1-.6-1-.6s-.8.5-1.4.5c-.7 0-1.3-.9-1.3-.9s-.6.9-1.2 1c-.7 0-1.2-.6-1.2-.6s-.3.6-1 .7c-.9.1-1.6-.6-1.6-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.3.2.2.4a32.5 32.5 0 0 1 15.5.1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m187.6 227.4-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.8.7-1.5.6c-.6 0-1-.6-1-.6s-.8.5-1.4.5c-.7 0-1.3-.9-1.3-.9s-.6.9-1.2 1c-.7 0-1.2-.6-1.2-.6s-.3.6-1 .7c-.9.1-1.6-.6-1.6-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.3.2.2.4a32.5 32.5 0 0 1 15.5.1z"/>
+ <path fill="#c8b100" d="M179.6 224.8h.3a1.1 1.1 0 0 0 1 1.5c.6 0 1-.3 1.2-.8l.1-.4v.5c.1.5.6.9 1.2.9a1.1 1.1 0 0 0 1.1-1.1v-.1l.4-.4.2.4a1 1 0 0 0-.1.5c0 .6.5 1 1 1 .4 0 .8-.1 1-.4l.2-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1l-1 .3c-.3-.1-.5-.4-.7-.7a1.6 1.6 0 0 1-.8.3c-.6 0-1.2-.4-1.4-1a1.6 1.6 0 0 1-1.2.6 2 2 0 0 1-1.3-.6 1.6 1.6 0 0 1-1.1.4c-.6 0-1.1-.3-1.4-.7-.3.4-.8.7-1.4.7a1.6 1.6 0 0 1-1-.4c-.4.3-.9.6-1.4.6a1.6 1.6 0 0 1-1.2-.5c-.2.5-.8.8-1.4.8-.3 0-.6 0-.8-.2-.1.3-.4.6-.7.7a2 2 0 0 1-1-.3 4.4 4.4 0 0 1-1-1.1v-.5l.9.8c.5.4.9.4.9.4.4 0 .5-.4.5-.7v-.4l.2.3c.2.3.6.5 1 .5.5 0 1-.5 1-1a1 1 0 0 0 0-.6l.1-.4.4.4c0 .7.5 1.2 1 1.2.7 0 1.2-.4 1.2-1v-.3l.2.3c.2.5.6.8 1.1.8.7 0 1.2-.5 1.2-1.1a1 1 0 0 0-.1-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179.6 224.8h.3a1.1 1.1 0 0 0 1 1.5c.6 0 1-.3 1.2-.8l.1-.4v.5c.1.5.6.9 1.2.9a1.1 1.1 0 0 0 1.1-1.1v-.1l.4-.4.2.4a1 1 0 0 0-.1.5c0 .6.5 1 1 1 .4 0 .8-.1 1-.4l.2-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1l-1 .3c-.3-.1-.5-.4-.7-.7a1.6 1.6 0 0 1-.8.3c-.6 0-1.2-.4-1.4-1a1.6 1.6 0 0 1-1.2.6 2 2 0 0 1-1.3-.6 1.6 1.6 0 0 1-1.1.4c-.6 0-1.1-.3-1.4-.7-.3.4-.8.7-1.4.7a1.6 1.6 0 0 1-1-.4c-.4.3-.9.6-1.4.6a1.6 1.6 0 0 1-1.2-.5c-.2.5-.8.8-1.4.8-.3 0-.6 0-.8-.2-.1.3-.4.6-.7.7a2 2 0 0 1-1-.3 4.4 4.4 0 0 1-1-1.1v-.5l.9.8c.5.4.9.4.9.4.4 0 .5-.4.5-.7v-.4l.2.3c.2.3.6.5 1 .5.5 0 1-.5 1-1a1 1 0 0 0 0-.6l.1-.4.4.4c0 .7.5 1.2 1 1.2.7 0 1.2-.4 1.2-1v-.3l.2.3c.2.5.6.8 1.1.8.7 0 1.2-.5 1.2-1.1a1 1 0 0 0-.1-.4z"/>
+ <path fill="#c8b100" d="M179.6 227.6c-3.1 0-5.9.3-7.9 1l-.3-.2c0-.2 0-.3.2-.4 2-.6 4.8-1 8-1s6 .4 8 1l.2.3c0 .2-.2.3-.3.2-2-.6-4.8-1-8-1"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M179.6 227.6c-3.1 0-5.9.3-7.9 1l-.3-.2c0-.2 0-.3.2-.4 2-.6 4.8-1 8-1s6 .4 8 1l.2.3c0 .2-.2.3-.3.2-2-.6-4.8-1-8-1z"/>
+ <path fill="#fff" d="M176.6 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M176.6 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4z"/>
+ <path fill="#ad1519" d="M179.6 228.8h-1a.3.3 0 0 1-.3-.3c0-.1.1-.3.3-.3h2a.3.3 0 0 1 .4.3.3.3 0 0 1-.4.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179.6 228.8h-1a.3.3 0 0 1-.3-.3c0-.1.1-.3.3-.3h2a.3.3 0 0 1 .4.3.3.3 0 0 1-.4.3h-1"/>
+ <path fill="#058e6e" d="M174.7 229.2h-.7c-.2.1-.4 0-.4-.2a.3.3 0 0 1 .2-.3l.7-.1.8-.2c.2 0 .3.1.4.3 0 .2-.1.3-.3.4h-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M174.7 229.2h-.7c-.2.1-.4 0-.4-.2a.3.3 0 0 1 .2-.3l.7-.1.8-.2c.2 0 .3.1.4.3 0 .2-.1.3-.3.4h-.8"/>
+ <path fill="#ad1519" d="m171.8 229.7.3-.5.7.1-.4.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m171.8 229.7.3-.5.7.1-.4.6-.6-.2"/>
+ <path fill="#fff" d="M181.7 228.7c0-.3.2-.5.4-.5.3 0 .5.2.5.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M181.7 228.7c0-.3.2-.5.4-.5.3 0 .5.2.5.5 0 .2-.2.4-.5.4s-.4-.2-.4-.4z"/>
+ <path fill="#058e6e" d="M184.5 229.2h.8c.1.1.3 0 .3-.2a.3.3 0 0 0-.2-.3l-.8-.1-.7-.2c-.2 0-.3.1-.4.3 0 .2.1.3.3.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M184.5 229.2h.8c.1.1.3 0 .3-.2a.3.3 0 0 0-.2-.3l-.8-.1-.7-.2c-.2 0-.3.1-.4.3 0 .2.1.3.3.4h.7"/>
+ <path fill="#ad1519" d="m187.3 229.7-.2-.5h-.7l.3.6h.7"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m187.3 229.7-.2-.5h-.7l.3.6h.7"/>
+ <path fill="#ad1519" d="M179.6 231.6c-2.5 0-4.8-.2-6.5-.7a27.2 27.2 0 0 1 6.5-.7c2.5 0 4.7.3 6.5.7-1.8.5-4 .7-6.5.7"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M179.6 231.6c-2.5 0-4.8-.2-6.5-.7a27.2 27.2 0 0 1 6.5-.7c2.5 0 4.7.3 6.5.7-1.8.5-4 .7-6.5.7z"/>
+ <path fill="#c8b100" d="M187.4 226.2c.1-.2 0-.4 0-.4-.2 0-.4 0-.5.2 0 .2 0 .4.2.5.1 0 .3-.1.3-.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M187.4 226.2c.1-.2 0-.4 0-.4-.2 0-.4 0-.5.2 0 .2 0 .4.2.5.1 0 .3-.1.3-.3z"/>
+ <path fill="#c8b100" d="M182.5 225.2c0-.2 0-.3-.2-.4-.2 0-.3.2-.3.4s0 .3.2.4c.1 0 .3-.2.3-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M182.5 225.2c0-.2 0-.3-.2-.4-.2 0-.3.2-.3.4s0 .3.2.4c.1 0 .3-.2.3-.4z"/>
+ <path fill="#c8b100" d="M176.7 225.2c0-.2 0-.3.2-.4.2 0 .3.2.3.4s0 .3-.2.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M176.7 225.2c0-.2 0-.3.2-.4.2 0 .3.2.3.4s0 .3-.2.4z"/>
+ <path fill="#c8b100" d="M171.8 226.2c-.1-.2 0-.4.1-.4s.3 0 .4.2c0 .2 0 .4-.2.5-.1 0-.3-.1-.3-.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M171.8 226.2c-.1-.2 0-.4.1-.4s.3 0 .4.2c0 .2 0 .4-.2.5-.1 0-.3-.1-.3-.3z"/>
+ <path fill="#c8b100" d="m179.6 222.4-.9.5.7 1.4.2.2.2-.2.7-1.4-1-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m179.6 222.4-.9.5.7 1.4.2.2.2-.2.7-1.4-1-.5"/>
+ <path fill="#c8b100" d="m177.7 224.5.4.6 1.3-.4.2-.2-.2-.2-1.3-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m177.7 224.5.4.6 1.3-.4.2-.2-.2-.2-1.3-.4-.4.6"/>
+ <path fill="#c8b100" d="m181.5 224.5-.4.6-1.3-.4-.2-.2.1-.2 1.4-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m181.5 224.5-.4.6-1.3-.4-.2-.2.1-.2 1.4-.4.4.6"/>
+ <path fill="#c8b100" d="m173.9 223-.7.6.9 1.2.2.1.2-.2.3-1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m173.9 223-.7.6.9 1.2.2.1.2-.2.3-1.4-1-.3"/>
+ <path fill="#c8b100" d="m172.4 225.3.5.5 1.3-.7v-.4h-1.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m172.4 225.3.5.5 1.3-.7v-.4h-1.5l-.3.6"/>
+ <path fill="#c8b100" d="m176.2 224.6-.3.6-1.4-.1-.2-.2.1-.2 1.3-.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m176.2 224.6-.3.6-1.4-.1-.2-.2.1-.2 1.3-.7.5.6"/>
+ <path fill="#c8b100" d="M171 225.5v.7l-1.5.1h-.2v-.3l1.1-1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M171 225.5v.7l-1.5.1h-.2v-.3l1.1-1 .6.5"/>
+ <path fill="#c8b100" d="M173.8 225c0-.4.2-.6.5-.6s.5.2.5.5a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M173.8 225c0-.4.2-.6.5-.6s.5.2.5.5a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5z"/>
+ <path fill="#c8b100" d="m185.3 223 .7.6-.9 1.2-.2.1-.2-.2-.3-1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m185.3 223 .7.6-.9 1.2-.2.1-.2-.2-.3-1.4 1-.3"/>
+ <path fill="#c8b100" d="m186.8 225.3-.6.5-1.2-.7-.1-.2.2-.2h1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m186.8 225.3-.6.5-1.2-.7-.1-.2.2-.2h1.4l.3.6"/>
+ <path fill="#c8b100" d="m183 224.6.3.6 1.4-.1.2-.2-.1-.2-1.3-.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m183 224.6.3.6 1.4-.1.2-.2-.1-.2-1.3-.7-.5.6"/>
+ <path fill="#c8b100" d="M188 225.5v.7l1.5.1h.2v-.3l-1.1-1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M188 225.5v.7l1.5.1h.2v-.3l-1.1-1-.6.5"/>
+ <path fill="#c8b100" d="M179 224.5a.5.5 0 0 1 .6-.5c.3 0 .5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M179 224.5a.5.5 0 0 1 .6-.5c.3 0 .5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"/>
+ <path fill="#c8b100" d="M184.4 225a.5.5 0 0 1 .5-.6.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M184.4 225a.5.5 0 0 1 .5-.6.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5z"/>
+ <path fill="#c8b100" d="m169.1 226.3-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.3 0 .4.4v1"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m169.1 226.3-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.3 0 .4.4v1z"/>
+ <path fill="#c8b100" d="m169.1 226 .6.1c.2.2.2.4 0 .5s-.3.1-.4 0c-.2-.2-.3-.4-.2-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m169.1 226 .6.1c.2.2.2.4 0 .5s-.3.1-.4 0c-.2-.2-.3-.4-.2-.5z"/>
+ <path fill="#c8b100" d="m189.9 226.3.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 0 0-.5.2v-.2s-.3 0-.4.4v.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m189.9 226.3.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 0 0-.5.2v-.2s-.3 0-.4.4v.7z"/>
+ <path fill="#c8b100" d="m189.9 226-.5.1c-.2.2-.3.4-.2.5h.6c.2-.2.2-.4.1-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m189.9 226-.5.1c-.2.2-.3.4-.2.5h.6c.2-.2.2-.4.1-.5z"/>
+ <path fill="#c8b100" d="M168.2 238h22.9v-6h-22.9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M168.2 238h22.9v-6h-22.9z"/>
+ <path fill="#c8b100" d="m170.6 242 .5-.1h17.5c-.6-.2-1-.7-1-1.3 0-.6.5-1.2 1-1.4a1.8 1.8 0 0 1-.5.1h-17a1.5 1.5 0 0 1-.5 0c.7.2 1 .7 1 1.3 0 .6-.4 1.1-1 1.3"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m170.6 242 .5-.1h17.5c-.6-.2-1-.7-1-1.3 0-.6.5-1.2 1-1.4a1.8 1.8 0 0 1-.5.1h-17a1.5 1.5 0 0 1-.5 0c.7.2 1 .7 1 1.3 0 .6-.4 1.1-1 1.3z"/>
+ <path fill="#c8b100" d="M171 241.9h17.2c.5 0 1 .3 1 .8 0 .4-.5.8-1 .8H171c-.6 0-1.1-.4-1.1-.8 0-.5.5-.8 1-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M171 241.9h17.2c.5 0 1 .3 1 .8 0 .4-.5.8-1 .8H171c-.6 0-1.1-.4-1.1-.8 0-.5.5-.8 1-.8z"/>
+ <path fill="#c8b100" d="M171 238h17.2c.5 0 1 .2 1 .6 0 .4-.5.7-1 .7H171c-.6 0-1-.3-1-.7 0-.4.4-.7 1-.7"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M171 238h17.2c.5 0 1 .2 1 .6 0 .4-.5.7-1 .7H171c-.6 0-1-.3-1-.7 0-.4.4-.7 1-.7z"/>
+ <path fill="#005bbf" d="M195.6 338.6a8.7 8.7 0 0 1-4-.9 8.9 8.9 0 0 0-4-.8c-1.6 0-3 .3-4 .8a8.8 8.8 0 0 1-4 1 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.8 9 9 0 0 0-3.9.8c-1 .6-2.4 1-4 1v2.4a8.9 8.9 0 0 0 4-1 8.8 8.8 0 0 1 4-.8 9 9 0 0 1 3.9.9 9 9 0 0 0 4 .9 9 9 0 0 0 4-.9 9 9 0 0 1 4-.9c1.5 0 3 .4 4 .9a8.6 8.6 0 0 0 4 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M195.6 338.6a8.7 8.7 0 0 1-4-.9 8.9 8.9 0 0 0-4-.8c-1.6 0-3 .3-4 .8a8.8 8.8 0 0 1-4 1 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.8 9 9 0 0 0-3.9.8c-1 .6-2.4 1-4 1v2.4a8.9 8.9 0 0 0 4-1 8.8 8.8 0 0 1 4-.8 9 9 0 0 1 3.9.9 9 9 0 0 0 4 .9 9 9 0 0 0 4-.9 9 9 0 0 1 4-.9c1.5 0 3 .4 4 .9a8.6 8.6 0 0 0 4 .9z"/>
+ <path fill="#ccc" d="M195.6 341a8.7 8.7 0 0 1-4-.8 8.9 8.9 0 0 0-4-.8c-1.6 0-3 .3-4 .8a9 9 0 0 1-4 .9 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.8c-1.5 0-2.9.3-3.9.9a9 9 0 0 1-4 .9v2.4a8.9 8.9 0 0 0 4-.9 8.6 8.6 0 0 1 4-.8 9 9 0 0 1 3.9.8 8.7 8.7 0 0 0 4 1 8.9 8.9 0 0 0 4-1 9 9 0 0 1 4-.8 8.9 8.9 0 0 1 4 .9 9 9 0 0 0 4 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M195.6 341a8.7 8.7 0 0 1-4-.8 8.9 8.9 0 0 0-4-.8c-1.6 0-3 .3-4 .8a9 9 0 0 1-4 .9 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.8c-1.5 0-2.9.3-3.9.9a9 9 0 0 1-4 .9v2.4a8.9 8.9 0 0 0 4-.9 8.6 8.6 0 0 1 4-.8 9 9 0 0 1 3.9.8 8.7 8.7 0 0 0 4 1 8.9 8.9 0 0 0 4-1 9 9 0 0 1 4-.8 8.9 8.9 0 0 1 4 .9 9 9 0 0 0 4 .9V341"/>
+ <path fill="#005bbf" d="M195.6 343.6a8.7 8.7 0 0 1-4-1 8.9 8.9 0 0 0-4-.8 9 9 0 0 0-4 .9 8.9 8.9 0 0 1-4 .9 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.8 9 9 0 0 0-3.9.8 8.9 8.9 0 0 1-4 1v2.4c1.5 0 3-.3 4-.9a8.7 8.7 0 0 1 4-.8 9 9 0 0 1 3.9.8 9 9 0 0 0 8 0 9 9 0 0 1 4-.8c1.5 0 3 .3 4 .8 1 .6 2.4 1 4 1v-2.6"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M195.6 343.6a8.7 8.7 0 0 1-4-1 8.9 8.9 0 0 0-4-.8 9 9 0 0 0-4 .9 8.9 8.9 0 0 1-4 .9 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.8 9 9 0 0 0-3.9.8 8.9 8.9 0 0 1-4 1v2.4c1.5 0 3-.3 4-.9a8.7 8.7 0 0 1 4-.8 9 9 0 0 1 3.9.8 9 9 0 0 0 8 0 9 9 0 0 1 4-.8c1.5 0 3 .3 4 .8 1 .6 2.4 1 4 1v-2.6"/>
+ <path fill="#ccc" d="M195.6 348.5a8.6 8.6 0 0 1-4-1 9 9 0 0 0-4-.7 9 9 0 0 0-4 .8 8.9 8.9 0 0 1-4 .9 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.7 9 9 0 0 0-3.9.8 9 9 0 0 1-4 .9V346a9 9 0 0 0 4-.9 8.8 8.8 0 0 1 4-.8 9 9 0 0 1 3.9.8c1 .6 2.4 1 4 1a9 9 0 0 0 4-1 9 9 0 0 1 4-.8 9 9 0 0 1 4 .8c1 .6 2.4 1 4 1z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M195.6 348.5a8.6 8.6 0 0 1-4-1 9 9 0 0 0-4-.7 9 9 0 0 0-4 .8 8.9 8.9 0 0 1-4 .9 8.7 8.7 0 0 1-4-1 9 9 0 0 0-4-.7 9 9 0 0 0-3.9.8 9 9 0 0 1-4 .9V346a9 9 0 0 0 4-.9 8.8 8.8 0 0 1 4-.8 9 9 0 0 1 3.9.8c1 .6 2.4 1 4 1a9 9 0 0 0 4-1 9 9 0 0 1 4-.8 9 9 0 0 1 4 .8c1 .6 2.4 1 4 1v2.4"/>
+ <path fill="#005bbf" d="M195.6 351a8.7 8.7 0 0 1-4-1 8.8 8.8 0 0 0-4-.8 9 9 0 0 0-4 .9 9 9 0 0 1-4 .8 8.7 8.7 0 0 1-4-.9 9 9 0 0 0-4-.8 9 9 0 0 0-3.9.8c-1 .6-2.4 1-4 1v-2.5c1.5 0 3-.4 4-1a8.8 8.8 0 0 1 4-.7 9 9 0 0 1 3.9.8 9 9 0 0 0 4 .9 8.9 8.9 0 0 0 4-.9 9 9 0 0 1 4-.8 9 9 0 0 1 4 .8 9 9 0 0 0 4 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M195.6 351a8.7 8.7 0 0 1-4-1 8.8 8.8 0 0 0-4-.8 9 9 0 0 0-4 .9 9 9 0 0 1-4 .8 8.7 8.7 0 0 1-4-.9 9 9 0 0 0-4-.8 9 9 0 0 0-3.9.8c-1 .6-2.4 1-4 1v-2.5c1.5 0 3-.4 4-1a8.8 8.8 0 0 1 4-.7 9 9 0 0 1 3.9.8 9 9 0 0 0 4 .9 8.9 8.9 0 0 0 4-.9 9 9 0 0 1 4-.8 9 9 0 0 1 4 .8 9 9 0 0 0 4 .9z"/>
+ <path fill="#c8b100" d="m170.6 328.5.2.6c0 1.5-1.3 2.7-3 2.7h23.6c-1.6 0-2.9-1.2-2.9-2.7l.1-.6a1.4 1.4 0 0 1-.5 0z"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m170.6 328.5.2.6c0 1.5-1.3 2.7-3 2.7h23.6c-1.6 0-2.9-1.2-2.9-2.7l.1-.6a1.4 1.4 0 0 1-.5 0z"/>
+ <path fill="#c8b100" d="M171 327h17.2c.5 0 1 .3 1 .7 0 .5-.5.8-1 .8H171c-.6 0-1.1-.3-1.1-.8 0-.4.5-.8 1-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M171 327h17.2c.5 0 1 .3 1 .7 0 .5-.5.8-1 .8H171c-.6 0-1.1-.3-1.1-.8 0-.4.5-.8 1-.8z"/>
+ <path fill="#c8b100" d="M168 337.8h23.3v-6H168z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M168 337.8h23.3v-6H168z"/>
+ <path fill="#ad1519" d="M166 305.8c-2.2 1.3-3.8 2.7-3.5 3.4 0 .6.8 1 1.9 1.8 1.6 1.1 2.6 3.2 1.8 4.1a5.9 5.9 0 0 0-.1-9.3"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M166 305.8c-2.2 1.3-3.8 2.7-3.5 3.4 0 .6.8 1 1.9 1.8 1.6 1.1 2.6 3.2 1.8 4.1a5.9 5.9 0 0 0-.1-9.3z"/>
+ <path fill="#ccc" d="M171.3 326h16.6v-81.6h-16.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M183.1 244.5V326m2-81.4V326m-13.8 0h16.6v-81.5h-16.6z"/>
+ <path fill="#ad1519" d="M205 275a52.8 52.8 0 0 0-17-3 51.6 51.6 0 0 0-8 .8c-9.9 1.7-17.5 5.6-16.9 8.9v.2l-3.7-8.7c-.7-3.6 7.7-8 18.8-9.8a57 57 0 0 1 9.8-.8c7 0 13.2.9 16.9 2.3v10"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M205 275a52.8 52.8 0 0 0-17-3 51.6 51.6 0 0 0-8 .8c-9.9 1.7-17.5 5.6-16.9 8.9v.2l-3.7-8.7c-.7-3.6 7.7-8 18.8-9.8a57 57 0 0 1 9.8-.8c7 0 13.2.9 16.9 2.3v10"/>
+ <path fill="#ad1519" d="M171.3 285.1c-4.7-.3-7.8-1.5-8.2-3.5-.3-1.5 1.3-3.2 4-4.7 1.3.1 2.7.3 4.2.3v8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M171.3 285.1c-4.7-.3-7.8-1.5-8.2-3.5-.3-1.5 1.3-3.2 4-4.7 1.3.1 2.7.3 4.2.3v8"/>
+ <path fill="#ad1519" d="M188 279c2.8.4 5 1 6 2l.2.1c.5 1-2 3.3-6.3 5.8v-8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M188 279c2.8.4 5 1 6 2l.2.1c.5 1-2 3.3-6.3 5.8v-8"/>
+ <path fill="#ad1519" d="M160.9 300.9c-.4-1.3 4-4 10.4-6.3 3-1 5.3-2.1 8.3-3.4 8.9-4 15.4-8.4 14.6-10l-.1-.2c.5.4 1.2 8.4 1.2 8.4.8 1.5-5.2 6-13.3 9.8-2.6 1.3-8.1 3.3-10.7 4.2-4.7 1.6-9.3 4.7-8.9 5.8z"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M160.9 300.9c-.4-1.3 4-4 10.4-6.3 3-1 5.3-2.1 8.3-3.4 8.9-4 15.4-8.4 14.6-10l-.1-.2c.5.4 1.2 8.4 1.2 8.4.8 1.5-5.2 6-13.3 9.8-2.6 1.3-8.1 3.3-10.7 4.2-4.7 1.6-9.3 4.7-8.9 5.8z"/>
+ <path fill="#c8b100" d="M170.1 271c2-.7 3.4-1.6 2.7-3.2-.4-1-1.4-1.2-3-.7l-2.8 1 2.5 6.2.9-.3.8-.3zm-1.2-3 .7-.2c.6-.3 1.3 0 1.5.8.3.5.2 1.1-.5 1.6a4.7 4.7 0 0 1-.7.3zm7.7-2.6-.8.3h-1l1.5 6.5 4.5-.9-.2-.4v-.4l-2.7.7zm9 5.6 2.9-6.8a5.4 5.4 0 0 1-1.1 0 58.5 58.5 0 0 1-2 5c-.8-1.6-1.7-3.1-2.4-4.7l-1 .1h-1.1l3.7 6.5.5-.1zm9.4-5 .5-.9a3.7 3.7 0 0 0-1.9-.6c-1.8-.2-2.8.6-3 1.7-.2 2.3 3.4 2.1 3.3 3.7-.1.6-.8.9-1.6.8-.8 0-1.4-.5-1.5-1.2h-.2a8 8 0 0 1-.5 1.2c.5.3 1.2.5 1.9.6 1.8.2 3.3-.6 3.4-1.8.2-2.2-3.4-2.3-3.3-3.6 0-.6.5-1 1.4-.8.7 0 1.1.4 1.3 1z"/>
+ <path fill="#ad1519" d="M332.4 225.7s-.8.8-1.3 1c-.6 0-1.3-.6-1.3-.6s-.5.5-1.1.7c-.6.1-1.4-.7-1.4-.7s-.6.8-1.2 1c-.5.2-1.1-.2-1.1-.2s-.2.4-.7.6h-.5l-.6-.5-.7-.7-.6-.2-.3-1.1-.1-.6c-.1-.7.9-1.4 2.4-1.8.8-.2 1.5-.1 2 0a6 6 0 0 1 3.3-.8 6 6 0 0 1 3.2.7 5.9 5.9 0 0 1 3-.7c1.5 0 2.7.3 3.3.8a4.2 4.2 0 0 1 2.1 0c1.5.4 2.5 1.1 2.4 1.8v.6l-.4 1-.6.3-.7.8-.6.3s-.3.2-.5.1c-.5-.2-.7-.6-.7-.6s-.6.4-1.2.2c-.5-.2-1-1-1-1s-.9.8-1.5.7c-.6-.2-1.1-.7-1.1-.7s-.7.6-1.2.5c-.6 0-1.4-.9-1.4-.9"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M332.4 225.7s-.8.8-1.3 1c-.6 0-1.3-.6-1.3-.6s-.5.5-1.1.7c-.6.1-1.4-.7-1.4-.7s-.6.8-1.2 1c-.5.2-1.1-.2-1.1-.2s-.2.4-.7.6h-.5l-.6-.5-.7-.7-.6-.2-.3-1.1-.1-.6c-.1-.7.9-1.4 2.4-1.8.8-.2 1.5-.1 2 0a6 6 0 0 1 3.3-.8 6 6 0 0 1 3.2.7 5.9 5.9 0 0 1 3-.7c1.5 0 2.7.3 3.3.8a4.2 4.2 0 0 1 2.1 0c1.5.4 2.5 1.1 2.4 1.8v.6l-.4 1-.6.3-.7.8-.6.3s-.3.2-.5.1c-.5-.2-.7-.6-.7-.6s-.6.4-1.2.2c-.5-.2-1-1-1-1s-.9.8-1.5.7c-.6-.2-1.1-.7-1.1-.7s-.7.6-1.2.5c-.6 0-1.4-.9-1.4-.9z"/>
+ <path fill="#c8b100" d="M331 221.4c0-1.1.6-2 1.3-2 .8 0 1.4.9 1.4 2s-.6 2-1.4 2c-.8 0-1.4-.9-1.4-2"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M331 221.4c0-1.1.6-2 1.3-2 .8 0 1.4.9 1.4 2s-.6 2-1.4 2c-.8 0-1.4-.9-1.4-2z"/>
+ <path fill="#c8b100" d="M331.7 221.4c0-1 .3-1.9.7-1.9.3 0 .6.9.6 1.9 0 1-.3 1.8-.7 1.8-.3 0-.6-.8-.6-1.8"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M331.7 221.4c0-1 .3-1.9.7-1.9.3 0 .6.9.6 1.9 0 1-.3 1.8-.7 1.8-.3 0-.6-.8-.6-1.8z"/>
+ <path fill="#c8b100" d="M325 229.6a4.8 4.8 0 0 0-.5-1c2-.7 4.7-1 7.8-1 3.1 0 6 .3 8 1l-.6.9-.4.8c-1.8-.6-4.1-.8-7-.8-2.8 0-5.6.3-7 .8l-.2-.7"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M325 229.6a4.8 4.8 0 0 0-.5-1c2-.7 4.7-1 7.8-1 3.1 0 6 .3 8 1l-.6.9-.4.8c-1.8-.6-4.1-.8-7-.8-2.8 0-5.6.3-7 .8l-.2-.7"/>
+ <path fill="#c8b100" d="M332.3 232.2c2.5 0 5.3-.4 6.3-.7.7-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a25.7 25.7 0 0 0-6.9-.9 26 26 0 0 0-6.8.9c-.2 0-.4.2-.4.4 0 .3.3.6 1 .8 1 .3 3.7.7 6.2.7"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M332.3 232.2c2.5 0 5.3-.4 6.3-.7.7-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a25.7 25.7 0 0 0-6.9-.9 26 26 0 0 0-6.8.9c-.2 0-.4.2-.4.4 0 .3.3.6 1 .8 1 .3 3.7.7 6.2.7z"/>
+ <path fill="#fff" d="M338.4 222.3a.5.5 0 0 1 .4-.5c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 0 1-.4-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M338.4 222.3a.5.5 0 0 1 .4-.5c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 0 1-.4-.4zm-.3-1.6a.5.5 0 0 1 .5-.4c.2 0 .4.2.4.4s-.2.5-.4.5a.5.5 0 0 1-.5-.4zm-1.1-1a.5.5 0 0 1 .4-.3c.3 0 .5.1.5.4s-.2.4-.5.4a.5.5 0 0 1-.4-.4zm-1.5-.4c0-.2.2-.4.5-.4a.5.5 0 0 1 .4.4.5.5 0 0 1-.4.5c-.3 0-.5-.2-.5-.5zm-1.5 0a.5.5 0 0 1 .5-.4c.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4z"/>
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".3" d="M343 225.3a3 3 0 0 0 .2-1.1 3 3 0 0 0-3-3 2.8 2.8 0 0 0-1.3.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m337.8 223.2.3-.9c0-1.2-1.3-2.1-2.7-2.1-.7 0-1.3.1-1.7.4"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M343.4 224c0-.3.2-.5.4-.5s.5.2.5.4-.2.5-.5.5c-.2 0-.4-.2-.4-.5zm-.2-1.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4s-.2.4-.5.4c-.2 0-.4-.1-.4-.4zm-1-1.2a.5.5 0 0 1 .4-.5c.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4zm-1.5-.7c0-.2.3-.4.5-.4.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5zm-1.4 0c0-.2.2-.4.4-.4s.5.2.5.5-.2.4-.5.4-.4-.2-.4-.4z"/>
+ <path fill="#c8b100" d="m340.3 227.4-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.7.7-1.4.6c-.7 0-1.1-.6-1.1-.6s-.7.5-1.4.5c-.6 0-1.2-.9-1.2-.9s-.7.9-1.3 1c-.6 0-1.1-.6-1.1-.6s-.3.6-1.1.7c-.8.1-1.5-.6-1.5-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.4.2.2.4a32.5 32.5 0 0 1 15.5.1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m340.3 227.4-.6-.5s-.6.3-1.3.2c-.7-.1-1-1-1-1s-.7.7-1.4.6c-.7 0-1.1-.6-1.1-.6s-.7.5-1.4.5c-.6 0-1.2-.9-1.2-.9s-.7.9-1.3 1c-.6 0-1.1-.6-1.1-.6s-.3.6-1.1.7c-.8.1-1.5-.6-1.5-.6s-.5.7-1 1c-.6.1-1.3-.4-1.3-.4l-.2.5-.4.2.2.4a32.5 32.5 0 0 1 15.5.1z"/>
+ <path fill="#fff" d="M325.3 222.3a.5.5 0 0 1 .5-.5.5.5 0 0 1 .4.5.5.5 0 0 1-.4.4c-.3 0-.5-.2-.5-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M325.3 222.3a.5.5 0 0 1 .5-.5.5.5 0 0 1 .4.5.5.5 0 0 1-.4.4c-.3 0-.5-.2-.5-.4zm.3-1.6a.5.5 0 0 1 .4-.4.5.5 0 0 1 .5.4.5.5 0 0 1-.5.5.4.4 0 0 1-.4-.4zm1.1-1c0-.1.2-.3.5-.3s.5.1.5.4-.2.4-.5.4a.5.5 0 0 1-.5-.4zm1.5-.4c0-.2.2-.4.4-.4s.5.2.5.4c0 .3-.2.5-.5.5-.2 0-.4-.2-.4-.5zm1.5 0a.5.5 0 0 1 .4-.4.5.5 0 0 1 .5.5c0 .2-.2.4-.5.4a.5.5 0 0 1-.4-.4z"/>
+ <path fill="none" stroke="#000" stroke-linecap="round" stroke-width=".3" d="M321.7 225.3a3 3 0 0 1-.3-1.1 3 3 0 0 1 3-3c.4 0 1 .2 1.3.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m326.9 223.2-.3-.9c0-1.2 1.2-2.1 2.7-2.1.6 0 1.2.1 1.6.4"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M320.3 224c0-.3.2-.5.5-.5s.5.2.5.4a.5.5 0 0 1-.5.5c-.3 0-.5-.2-.5-.5zm.2-1.7c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4a.5.5 0 0 1-.5-.4zm1-1.2c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.4-.4zm1.5-.7a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5zm1.4 0c0-.2.2-.4.5-.4a.5.5 0 0 1 .4.5c0 .2-.2.4-.4.4s-.5-.2-.5-.4z"/>
+ <path fill="#c8b100" d="M332.4 224.8h.2v.4c0 .6.5 1 1.1 1 .5 0 1-.2 1.1-.7l.2-.4v.5c0 .5.6.9 1.1.9a1.1 1.1 0 0 0 1.2-1.1.7.7 0 0 0 0-.1l.3-.4.2.4a1 1 0 0 0 0 .5c0 .6.4 1 1 1a1.1 1.1 0 0 0 1-.4l.1-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1c-.2.1-.6.3-1 .3-.3-.1-.5-.4-.6-.7a1.6 1.6 0 0 1-.8.3c-.7 0-1.3-.4-1.5-1a1.6 1.6 0 0 1-1.2.6 1.7 1.7 0 0 1-1.3-.6c-.3.3-.7.4-1 .4a1.7 1.7 0 0 1-1.5-.7 1.7 1.7 0 0 1-2.4.3 1.7 1.7 0 0 1-1.3.6c-.5 0-1-.2-1.2-.5-.2.5-.8.8-1.5.8-.3 0-.5 0-.8-.2-.1.3-.3.6-.7.7a2 2 0 0 1-1-.3l-1-1.1v-.5l1 .8c.4.4.8.4.8.4.4 0 .5-.4.5-.7v-.4l.3.3c.2.3.5.5.9.5.6 0 1-.5 1-1a1 1 0 0 0 0-.6l.2-.4.3.4c0 .7.5 1.2 1.1 1.2.6 0 1.1-.4 1.2-1v-.3l.2.3c.1.5.6.8 1 .8a1.1 1.1 0 0 0 1.2-1.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M332.4 224.8h.2v.4c0 .6.5 1 1.1 1 .5 0 1-.2 1.1-.7l.2-.4v.5c0 .5.6.9 1.1.9a1.1 1.1 0 0 0 1.2-1.1.7.7 0 0 0 0-.1l.3-.4.2.4a1 1 0 0 0 0 .5c0 .6.4 1 1 1a1.1 1.1 0 0 0 1-.4l.1-.3v.4c0 .3.2.6.5.7 0 0 .4 0 1-.4l.8-.8v.5s-.5.8-1 1.1c-.2.1-.6.3-1 .3-.3-.1-.5-.4-.6-.7a1.6 1.6 0 0 1-.8.3c-.7 0-1.3-.4-1.5-1a1.6 1.6 0 0 1-1.2.6 1.7 1.7 0 0 1-1.3-.6c-.3.3-.7.4-1 .4a1.7 1.7 0 0 1-1.5-.7 1.7 1.7 0 0 1-2.4.3 1.7 1.7 0 0 1-1.3.6c-.5 0-1-.2-1.2-.5-.2.5-.8.8-1.5.8-.3 0-.5 0-.8-.2-.1.3-.3.6-.7.7a2 2 0 0 1-1-.3l-1-1.1v-.5l1 .8c.4.4.8.4.8.4.4 0 .5-.4.5-.7v-.4l.3.3c.2.3.5.5.9.5.6 0 1-.5 1-1a1 1 0 0 0 0-.6l.2-.4.3.4c0 .7.5 1.2 1.1 1.2.6 0 1.1-.4 1.2-1v-.3l.2.3c.1.5.6.8 1 .8a1.1 1.1 0 0 0 1.2-1.5z"/>
+ <path fill="#c8b100" d="M332.3 227.6c-3 0-5.8.3-7.8 1l-.4-.2.2-.4c2-.6 4.9-1 8-1s6 .4 8 1c.2 0 .3.2.2.3 0 .2-.2.3-.3.2-2-.6-4.8-1-7.9-1"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M332.3 227.6c-3 0-5.8.3-7.8 1l-.4-.2.2-.4c2-.6 4.9-1 8-1s6 .4 8 1c.2 0 .3.2.2.3 0 .2-.2.3-.3.2-2-.6-4.8-1-7.9-1z"/>
+ <path fill="#fff" d="M329.4 228.7c0-.3.2-.5.4-.5s.5.2.5.5c0 .2-.3.4-.5.4s-.5-.2-.5-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M329.4 228.7c0-.3.2-.5.4-.5s.5.2.5.5c0 .2-.3.4-.5.4s-.5-.2-.5-.4z"/>
+ <path fill="#ad1519" d="M332.4 228.8h-1c-.2 0-.4-.1-.4-.3 0-.1.2-.3.4-.3h2a.3.3 0 0 1 .3.3c0 .2-.1.3-.3.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M332.4 228.8h-1c-.2 0-.4-.1-.4-.3 0-.1.2-.3.4-.3h2a.3.3 0 0 1 .3.3c0 .2-.1.3-.3.3h-1"/>
+ <path fill="#058e6e" d="M327.4 229.2h-.7a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.7-.1.7-.2c.2 0 .4.1.4.3 0 .2 0 .3-.3.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M327.4 229.2h-.7a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.7-.1.7-.2c.2 0 .4.1.4.3 0 .2 0 .3-.3.4h-.7"/>
+ <path fill="#ad1519" d="m324.5 229.7.4-.5.6.1-.4.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m324.5 229.7.4-.5.6.1-.4.6-.6-.2"/>
+ <path fill="#fff" d="M334.4 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.4.4s-.5-.2-.5-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M334.4 228.7c0-.3.2-.5.5-.5.2 0 .4.2.4.5 0 .2-.2.4-.4.4s-.5-.2-.5-.4z"/>
+ <path fill="#058e6e" d="M337.3 229.2h.7c.2.1.3 0 .4-.2a.3.3 0 0 0-.3-.3l-.7-.1-.7-.2c-.2 0-.4.1-.4.3 0 .2 0 .3.3.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M337.3 229.2h.7c.2.1.3 0 .4-.2a.3.3 0 0 0-.3-.3l-.7-.1-.7-.2c-.2 0-.4.1-.4.3 0 .2 0 .3.3.4h.7"/>
+ <path fill="#ad1519" d="m340.1 229.7-.3-.5h-.7l.4.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m340.1 229.7-.3-.5h-.7l.4.6h.6"/>
+ <path fill="#ad1519" d="M332.3 231.6a27.1 27.1 0 0 1-6.4-.7 27.9 27.9 0 0 1 13 0 27.1 27.1 0 0 1-6.6.7"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M332.3 231.6a27.1 27.1 0 0 1-6.4-.7 27.9 27.9 0 0 1 13 0 27.1 27.1 0 0 1-6.6.7z"/>
+ <path fill="#c8b100" d="m340.2 226.2-.1-.4c-.2 0-.3 0-.4.2l.1.5c.2 0 .3-.1.4-.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m340.2 226.2-.1-.4c-.2 0-.3 0-.4.2l.1.5c.2 0 .3-.1.4-.3z"/>
+ <path fill="#c8b100" d="M335.2 225.2c0-.2 0-.3-.2-.4-.1 0-.3.2-.3.4s0 .3.2.4c.2 0 .3-.2.3-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M335.2 225.2c0-.2 0-.3-.2-.4-.1 0-.3.2-.3.4s0 .3.2.4c.2 0 .3-.2.3-.4z"/>
+ <path fill="#c8b100" d="M329.5 225.2c0-.2 0-.3.2-.4.1 0 .3.2.3.4s0 .3-.2.4c-.2 0-.3-.2-.3-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M329.5 225.2c0-.2 0-.3.2-.4.1 0 .3.2.3.4s0 .3-.2.4c-.2 0-.3-.2-.3-.4z"/>
+ <path fill="#c8b100" d="m324.5 226.2.1-.4c.2 0 .3 0 .4.2l-.1.5c-.2 0-.3-.1-.4-.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m324.5 226.2.1-.4c.2 0 .3 0 .4.2l-.1.5c-.2 0-.3-.1-.4-.3z"/>
+ <path fill="#c8b100" d="m332.3 222.4-.8.5.6 1.4.2.2.3-.2.6-1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m332.3 222.4-.8.5.6 1.4.2.2.3-.2.6-1.4-.9-.5"/>
+ <path fill="#c8b100" d="m330.4 224.5.4.6 1.4-.4.1-.2-.1-.2-1.4-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m330.4 224.5.4.6 1.4-.4.1-.2-.1-.2-1.4-.4-.4.6"/>
+ <path fill="#c8b100" d="m334.3 224.5-.4.6-1.4-.4-.1-.2.1-.2 1.4-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m334.3 224.5-.4.6-1.4-.4-.1-.2.1-.2 1.4-.4.4.6"/>
+ <path fill="#c8b100" d="m326.6 223-.7.6 1 1.2.2.1.1-.2.3-1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m326.6 223-.7.6 1 1.2.2.1.1-.2.3-1.4-.9-.3"/>
+ <path fill="#c8b100" d="m325.2 225.3.5.5 1.2-.7.1-.2-.1-.2h-1.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m325.2 225.3.5.5 1.2-.7.1-.2-.1-.2h-1.5l-.2.6"/>
+ <path fill="#c8b100" d="m329 224.6-.3.6-1.4-.1-.2-.2v-.2l1.3-.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m329 224.6-.3.6-1.4-.1-.2-.2v-.2l1.3-.7.6.6"/>
+ <path fill="#c8b100" d="m323.8 225.5-.1.7-1.5.1h-.2v-.3l1.2-1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m323.8 225.5-.1.7-1.5.1h-.2v-.3l1.2-1 .6.5"/>
+ <path fill="#c8b100" d="M326.6 225a.5.5 0 0 1 .5-.6.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M326.6 225a.5.5 0 0 1 .5-.6.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5z"/>
+ <path fill="#c8b100" d="m338 223 .8.6-1 1.2-.2.1-.1-.2-.3-1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m338 223 .8.6-1 1.2-.2.1-.1-.2-.3-1.4.9-.3"/>
+ <path fill="#c8b100" d="m339.5 225.3-.5.5-1.3-.7v-.2l.1-.2h1.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m339.5 225.3-.5.5-1.3-.7v-.2l.1-.2h1.5l.2.6"/>
+ <path fill="#c8b100" d="m335.7 224.6.3.6 1.4-.1.2-.2v-.2l-1.3-.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m335.7 224.6.3.6 1.4-.1.2-.2v-.2l-1.3-.7-.6.6"/>
+ <path fill="#c8b100" d="m340.7 225.5.1.7 1.4.1h.3v-.3l-1.2-1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m340.7 225.5.1.7 1.4.1h.3v-.3l-1.2-1-.6.5"/>
+ <path fill="#c8b100" d="M331.8 224.5c0-.3.3-.5.5-.5s.5.2.5.5c0 .2-.2.4-.5.4a.5.5 0 0 1-.5-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M331.8 224.5c0-.3.3-.5.5-.5s.5.2.5.5c0 .2-.2.4-.5.4a.5.5 0 0 1-.5-.4z"/>
+ <path fill="#c8b100" d="M337.1 225a.5.5 0 0 1 .5-.6c.3 0 .5.2.5.5s-.2.5-.5.5a.5.5 0 0 1-.5-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M337.1 225a.5.5 0 0 1 .5-.6c.3 0 .5.2.5.5s-.2.5-.5.5a.5.5 0 0 1-.5-.5z"/>
+ <path fill="#c8b100" d="M331.4 219c0-.4.4-.8 1-.8s.9.4.9.9-.4.9-1 .9a1 1 0 0 1-.9-1"/>
+ <path fill="#c8b100" d="M333 218.8v.6h-1.5v-.6h.5v-1.4h-.6v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M333 218.8v.6h-1.5v-.6h.5v-1.4h-.6v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4z"/>
+ <path fill="#c8b100" d="M333.7 218.8v.6H331v-.6h1v-1.4h-.7v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M332.6 218.2a.9.9 0 0 1 .7.9c0 .5-.4.9-1 .9a1 1 0 0 1-.9-1c0-.3.3-.7.7-.8"/>
+ <path fill="#c8b100" d="m321.9 226.3-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.2 0 .3.4c.2.3 0 .7 0 .7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m321.9 226.3-.7-.8-.7-.3s.3-.3.6-.3l.5.2v-.2s.2 0 .3.4c.2.3 0 .7 0 .7z"/>
+ <path fill="#c8b100" d="m321.9 226 .5.1c.2.2.3.4.1.5h-.5c-.2-.2-.2-.4-.1-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m321.9 226 .5.1c.2.2.3.4.1.5h-.5c-.2-.2-.2-.4-.1-.5z"/>
+ <path fill="#c8b100" d="m342.6 226.3.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 0 0-.5.2v-.2s-.3 0-.4.4v.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m342.6 226.3.7-.8.7-.3s-.3-.3-.6-.3a.6.6 0 0 0-.5.2v-.2s-.3 0-.4.4v.7z"/>
+ <path fill="#c8b100" d="m342.6 226-.5.1c-.2.2-.2.4-.1.5.1.2.3.1.5 0 .2-.2.3-.4.1-.5"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m342.6 226-.5.1c-.2.2-.2.4-.1.5.1.2.3.1.5 0 .2-.2.3-.4.1-.5z"/>
+ <path fill="#c8b100" d="M321 238h22.8v-6h-22.9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M321 238h22.8v-6h-22.9z"/>
+ <path fill="#c8b100" d="M341.4 242a1 1 0 0 0-.4-.1h-17.6c.6-.2 1-.7 1-1.3 0-.6-.5-1.2-1-1.4l.4.1h17.6c-.7.2-1 .7-1 1.3 0 .6.4 1.1 1 1.3"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M341.4 242a1 1 0 0 0-.4-.1h-17.6c.6-.2 1-.7 1-1.3 0-.6-.5-1.2-1-1.4l.4.1h17.6c-.7.2-1 .7-1 1.3 0 .6.4 1.1 1 1.3z"/>
+ <path fill="#c8b100" d="M323.9 241.9h17c.6 0 1.1.3 1.1.8 0 .4-.5.8-1 .8h-17.1c-.6 0-1-.4-1-.8 0-.5.4-.8 1-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M323.9 241.9h17c.6 0 1.1.3 1.1.8 0 .4-.5.8-1 .8h-17.1c-.6 0-1-.4-1-.8 0-.5.4-.8 1-.8z"/>
+ <path fill="#c8b100" d="M323.9 238h17c.6 0 1.1.2 1.1.6 0 .4-.5.7-1 .7h-17.1c-.6 0-1.1-.3-1.1-.7 0-.4.5-.7 1-.7"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M323.9 238h17c.6 0 1.1.2 1.1.6 0 .4-.5.7-1 .7h-17.1c-.6 0-1.1-.3-1.1-.7 0-.4.5-.7 1-.7z"/>
+ <path fill="#005bbf" d="M316.4 338.6c1.6 0 3-.3 4-.9a8.9 8.9 0 0 1 4-.8c1.5 0 3 .3 4 .8 1 .6 2.5 1 4 1a8.7 8.7 0 0 0 4-1 9 9 0 0 1 4-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 0 1-4-1 8.8 8.8 0 0 0-4-.8c-1.5 0-2.8.4-3.9.9a8.8 8.8 0 0 1-4 .9 9 9 0 0 1-4-.9 9 9 0 0 0-4-.9c-1.5 0-3 .4-4 .9a8.6 8.6 0 0 1-4 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M316.4 338.6c1.6 0 3-.3 4-.9a8.9 8.9 0 0 1 4-.8c1.5 0 3 .3 4 .8 1 .6 2.5 1 4 1a8.7 8.7 0 0 0 4-1 9 9 0 0 1 4-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 0 1-4-1 8.8 8.8 0 0 0-4-.8c-1.5 0-2.8.4-3.9.9a8.8 8.8 0 0 1-4 .9 9 9 0 0 1-4-.9 9 9 0 0 0-4-.9c-1.5 0-3 .4-4 .9a8.6 8.6 0 0 1-4 .9z"/>
+ <path fill="#ccc" d="M316.4 341a8.7 8.7 0 0 0 4-.8 8.9 8.9 0 0 1 4-.8c1.5 0 3 .3 4 .8a9 9 0 0 0 4 .9c1.6 0 3-.4 4-1a8.9 8.9 0 0 1 4-.8 8 8 0 0 1 3.9.9 8.9 8.9 0 0 0 4 .9v2.4a8.9 8.9 0 0 1-4-.9 8.6 8.6 0 0 0-4-.8c-1.5 0-2.8.3-3.9.8a8.7 8.7 0 0 1-4 1 8.9 8.9 0 0 1-4-1 9 9 0 0 0-4-.8 8.9 8.9 0 0 0-4 .9 8.6 8.6 0 0 1-4 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M316.4 341a8.7 8.7 0 0 0 4-.8 8.9 8.9 0 0 1 4-.8c1.5 0 3 .3 4 .8a9 9 0 0 0 4 .9c1.6 0 3-.4 4-1a8.9 8.9 0 0 1 4-.8 8 8 0 0 1 3.9.9 8.9 8.9 0 0 0 4 .9v2.4a8.9 8.9 0 0 1-4-.9 8.6 8.6 0 0 0-4-.8c-1.5 0-2.8.3-3.9.8a8.7 8.7 0 0 1-4 1 8.9 8.9 0 0 1-4-1 9 9 0 0 0-4-.8 8.9 8.9 0 0 0-4 .9 8.6 8.6 0 0 1-4 .9V341"/>
+ <path fill="#005bbf" d="M316.4 343.6c1.6 0 3-.4 4-1a8.9 8.9 0 0 1 4-.8 9 9 0 0 1 4 .9c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 0 1 4-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 0 1-4-.9 8.7 8.7 0 0 0-4-.8 9 9 0 0 0-3.9.8 8.7 8.7 0 0 1-4 1 9 9 0 0 1-4-1 9 9 0 0 0-4-.8c-1.5 0-3 .3-4 .8a8.6 8.6 0 0 1-4 1v-2.6"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M316.4 343.6c1.6 0 3-.4 4-1a8.9 8.9 0 0 1 4-.8 9 9 0 0 1 4 .9c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 0 1 4-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v2.4a8.9 8.9 0 0 1-4-.9 8.7 8.7 0 0 0-4-.8 9 9 0 0 0-3.9.8 8.7 8.7 0 0 1-4 1 9 9 0 0 1-4-1 9 9 0 0 0-4-.8c-1.5 0-3 .3-4 .8a8.6 8.6 0 0 1-4 1v-2.6"/>
+ <path fill="#ccc" d="M316.4 348.5a8.6 8.6 0 0 0 4-1 9 9 0 0 1 4-.7 9 9 0 0 1 4 .8c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 0 1 4-.7c1.5 0 2.8.3 3.9.8 1 .5 2.5.9 4 .9V346a8.8 8.8 0 0 1-4-.9 8.8 8.8 0 0 0-4-.8 9 9 0 0 0-3.9.8 8.7 8.7 0 0 1-4 1 9 9 0 0 1-4-1 9 9 0 0 0-4-.8 9 9 0 0 0-4 .8 8.7 8.7 0 0 1-4 1z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M316.4 348.5a8.6 8.6 0 0 0 4-1 9 9 0 0 1 4-.7 9 9 0 0 1 4 .8c1 .5 2.5.9 4 .9 1.6 0 3-.4 4-1a9 9 0 0 1 4-.7c1.5 0 2.8.3 3.9.8 1 .5 2.5.9 4 .9V346a8.8 8.8 0 0 1-4-.9 8.8 8.8 0 0 0-4-.8 9 9 0 0 0-3.9.8 8.7 8.7 0 0 1-4 1 9 9 0 0 1-4-1 9 9 0 0 0-4-.8 9 9 0 0 0-4 .8 8.7 8.7 0 0 1-4 1v2.4"/>
+ <path fill="#005bbf" d="M316.4 351c1.6 0 3-.4 4-1a8.8 8.8 0 0 1 4-.8 9 9 0 0 1 4 .9c1 .5 2.5.8 4 .8 1.6 0 3-.3 4-.9a9 9 0 0 1 4-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v-2.5a8.8 8.8 0 0 1-4-1 8.8 8.8 0 0 0-4-.7c-1.5 0-2.8.3-3.9.8a8.8 8.8 0 0 1-4 .9 8.9 8.9 0 0 1-4-.9 9 9 0 0 0-4-.8 8.9 8.9 0 0 0-4 .8 8.7 8.7 0 0 1-4 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M316.4 351c1.6 0 3-.4 4-1a8.8 8.8 0 0 1 4-.8 9 9 0 0 1 4 .9c1 .5 2.5.8 4 .8 1.6 0 3-.3 4-.9a9 9 0 0 1 4-.8c1.5 0 2.8.3 3.9.8 1 .6 2.5 1 4 1v-2.5a8.8 8.8 0 0 1-4-1 8.8 8.8 0 0 0-4-.7c-1.5 0-2.8.3-3.9.8a8.8 8.8 0 0 1-4 .9 8.9 8.9 0 0 1-4-.9 9 9 0 0 0-4-.8 8.9 8.9 0 0 0-4 .8 8.7 8.7 0 0 1-4 .9z"/>
+ <path fill="#c8b100" d="m341.4 328.5-.2.6c0 1.5 1.3 2.7 3 2.7h-23.6c1.6 0 2.9-1.2 2.9-2.7a2.8 2.8 0 0 0 0-.6z"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="m341.4 328.5-.2.6c0 1.5 1.3 2.7 3 2.7h-23.6c1.6 0 2.9-1.2 2.9-2.7a2.8 2.8 0 0 0 0-.6z"/>
+ <path fill="#c8b100" d="M323.9 327h17c.6 0 1.1.3 1.1.7 0 .5-.5.8-1 .8h-17.1c-.6 0-1-.3-1-.8 0-.4.4-.8 1-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M323.9 327h17c.6 0 1.1.3 1.1.7 0 .5-.5.8-1 .8h-17.1c-.6 0-1-.3-1-.8 0-.4.4-.8 1-.8z"/>
+ <path fill="#c8b100" d="M320.7 337.8H344v-6h-23.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M320.7 337.8H344v-6h-23.4z"/>
+ <path fill="#ad1519" d="M346 305.8c2.2 1.3 3.8 2.7 3.6 3.4-.2.6-1 1-2 1.8-1.6 1.1-2.6 3.2-1.8 4.1a5.9 5.9 0 0 1 .1-9.3"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M346 305.8c2.2 1.3 3.8 2.7 3.6 3.4-.2.6-1 1-2 1.8-1.6 1.1-2.6 3.2-1.8 4.1a5.9 5.9 0 0 1 .1-9.3z"/>
+ <path fill="#ccc" d="M324 326h16.7v-81.6h-16.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M336.2 244.4v81.4m1.8-81.4v81.4m-14 .2h16.7v-81.6h-16.6z"/>
+ <path fill="#ad1519" d="M307 275a53 53 0 0 1 25-2.2c9.9 1.7 17.5 5.6 16.9 8.9v.2s3.7-8.4 3.7-8.7c.7-3.6-7.7-8-18.8-9.8a57 57 0 0 0-9.8-.8c-7 0-13.2.9-16.9 2.3v10"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M307 275a53 53 0 0 1 25-2.2c9.9 1.7 17.5 5.6 16.9 8.9v.2s3.7-8.4 3.7-8.7c.7-3.6-7.7-8-18.8-9.8a57 57 0 0 0-9.8-.8c-7 0-13.2.9-16.9 2.3v10"/>
+ <path fill="#ad1519" d="M340.8 285.1c4.6-.3 7.7-1.5 8-3.5.4-1.5-1.2-3.2-4-4.7-1.2.1-2.6.3-4 .3v8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M340.8 285.1c4.6-.3 7.7-1.5 8-3.5.4-1.5-1.2-3.2-4-4.7-1.2.1-2.6.3-4 .3v8"/>
+ <path fill="#ad1519" d="M324 279c-2.8.4-5 1-6 2l-.2.1c-.5 1 2 3.3 6.3 5.8v-8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M324 279c-2.8.4-5 1-6 2l-.2.1c-.5 1 2 3.3 6.3 5.8v-8"/>
+ <path fill="#ad1519" d="M351.1 300.9c.4-1.3-4-4-10.4-6.3-3-1-5.3-2.1-8.3-3.4-8.8-4-15.4-8.4-14.6-10l.1-.2c-.4.4-1.2 8.4-1.2 8.4-.8 1.5 5.2 6 13.3 9.8 2.6 1.3 8.1 3.3 10.7 4.2 4.7 1.6 9.3 4.7 8.9 5.8z"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M351.1 300.9c.4-1.3-4-4-10.4-6.3-3-1-5.3-2.1-8.3-3.4-8.8-4-15.4-8.4-14.6-10l.1-.2c-.4.4-1.2 8.4-1.2 8.4-.8 1.5 5.2 6 13.3 9.8 2.6 1.3 8.1 3.3 10.7 4.2 4.7 1.6 9.3 4.7 8.9 5.8z"/>
+ <path fill="#c8b100" d="M317.5 271.3c.6-2.4 1.4-4.7 2.2-7a5.7 5.7 0 0 1-.5.1 5.4 5.4 0 0 1-.6 0c-.4 1.8-.9 3.4-1.5 5.1l-2.9-4.4-1 .2-1 .1a140 140 0 0 1 4.2 6h1.1m6.3-7H322l-.2 6.5h4.6v-.8a32 32 0 0 1-2.7.1zm7.3 1.1 2.1.3v-.4l.1-.4-6.2-.5v.8h2.2l-.6 6h1l.8.1zm2.5 6.5c.3 0 .6 0 1 .2l.8.2.7-3h.1l.5 1.2 1 2.3c.3 0 .7 0 1 .2l1.1.2-.3-.6-1.5-3.1c1.2 0 2-.4 2.3-1.3.1-.7-.1-1.2-.7-1.6a6 6 0 0 0-1.9-.6l-2.5-.5zm3.2-5.6c.8.2 1.7.3 1.7 1.1a2 2 0 0 1 0 .5c-.3 1-1 1.3-2.3 1zm8.7 7.6-.3 2.1.9.5.9.5.6-7.4a3.6 3.6 0 0 1-.8-.4l-6.6 4.1.6.3.4.3 1.8-1.4zm-1.9-1.7 2.2-1.4-.3 2.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M230.3 205.3c0-1.2 1-2.1 2.2-2.1 1.3 0 2.3.9 2.3 2 0 1.2-1 2.2-2.3 2.2a2.2 2.2 0 0 1-2.2-2.1z"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".3" d="M255.3 187.1c6.8 0 13 1 16.8 2.6a32 32 0 0 0 8.6 2.2c2.6.3 5 .4 7 .2 2.9 0 6.9.8 11 2.6a29.2 29.2 0 0 1 8 5l-1.7 1.5-.4 4-4.4 5-2.2 2-5.3 4-2.6.3-.8 2.3-33.7-4-33.8 4-.9-2.3-2.6-.2-5.2-4.2-2.2-1.9-4.4-5-.5-4-1.6-1.5a29.5 29.5 0 0 1 8-5c4-1.8 8-2.6 10.9-2.6 2 .2 4.4.1 7-.2a32 32 0 0 0 8.6-2.2c4-1.6 9.6-2.6 16.4-2.6z"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M255.9 231.6c-12.6 0-23.8-1.5-31.9-4-.6 0-.9-.6-.8-1.2a1.2 1.2 0 0 1 .8-1.2 120 120 0 0 1 31.9-4c12.5.1 23.8 1.6 31.8 4 .6.2.9.7.9 1.2 0 .6-.3 1.1-1 1.3a119 119 0 0 1-31.7 4"/>
+ <path fill="#ad1519" d="M255.8 230a121 121 0 0 1-29.3-3.4c7.8-2 18-3.2 29.3-3.2a123 123 0 0 1 29.5 3.2c-7.8 2-18.1 3.4-29.5 3.4"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M256.7 230v-6.7m-1.9 6.7v-6.7"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M253.1 230v-6.7m-1.7 6.7v-6.7"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M249.9 230v-6.7m-2.9 6.4v-6.2m1.4 6.2v-6.4"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M244.3 229.4v-5.7m1.4 5.9v-6m-5 5.4v-4.9m1.2 5V224m1.2 5.4V224"/>
+ <path fill="none" stroke="#000" stroke-width=".5" d="M239.4 229v-4.8m-1.1 4.6v-4.5"/>
+ <path fill="none" stroke="#000" stroke-width=".6" d="M237 228.7v-4.2m-2.6 3.8V225m1.4 3.5v-3.7"/>
+ <path fill="none" stroke="#000" stroke-width=".7" d="M233.1 228v-2.9m-1.2 2.7v-2.4"/>
+ <path fill="none" stroke="#000" stroke-width=".8" d="M230.6 227.5v-2m-1.4 1.8v-1.4"/>
+ <path fill="none" stroke="#000" stroke-width=".9" d="M227.8 227v-.7"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M264 229.7v-6.2m-3.2 6.4v-6.6m-2.2 6.6v-6.6"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M255.8 221.3a115 115 0 0 0-32.2 4c.7-.3.6-1-.2-3.2-1-2.6-2.6-2.5-2.6-2.5a130 130 0 0 1 35-4.3c13.8 0 26.2 1.7 35.1 4.3 0 0-1.5-.1-2.5 2.5-.9 2.1-1 3-.3 3.3-8-2.5-19.6-4.1-32.3-4.1"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M255.8 215.3a131 131 0 0 0-35 4.3c-.5.2-1.2 0-1.4-.6a1.1 1.1 0 0 1 .8-1.4c8.9-2.7 21.6-4.4 35.6-4.4 14.1 0 26.9 1.7 35.8 4.4.6.2.9.9.7 1.4-.2.6-.8.8-1.4.6-8.9-2.6-21.3-4.2-35-4.3"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".4" d="M255.8 230a121 121 0 0 1-29.3-3.4c7.8-2 18-3.2 29.3-3.2a123 123 0 0 1 29.5 3.2c-7.8 2-18.1 3.4-29.5 3.4z"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M246 218.5c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M255.9 219.3h-3.4c-.6 0-1.1-.5-1.1-1 0-.6.5-1.1 1-1.1h6.9a1 1 0 0 1 1.1 1c0 .6-.5 1.1-1.1 1.1h-3.4"/>
+ <path fill="#058e6e" stroke="#000" stroke-width=".4" d="m239 220.2-2.5.3c-.6 0-1.2-.3-1.2-1a1 1 0 0 1 1-1.1l2.4-.3 2.5-.3a1.1 1.1 0 0 1 1.2 1c0 .5-.4 1-1 1.1l-2.5.3"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M229.1 220.4c0-.5.5-1 1.1-1a1 1 0 0 1 1.2 1c0 .6-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".4" d="m221.6 222.4 1.3-1.7 3.4.5-2.7 2-2-.8"/>
+ <path fill="#058e6e" stroke="#000" stroke-width=".4" d="m272.8 220.2 2.4.3c.6 0 1.2-.3 1.3-1a1 1 0 0 0-1-1.1l-2.5-.3-2.4-.3c-.7 0-1.2.4-1.3 1 0 .5.4 1 1 1.1l2.5.3"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M263.4 218.5c0-.6.6-1.1 1.2-1.1s1.1.5 1.1 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.2-1m17 2c0-.6.5-1.1 1-1.1a1 1 0 0 1 1.2 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".4" d="m290 222.4-1.2-1.7-3.4.5 2.8 2 1.9-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M225.1 227c8-2.3 18.7-3.6 30.7-3.7 12 0 22.9 1.4 30.8 3.7"/>
+ <path fill="#c8b100" d="m230.4 196 1.5 1.1 2.1-3.4a7.9 7.9 0 0 1-3.8-7.6c.2-4.5 5.6-8.1 12.5-8.1 3.5 0 6.7 1 9 2.5l.2-1.9a18.6 18.6 0 0 0-9.2-2.3c-8 0-14.1 4.4-14.4 9.8a9.5 9.5 0 0 0 3.3 8z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="m230.4 196 1.5 1.1 2.1-3.4a7.9 7.9 0 0 1-3.8-7.6c.2-4.5 5.6-8.1 12.5-8.1 3.5 0 6.7 1 9 2.5l.2-1.9a18.6 18.6 0 0 0-9.2-2.3c-8 0-14.1 4.4-14.4 9.8a9.5 9.5 0 0 0 3.3 8l-1.2 2"/>
+ <path fill="#c8b100" d="M230.5 196a9.8 9.8 0 0 1-4.3-7.7c0-3.5 2.2-6.6 5.7-8.6a9.1 9.1 0 0 0-3.6 6.4 9.5 9.5 0 0 0 3.3 8l-1 2"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M230.5 196a9.8 9.8 0 0 1-4.3-7.7c0-3.5 2.2-6.6 5.7-8.6a9.1 9.1 0 0 0-3.6 6.4 9.5 9.5 0 0 0 3.3 8l-1 2"/>
+ <path fill="#c8b100" d="M206.8 199.6a9.4 9.4 0 0 1-2.5-6.3c0-1.4.4-2.8 1-4 2.1-4.5 9-7.8 17.1-7.8 2.2 0 4.4.2 6.3.7-.4.5-.8 1-1 1.5a27.2 27.2 0 0 0-5.3-.5c-7.4 0-13.6 3-15.4 6.8a7.5 7.5 0 0 0-.8 3.3 7.8 7.8 0 0 0 2.9 6l-2.7 4.4-1.5-1.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M206.8 199.6a9.4 9.4 0 0 1-2.5-6.3c0-1.4.4-2.8 1-4 2.1-4.5 9-7.8 17.1-7.8 2.2 0 4.4.2 6.3.7-.4.5-.8 1-1 1.5a27.2 27.2 0 0 0-5.3-.5c-7.4 0-13.6 3-15.4 6.8a7.5 7.5 0 0 0-.8 3.3 7.8 7.8 0 0 0 2.9 6l-2.7 4.4-1.5-1.2z"/>
+ <path fill="#c8b100" d="M209.5 184.8a11.3 11.3 0 0 0-4.2 4.4 9.2 9.2 0 0 0-1 4.1c0 2.4 1 4.6 2.5 6.3l-1.7 2.6a11.1 11.1 0 0 1-2.4-6.8c0-4.3 2.7-8.1 6.8-10.6"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M209.5 184.8a11.3 11.3 0 0 0-4.2 4.4 9.2 9.2 0 0 0-1 4.1c0 2.4 1 4.6 2.5 6.3l-1.7 2.6a11.1 11.1 0 0 1-2.4-6.8c0-4.3 2.7-8.1 6.8-10.6z"/>
+ <path fill="#c8b100" d="M255.8 175.4c1.7 0 3.3 1.2 3.7 2.8.2 1.4.4 3 .4 4.7v1.2c0 3.6.6 6.7 1.3 8.7l-5.5 5.2-5.5-5.2c.7-2 1.2-5.1 1.3-8.7v-1.2c0-1.7.2-3.3.5-4.7.3-1.6 2-2.8 3.7-2.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M255.8 175.4c1.7 0 3.3 1.2 3.7 2.8.2 1.4.4 3 .4 4.7v1.2c0 3.6.6 6.7 1.3 8.7l-5.5 5.2-5.5-5.2c.7-2 1.2-5.1 1.3-8.7v-1.2c0-1.7.2-3.3.5-4.7.3-1.6 2-2.8 3.7-2.8z"/>
+ <path fill="#c8b100" d="M255.8 177a2 2 0 0 1 1.9 1.5 30.6 30.6 0 0 1 .4 4.5v1.1c0 3.4.5 6.4 1.2 8.2l-3.6 3.5-3.6-3.5c.7-1.8 1.2-4.8 1.2-8.2V183c0-1.6.2-3.1.5-4.5.2-.8 1-1.4 2-1.4"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M255.8 177a2 2 0 0 1 1.9 1.5 30.6 30.6 0 0 1 .4 4.5v1.1c0 3.4.5 6.4 1.2 8.2l-3.6 3.5-3.6-3.5c.7-1.8 1.2-4.8 1.2-8.2V183c0-1.6.2-3.1.5-4.5.2-.8 1-1.4 2-1.4z"/>
+ <path fill="#c8b100" d="m281 196-1.4 1.1-2.2-3.4a7.9 7.9 0 0 0 3.9-7.6c-.2-4.5-5.7-8.1-12.5-8.1a16 16 0 0 0-9 2.5 24.5 24.5 0 0 0-.3-1.9 18.6 18.6 0 0 1 9.3-2.3c7.9 0 14 4.4 14.4 9.8a9.5 9.5 0 0 1-3.3 8z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="m281 196-1.4 1.1-2.2-3.4a7.9 7.9 0 0 0 3.9-7.6c-.2-4.5-5.7-8.1-12.5-8.1a16 16 0 0 0-9 2.5 24.5 24.5 0 0 0-.3-1.9 18.6 18.6 0 0 1 9.3-2.3c7.9 0 14 4.4 14.4 9.8a9.5 9.5 0 0 1-3.3 8l1.1 1.9"/>
+ <path fill="#c8b100" d="M280.9 196c2.7-2 4.4-4.7 4.4-7.7 0-3.5-2.3-6.6-5.7-8.6a9 9 0 0 1 3.6 7.3c0 2.8-1.3 5.4-3.3 7.2l1 1.9"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M280.9 196c2.7-2 4.4-4.7 4.4-7.7 0-3.5-2.3-6.6-5.7-8.6a9 9 0 0 1 3.6 7.3c0 2.8-1.3 5.4-3.3 7.2l1 1.9"/>
+ <path fill="#c8b100" d="M304.7 199.6a9.3 9.3 0 0 0 1.5-10.3c-2.2-4.5-9-7.8-17.2-7.8a28.4 28.4 0 0 0-6.3.7c.5.5.8 1 1.1 1.5a27.1 27.1 0 0 1 5.2-.5c7.5 0 13.7 3 15.5 6.8.5 1 .8 2.1.8 3.3a7.8 7.8 0 0 1-3 6l2.8 4.4 1.4-1.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M304.7 199.6a9.3 9.3 0 0 0 1.5-10.3c-2.2-4.5-9-7.8-17.2-7.8a28.4 28.4 0 0 0-6.3.7c.5.5.8 1 1.1 1.5a27.1 27.1 0 0 1 5.2-.5c7.5 0 13.7 3 15.5 6.8.5 1 .8 2.1.8 3.3a7.8 7.8 0 0 1-3 6l2.8 4.4 1.4-1.2z"/>
+ <path fill="#c8b100" d="M302 184.8a11.3 11.3 0 0 1 4.2 4.4 9.3 9.3 0 0 1 1 4.1c0 2.4-1 4.6-2.5 6.3l1.6 2.6a11.1 11.1 0 0 0 2.5-6.8c0-4.3-2.7-8.1-6.9-10.6"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M302 184.8a11.3 11.3 0 0 1 4.2 4.4 9.3 9.3 0 0 1 1 4.1c0 2.4-1 4.6-2.5 6.3l1.6 2.6a11.1 11.1 0 0 0 2.5-6.8c0-4.3-2.7-8.1-6.9-10.6z"/>
+ <path fill="#fff" d="M253.8 193.5c0-1 .9-1.9 2-1.9 1 0 1.9.9 1.9 1.9a1.9 1.9 0 0 1-2 1.8 1.9 1.9 0 0 1-2-1.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M253.8 193.5c0-1 .9-1.9 2-1.9 1 0 1.9.9 1.9 1.9a1.9 1.9 0 0 1-2 1.8 1.9 1.9 0 0 1-2-1.8z"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M253.8 189.8a1.9 1.9 0 0 1 2-1.8 1.9 1.9 0 0 1 1.9 1.9 1.9 1.9 0 0 1-2 1.8 1.9 1.9 0 0 1-2-1.8m.5-4c0-.8.7-1.4 1.5-1.4.9 0 1.6.6 1.6 1.5 0 .8-.7 1.4-1.6 1.4-.8 0-1.5-.6-1.5-1.4m.4-3.6c0-.5.5-1 1.1-1a1 1 0 0 1 1.2 1c0 .6-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1m.1-3.1c0-.5.4-.9 1-.9s.8.4.8.9-.4.8-.9.8-.9-.3-.9-.8"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="m255.9 204.6 1.3.2a5 5 0 0 0 4.8 6.4 5 5 0 0 0 4.8-3.3s.4-1.7.6-1.7c.2 0 .2 1.9.3 1.9.3 2.4 2.5 4 5 4a4.9 4.9 0 0 0 5-5.4l1.5-1.5.9 2a4.3 4.3 0 0 0-.5 2 4.7 4.7 0 0 0 4.8 4.6 5 5 0 0 0 4-2l1-1.3v1.6c0 1.5.7 3 2.2 3.2 0 0 1.8.1 4.1-1.7a28 28 0 0 0 3.7-3.4l.2 1.9s-2 3-4 4.2c-1.2.7-3 1.4-4.4 1.1-1.5-.2-2.6-1.4-3.1-2.7a7.2 7.2 0 0 1-3.6 1 7 7 0 0 1-6.5-4 7.5 7.5 0 0 1-11-.3 7.4 7.4 0 0 1-5 1.9 7.4 7.4 0 0 1-6.1-3.1 7.3 7.3 0 0 1-6.1 3 7.4 7.4 0 0 1-5-1.8 7.5 7.5 0 0 1-11 .3 7 7 0 0 1-6.5 4 7.1 7.1 0 0 1-3.6-1c-.6 1.3-1.6 2.5-3.1 2.8-1.4.2-3.2-.5-4.3-1.2-2.2-1.2-4.1-4.3-4.1-4.3l.2-1.8s1.3 1.5 3.6 3.4c2.4 1.8 4.2 1.7 4.2 1.7 1.5-.2 2.2-1.7 2.2-3.2v-1.6l1 1.3a4.9 4.9 0 0 0 4 2c2.6 0 4.8-2 4.8-4.6 0-.7-.2-1.4-.5-2l.8-2 1.6 1.5v.6a4.9 4.9 0 0 0 5 4.8c2.5 0 4.7-1.7 5-4 0 0 0-1.9.2-1.9s.7 1.8.7 1.7a5 5 0 0 0 4.8 3.3 4.9 4.9 0 0 0 4.8-6.4l1.3-.2"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M290.5 210.8c.3-.8 0-1.7-.6-1.8-.6-.2-1.4.3-1.6 1.2-.3.8 0 1.7.5 1.8.6.2 1.4-.3 1.7-1.2m-22-4.2c.2-.9-.2-1.6-.9-1.7-.6-.1-1.2.5-1.3 1.4-.1 1 .3 1.7 1 1.8.6 0 1.2-.6 1.3-1.5m-25.4 0c-.1-.9.3-1.6 1-1.7.6-.1 1.2.5 1.3 1.4.1 1-.3 1.7-1 1.8-.6 0-1.2-.6-1.3-1.5m-22 4.3c-.2-.9 0-1.7.7-2 .6-.1 1.3.4 1.6 1.3.3.8 0 1.7-.6 1.9-.6.1-1.3-.4-1.6-1.2"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M230.8 196.3a5.5 5.5 0 0 1 2.4 3s0-.2.7-.6c.6-.3 1.1-.3 1.1-.3l-.2 1.4c-.1.3-.1 1.4-.4 2.3a7.8 7.8 0 0 1-.6 1.8 2 2 0 0 0-1.6-.5 2 2 0 0 0-1.4 1s-.7-.6-1.2-1.4l-1.2-2.2-.7-1.2h1.1c.7.1 1 .3 1 .3a5.2 5.2 0 0 1 1-3.7"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M231.3 206.7a1.9 1.9 0 0 1-.7-1.1 1.7 1.7 0 0 1 .2-1.3l-1.9-.7c-.7-.2-2-.2-2.4-.2h-1.2l.3.6.5.7a5.4 5.4 0 0 0-3 2.2 5.6 5.6 0 0 0 3.6 1l-.2.8v.7l1-.4c.4-.2 1.6-.6 2.2-1 .9-.6 1.6-1.3 1.6-1.3m2.9-.5a1.8 1.8 0 0 0 .2-1.2 1.8 1.8 0 0 0-.7-1.1s.7-.8 1.5-1.3l2.3-1 1-.4v.6l-.2.9a5.6 5.6 0 0 1 3.7 1 5.4 5.4 0 0 1-3.1 2.1 7.1 7.1 0 0 0 .8 1.4h-1.2c-.4 0-1.7 0-2.4-.3-1-.2-2-.7-2-.7"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M230.3 205.3c0-1.2 1-2.1 2.2-2.1 1.3 0 2.3.9 2.3 2 0 1.2-1 2.2-2.3 2.2a2.2 2.2 0 0 1-2.2-2.1"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M255.8 192.9a6 6 0 0 1 2 3.9s.2-.3 1-.6 1.2-.1 1.2-.1l-.5 1.4c-.2.4-.4 1.6-.9 2.6a8.8 8.8 0 0 1-1 1.8 2.3 2.3 0 0 0-1.8-.7c-.6 0-1.3.3-1.7.7 0 0-.6-.7-1-1.8-.5-1-.7-2.2-.9-2.6l-.6-1.4s.6-.1 1.3.2c.8.2 1 .5 1 .5a6 6 0 0 1 2-4"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M254.2 204.6a2 2 0 0 1-.6-1.3c0-.6.2-1 .6-1.4 0 0-1-.7-2-1.1-.8-.4-2.2-.6-2.6-.7l-1.3-.3.1.7.4 1c-1.5 0-2.9.8-3.9 1.8a6.3 6.3 0 0 0 4 1.8l-.5 1-.2.6 1.4-.2 2.6-.7 2-1.2m3.3 0c.3-.3.5-.8.5-1.3a2 2 0 0 0-.5-1.4s1-.7 2-1.1c.8-.4 2.2-.6 2.6-.7l1.3-.3-.2.7a7.6 7.6 0 0 1-.4 1 6 6 0 0 1 4 1.8 6.3 6.3 0 0 1-4 1.8l.4 1 .2.6-1.3-.2-2.6-.7a13 13 0 0 1-2-1.2m23.5-8.4a5.5 5.5 0 0 0-2.4 3.1l-.7-.6c-.6-.3-1.1-.3-1.1-.3l.2 1.4.3 2.3.7 1.8a2 2 0 0 1 1.6-.5 2 2 0 0 1 1.4 1l1.2-1.4 1.2-2.2.7-1.2h-1.2c-.7.1-.9.3-.9.3a5.2 5.2 0 0 0-1-3.7"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M280.5 206.7c.3-.3.6-.7.7-1.1a1.8 1.8 0 0 0-.2-1.3l1.8-.7c.8-.2 2-.2 2.5-.2h1.1l-.2.6-.6.7a5.4 5.4 0 0 1 3.1 2.2 5.6 5.6 0 0 1-3.6 1l.2.8v.7l-1-.4-2.3-1a11.5 11.5 0 0 1-1.5-1.3m-2.9-.5a1.8 1.8 0 0 1-.3-1.2c.1-.5.4-.9.7-1.1 0 0-.7-.8-1.5-1.3-.6-.4-1.8-.9-2.2-1l-1-.4v.6c0 .5.2.9.2.9a5.6 5.6 0 0 0-3.7 1c.7 1 1.8 1.8 3 2.1l-.4.8a4 4 0 0 0-.3.6h1.2c.4 0 1.7 0 2.4-.3 1-.2 1.9-.7 1.9-.7"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M277 205.3c0-1.2 1-2.1 2.2-2.1 1.3 0 2.3.9 2.3 2 0 1.2-1 2.2-2.3 2.2a2.2 2.2 0 0 1-2.2-2.1m24.8 4.6c-.5-.5-1.6-.4-2.4.3-.8.7-1 1.7-.5 2.2s1.6.5 2.4-.2c.8-.7 1-1.7.5-2.3"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".4" d="M298.7 211.3c0-.4.4-.8.7-1.1.8-.7 2-.8 2.4-.3l.2.3s1.2-2.1 2.5-2.9 3.6-.5 3.6-.5a3 3 0 0 0-3.1-3c-1 0-2 .5-2.5 1.2l-.3-1.1s-1.4.3-2 1.8c-.6 1.7 0 4 0 4s-.3-1-.8-1.7a8.5 8.5 0 0 0-2.6-1.7l-1.4-.8v1.5a8.4 8.4 0 0 0-4 .5 5 5 0 0 0 2.7 2.3l-.8.8-.5.5 1.4.2c.4 0 1.8.3 2.7.2a15.7 15.7 0 0 0 1.8-.2m-85.6 0a2.3 2.3 0 0 0-.8-1.1c-.8-.7-1.9-.8-2.4-.3a1.1 1.1 0 0 0-.2.3s-1-2.1-2.4-2.9-3.6-.5-3.6-.5a3 3 0 0 1 3-3c1 0 2 .5 2.6 1.2l.2-1.1s1.4.3 2 1.9c.7 1.6 0 3.9 0 3.9s.4-1 .9-1.7 1.8-1.4 2.5-1.7l1.4-.8a7.4 7.4 0 0 0 0 1.5 8.4 8.4 0 0 1 4 .5 5 5 0 0 1-2.7 2.3l.9.8.4.5-1.3.2c-.4 0-1.9.3-2.7.2a15.7 15.7 0 0 1-1.8-.2"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".4" d="M210 210c.5-.6 1.5-.5 2.3.2.9.7 1 1.7.6 2.2-.6.6-1.6.5-2.4-.2-.9-.7-1.1-1.7-.6-2.3m43.7-6.6c0-1.2 1-2.1 2.3-2.1s2.2.9 2.2 2-1 2.2-2.3 2.2a2.2 2.2 0 0 1-2.2-2.1"/>
+ <path fill="#005bbf" stroke="#000" stroke-width=".3" d="M251.2 171.3c0-2.4 2-4.3 4.6-4.3 2.5 0 4.5 2 4.5 4.3a4.4 4.4 0 0 1-4.5 4.3 4.4 4.4 0 0 1-4.6-4.3"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".3" d="M254.6 159.3v2.3H252v2.3h2.5v6.8h-3.2l-.2.6c0 .6.2 1.2.4 1.7h8.3a4.1 4.1 0 0 0 .4-1.7l-.2-.6h-3V164h2.4v-2.3H257v-2.3z"/>
+ <path fill="#ccc" d="M256.2 352.6a87.4 87.4 0 0 1-37.8-8.8 24.2 24.2 0 0 1-13.7-21.6V288h102.8v34c0 9.5-5.4 17.7-13.7 21.8a86.4 86.4 0 0 1-37.6 8.7"/>
+ <path fill="none" stroke="#000" stroke-width=".5" d="M256.2 352.6a87.4 87.4 0 0 1-37.8-8.8 24.2 24.2 0 0 1-13.7-21.6V288h102.8v34c0 9.5-5.4 17.7-13.7 21.8a86.4 86.4 0 0 1-37.6 8.7z"/>
+ <path fill="#ccc" d="M256 288h51.5v-57H256z"/>
+ <path fill="none" stroke="#000" stroke-width=".5" d="M256 288h51.5v-57H256z"/>
+ <path fill="#ad1519" d="M256 322.1a25 25 0 0 1-25.6 24.4c-14.2 0-25.8-11-25.8-24.4V288H256v34"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M215.8 342.3c1.7.8 3.9 2.2 6.2 2.8l-.1-58.3h-6v55.4z"/>
+ <path fill="#c8b100" stroke="#000" stroke-linejoin="round" stroke-width=".5" d="M204.5 321.7a26 26 0 0 0 6 16v-50.6h-5.9z"/>
+ <path fill="#c7b500" stroke="#000" stroke-width=".5" d="M227.3 346.4c2.4.2 4.1.2 6 0v-59.6h-6z"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M238.6 345a20.3 20.3 0 0 0 6.2-2.6v-55.6h-6z"/>
+ <path fill="#ad1519" d="M204.6 288H256v-57h-51.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".5" d="M204.6 288H256v-57h-51.4z"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M250.4 337.1c2.5-2.2 4.9-7.3 5.7-13l.2-37.3h-6V337z"/>
+ <path fill="none" stroke="#000" stroke-width=".5" d="M256 322.1a25 25 0 0 1-25.6 24.4c-14.2 0-25.8-11-25.8-24.4V288H256v34"/>
+ <path fill="#ad1519" d="M307.6 288v34a25.1 25.1 0 0 1-25.8 24.4c-14.2 0-25.8-11-25.8-24.4v-34z"/>
+ <path fill="none" stroke="#000" stroke-width=".5" d="M307.6 288v34a25.1 25.1 0 0 1-25.8 24.4c-14.2 0-25.8-11-25.8-24.4v-34h51.6"/>
+ <path fill="#c8b100" d="m265.4 313.7.1.6c0 .6-.5 1.1-1.2 1.1-.6 0-1.2-.5-1.2-1.1 0-.2 0-.4.2-.5h-1.7a2.7 2.7 0 0 0 1.9 3v4.1h1.7v-4.1a2.7 2.7 0 0 0 1.8-1.7h4.7v-1.4zm23.1 0v1.4h-4.2a2.7 2.7 0 0 1-.3.6l5 5.6-1.4 1-4.9-5.6-.2.1v9.3h-1.8v-9.3l-.2-.1-5 5.6-1.4-1 5.1-5.7a2.3 2.3 0 0 1-.2-.5h-4.4v-1.4h14zm2.8 0v1.4h4.8c.2.8.9 1.4 1.7 1.7v4.1h1.8v-4.1a2.7 2.7 0 0 0 2-2.5l-.2-.6h-1.6a1.2 1.2 0 0 1-1 1.7c-.8 0-1.3-.5-1.3-1.1l.1-.5zm-7 23.5a16.6 16.6 0 0 0 3.8-1l.9 1.4a18.8 18.8 0 0 1-4.6 1.3 2.8 2.8 0 0 1-2.8 2 2.8 2.8 0 0 1-2.7-2 18.7 18.7 0 0 1-4.8-1.3l.8-1.5c1.3.6 2.7 1 4.2 1.2a2.7 2.7 0 0 1 1.6-1.5v-7.1h1.8v7.1a3 3 0 0 1 1.7 1.4zm-11.8-2.4-.9 1.5a17.8 17.8 0 0 1-3.9-3.3 3 3 0 0 1-2.6-.5 2.5 2.5 0 0 1-.4-3.7l.2-.2a16.3 16.3 0 0 1-1.4-5.1h1.8a14 14 0 0 0 1.1 4.4 3.1 3.1 0 0 1 1.5.1l4.4-4.8 1.3 1-4.4 4.9a2.5 2.5 0 0 1 0 3 16.2 16.2 0 0 0 3.2 2.7zm-6.5-5a1.2 1.2 0 0 1 1.7-.2 1 1 0 0 1 0 1.6 1.3 1.3 0 0 1-1.6.2 1.1 1.1 0 0 1-.1-1.6m-2.2-4.8-1.8-.4-.3-4.6 1.8-.6v2.6c0 1 0 2 .2 3zm1.4-5.7 1.8.4v2.3c0-.8.3 2.3.3 2.3l-1.8.6-.3-2.9zm6 14.6a16.7 16.7 0 0 0 5.1 2.7l.4-1.7a14.6 14.6 0 0 1-4.3-2.1zm-1 1.6a18.6 18.6 0 0 0 5.2 2.7l-1.3 1.3a20 20 0 0 1-4.2-2.2zm2.3-10 1.7.7 3.2-3.5-1-1.5zm-1.3-1-1-1.5 3.1-3.5 1.7.7zm19.3 10.5.9 1.5a17.8 17.8 0 0 0 3.8-3.3c1 .3 2 .1 2.7-.5a2.5 2.5 0 0 0 .3-3.7l-.1-.2c.7-1.6 1.2-3.3 1.3-5.1h-1.7a14.2 14.2 0 0 1-1.2 4.4 3.1 3.1 0 0 0-1.5.1l-4.3-4.8-1.3 1 4.3 4.9a2.5 2.5 0 0 0 .1 3 16 16 0 0 1-3.3 2.7m6.5-5a1.2 1.2 0 0 0-1.7-.2 1.1 1.1 0 0 0-.1 1.6c.4.5 1.2.6 1.7.1a1 1 0 0 0 0-1.6zm2.2-4.8 1.8-.5.2-4.5-1.7-.6v2.6zm-1.5-5.7-1.8.4v2.3c0-.8-.3 2.3-.3 2.3l1.9.6.2-2.9zm-6 14.6a16.8 16.8 0 0 1-5 2.7l-.5-1.7a14.6 14.6 0 0 0 4.3-2.1zm.9 1.6a18.6 18.6 0 0 1-5.2 2.7l1.3 1.3a20 20 0 0 0 4.3-2.2zm-2.4-10-1.7.7-3.1-3.5 1-1.5zm1.4-1 1-1.5-3.2-3.5-1.7.7 3.8 4.3m-21.4-9.3.5 1.7h4.8l.6-1.7zm22.5 0-.5 1.7h-4.8l-.5-1.7zm-12.4 23.3c0-.6.5-1.1 1.2-1.1.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.2 1.2s-1.2-.6-1.2-1.2zm2-8.2 1.8-.5V325l-1.8-.5zm-1.8 0-1.8-.5V325l1.8-.5z"/>
+ <path fill="#c8b100" d="M261.6 313.8c.2-1 1-1.7 1.9-2V306h1.7v5.7c.9.3 1.6.9 1.8 1.7h4.7v.3h-6.3a1.2 1.2 0 0 0-1-.6 1.2 1.2 0 0 0-1.1.6h-1.7m13 0v-.3h4.4l.2-.4-5.4-6 1.3-1 5.3 5.8h.3v-8h1.7v7.9h.3l5.2-5.8 1.3 1-5.2 5.9.3.6h4.2v.3zm23 0a1.2 1.2 0 0 1 1.1-.6c.5 0 .9.2 1 .6h1.7a2.7 2.7 0 0 0-1.8-2V306h-1.8v5.7a2.7 2.7 0 0 0-1.8 1.7h-4.6v.3zm-32.2-16 6.5 7.3 1.3-1-6.5-7.3.3-.6h4.7v-1.6H267a2.8 2.8 0 0 0-2.7-1.9 2.7 2.7 0 0 0-2.8 2.7c0 1.1.8 2.1 1.9 2.5v5.6h1.7v-5.6zm34 .1v5.6h-1.7v-5.6a2.6 2.6 0 0 1-.4-.2L291 305l-1.3-1 6.5-7.5a2.4 2.4 0 0 1-.1-.3h-4.8v-1.6h4.8a2.8 2.8 0 0 1 2.6-1.9c1.6 0 2.8 1.2 2.8 2.7 0 1.2-.8 2.2-2 2.5zm-17 0v3.4h-1.8V298a2.7 2.7 0 0 1-1.8-1.7h-4.3v-1.6h4.3a2.8 2.8 0 0 1 2.6-1.9c1.3 0 2.3.8 2.7 1.9h4.3v1.6h-4.3a2.7 2.7 0 0 1-1.7 1.7zm-19 4.1-1.8.5v4.6l1.8.5V302m1.8 0 1.8.5v4.6l-1.8.5zm32.5 0-1.8.5v4.6l1.8.5zm1.8 0 1.8.5v4.6l-1.8.5zm-27.3 1 1.7-.8 3.2 3.5-1 1.5zm-1.3 1-1 1.5 3 3.5 1.8-.7zm19.7-1.2-1.8-.7-3 3.5 1 1.5zm1.3 1 1 1.6-3 3.5-1.8-.7 3.8-4.3m-21.7 9.6.5-1.7h4.8l.6 1.7zm-7-18.1c0-.6.5-1.2 1.1-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm12.8.8-.5 1.7h-4.8l-.5-1.7zm0-1.7-.5-1.7h-4.8l-.5 1.7zm16.7 19-.5-1.7h-4.8l-.5 1.7zm4.6-18.1c0-.6.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1m-17.2 0c0-.6.6-1.2 1.2-1.2s1.2.5 1.2 1.2-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1m6.7.8.6 1.7h4.8l.5-1.7zm0-1.6.5-1.8h4.9l.5 1.7H287m-6.3 5.4-1.8.5v4.6l1.8.5zm1.7 0 1.8.5v4.6l-1.8.5z"/>
+ <path fill="none" stroke="#c8b100" stroke-width=".3" d="M284.2 337.3a16.6 16.6 0 0 0 4-1l.8 1.4a18.8 18.8 0 0 1-4.6 1.3 2.8 2.8 0 0 1-2.8 2 2.8 2.8 0 0 1-2.7-2 18.7 18.7 0 0 1-4.8-1.3l.8-1.5c1.3.6 2.7 1 4.2 1.1a2.7 2.7 0 0 1 1.6-1.4v-7.2h1.8v7.2a2.8 2.8 0 0 1 1.7 1.4zm-5-21.7a2.4 2.4 0 0 1-.2-.5h-4.4v-1.6h4.4c0-.2 0-.3.2-.4l-5.4-6 1.3-1 5.3 5.8a2.2 2.2 0 0 1 .3-.1V304h1.7v7.7l.3.1 5.2-5.9 1.3 1-5.2 6 .3.6h4.2v1.6h-4.2l-.3.6 5 5.6-1.4 1-4.9-5.6-.2.1v9.3h-1.8v-9.3l-.2-.1-5 5.6-1.4-1 5.1-5.7m-13.7-17.7 6.5 7.2 1.3-1-6.5-7.3.3-.6h4.7v-1.7h-4.7a2.8 2.8 0 0 0-2.7-1.8 2.7 2.7 0 0 0-2.8 2.7c0 1.1.8 2.1 1.9 2.5v5.5h1.7V298h.3zm7 37-.9 1.5a17.8 17.8 0 0 1-3.9-3.3c-.9.3-1.9.1-2.6-.5a2.5 2.5 0 0 1-.3-3.7v-.2a16.3 16.3 0 0 1-1.3-5.1h1.8a14 14 0 0 0 1.1 4.4 3.1 3.1 0 0 1 1.5.1l4.4-4.8 1.3 1-4.3 4.9a2.5 2.5 0 0 1-.1 3 16.2 16.2 0 0 0 3.3 2.7zm-9-14v-4a2.7 2.7 0 0 1-2-2.6c0-1.2.9-2.2 2-2.6v-5.6h1.7v5.7c.9.2 1.5.9 1.8 1.7h4.7v1.6H267a2.7 2.7 0 0 1-1.8 1.7v4.1h-1.7m2.5 9a1.2 1.2 0 0 1 1.7-.2c.5.4.5 1.1 0 1.6a1.3 1.3 0 0 1-1.6.1 1.1 1.1 0 0 1-.1-1.6zm-2.2-4.9-1.8-.4-.3-4.5 1.8-.6v2.6c0 1 0 2 .3 3zm1.5-5.6 1.7.4a64.3 64.3 0 0 0 .3 4.6l-1.8.6-.3-2.9v-2.7zm5.9 14.6a16.7 16.7 0 0 0 5.1 2.7l.4-1.7a14.6 14.6 0 0 1-4.3-2.2l-1.2 1.2m-1 1.5a18.6 18.6 0 0 0 5.3 2.7l-1.4 1.2a20 20 0 0 1-4.2-2.1l.4-1.8"/>
+ <path fill="none" stroke="#c8b100" stroke-width=".3" d="m272.6 325.4 1.7.8 3.2-3.5-1-1.5-3.9 4.2m-1.3-1-1-1.5 3.1-3.5 1.7.7-3.8 4.3m-8.2-10.1c0-.7.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2 0 .6-.5 1.1-1.2 1.1-.6 0-1.2-.5-1.2-1.1zm27.5 20.6.8 1.5a17.8 17.8 0 0 0 4-3.3c.8.3 1.8.1 2.6-.5a2.5 2.5 0 0 0 .3-3.7l-.2-.2c.8-1.6 1.2-3.3 1.4-5.1h-1.7a14.2 14.2 0 0 1-1.2 4.4 3.1 3.1 0 0 0-1.5.1l-4.3-4.8-1.4 1 4.4 4.9a2.5 2.5 0 0 0 .1 3 16 16 0 0 1-3.3 2.7zm9-14v-4.1a2.7 2.7 0 0 0 2-2.5 2.7 2.7 0 0 0-2-2.6v-5.6h-1.8v5.7c-.8.2-1.5.9-1.8 1.7h-4.7v1.6h4.8a2.7 2.7 0 0 0 1.7 1.7v4.1zm-2.5 9a1.2 1.2 0 0 0-1.7-.2 1.1 1.1 0 0 0-.1 1.6c.4.5 1.1.6 1.7.1a1 1 0 0 0 0-1.6zm2.2-4.8 1.8-.4.2-4.6-1.7-.6v2.6zm-1.5-5.7-1.8.4v2.3c0-.8-.3 2.3-.3 2.3l1.9.6.2-2.9v-2.7m1.8-21.5v5.5h-1.8V298a2.4 2.4 0 0 1-.4-.2L291 305l-1.3-1.1 6.5-7.4a2.5 2.5 0 0 1-.1-.3h-4.8v-1.7h4.8a2.8 2.8 0 0 1 2.6-1.8c1.6 0 2.8 1.2 2.8 2.7 0 1.2-.8 2.2-2 2.5zm-17.2 0v3.4h-1.7v-3.4a2.7 2.7 0 0 1-1.8-1.7h-4.3v-1.7h4.3a2.8 2.8 0 0 1 2.6-1.8c1.3 0 2.3.8 2.7 1.8h4.3v1.7h-4.3a2.7 2.7 0 0 1-1.7 1.7zm9.5 36a16.8 16.8 0 0 1-5.2 2.8l-.4-1.7a14.6 14.6 0 0 0 4.3-2.1l1.3 1m.9 1.6a18.6 18.6 0 0 1-5.2 2.7l1.3 1.3a20 20 0 0 0 4.3-2.2l-.4-1.8M263.5 302l-1.8.5v4.6l1.8.5V302m1.8 0 1.8.5v4.6l-1.8.5V302m32.5 0-1.8.5v4.6l1.8.5V302"/>
+ <path fill="none" stroke="#c8b100" stroke-width=".3" d="m299.6 302 1.8.5v4.6l-1.8.5V302m-9.2 23.4-1.7.8-3.1-3.5 1-1.5 3.8 4.2m1.3-1 1-1.5-3-3.5-1.8.7 3.8 4.3m-19.4-21.5 1.7-.7 3.1 3.5-1 1.5-3.8-4.3M271 304l-1 1.5 3 3.5 1.8-.8-3.8-4.2m19.7-1.2-1.8-.7-3 3.5 1 1.5 3.8-4.3m1.3 1 1 1.5-3 3.5-1.8-.7 3.8-4.2m-21.7 9.6.5-1.7h4.8l.6 1.7h-5.9m0 1.6.5 1.7h4.8l.6-1.7h-5.9m-7-19.7c0-.7.5-1.2 1.1-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm12.8.8-.5 1.7h-4.8l-.5-1.7h5.8m0-1.7-.5-1.7h-4.8l-.5 1.7h5.8m21.4 19.8c0-.6.5-1.2 1.2-1.2s1.2.5 1.2 1.2c0 .6-.5 1.1-1.2 1.1s-1.2-.5-1.2-1.1zm-4.7-.8-.5-1.7h-4.8l-.5 1.7h5.9m0 1.6-.6 1.7h-4.8l-.5-1.7h5.9m-12.4 23.3c0-.6.5-1.1 1.2-1.1.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2zm2-8.2 1.8-.5V325l-1.8-.5v5.6m-1.8 0-1.8-.5V325l1.8-.5v5.6m16.8-34.8c0-.7.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm-17.2 0c0-.7.6-1.2 1.2-1.2.7 0 1.2.5 1.2 1.2s-.5 1.1-1.2 1.1c-.6 0-1.2-.5-1.2-1.1zm6.7.8.6 1.7h4.8l.5-1.7H287m0-1.7.6-1.7h4.8l.5 1.7H287m-6.3 5.4-1.8.5v4.5l1.8.5V300m1.7 0 1.8.5v4.5l-1.8.5V300"/>
+ <path fill="#058e6e" d="M278.8 314.3a2.7 2.7 0 0 1 2.8-2.6c1.6 0 2.8 1.1 2.8 2.6a2.7 2.7 0 0 1-2.8 2.7 2.7 2.7 0 0 1-2.8-2.7"/>
+ <path fill="#db4446" d="M282.3 245v-.6l.1-.4s-1.6.2-2.5 0a6.3 6.3 0 0 1-2.5-1.4c-.8-.7-1.1-1-1.7-1.2-1.4-.2-2.4.4-2.4.4s1 .4 1.8 1.4a5 5 0 0 0 2 1.5c.6.2 2.7 0 3.3.1z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M282.3 245v-.6l.1-.4s-1.6.2-2.5 0a6.3 6.3 0 0 1-2.5-1.4c-.8-.7-1.1-1-1.7-1.2-1.4-.2-2.4.4-2.4.4s1 .4 1.8 1.4a5 5 0 0 0 2 1.5c.6.2 2.7 0 3.3.1z"/>
+ <path fill="#ed72aa" stroke="#000" stroke-width=".4" d="M290 242.7v1.4c.1.7-.2 1.3 0 1.7l.2 1c.2.2.3.9.3.9l-.8-.6-.6-.4v1c.1.3.3 1 .6 1.3.3.3.9 1 1 1.4.3.4.2 1.4.2 1.4s-.4-.7-.9-.9l-1.3-.6s.9.8.9 1.6c0 .7-.4 1.6-.4 1.6s-.3-.7-.8-1.1l-1.2-1s.5 1.2.5 2v2.6s-.5-.7-1-1l-1-.8c0-.2.5.7.6 1.2 0 .5.3 2.4 2 4.8 1 1.4 2.4 3.8 5.6 3 3.2-.8 2-5 1.3-7-.6-2-1-4.3-1-5 .1-.8.7-3 .6-3.5a8.5 8.5 0 0 1 .1-3.4c.4-1.3.8-1.9 1-2.4l.5-1.4v-1.4l.8 1.5.1 1.5s.1-1.1 1-1.7c1-.6 2-1.2 2.2-1.5l.4-.5s-.1 2-.7 2.7l-1.8 2.2s.8-.3 1.3-.3h.9s-.7.5-1.5 1.6c-.8 1.2-.5 1.3-1 2.3-.7 1-1.1 1-1.9 1.6-1 1-.5 4.5-.3 5 .1.5 2 4.9 2 6 .1 1 .3 3.3-1.6 4.9-1.2 1-3.1 1-3.6 1.2-.4.3-1.3 1.2-1.3 3s.7 2.1 1.2 2.6c.5.4 1.2.2 1.3.5l.5.8c.2.2.4.5.3.8 0 .4-1 1.3-1.2 2-.3.6-1 2.2-1 2.5 0 .2 0 1 .3 1.4 0 0 .9 1 .2 1.3-.4.1-.8-.3-1-.2l-1 .4c-.3 0-.3-.2-.4-.8l-.1-.7c-.3 0-.4.2-.4.5 0 .2 0 .9-.3.9s-.6-.5-.9-.6c-.2 0-.8-.2-.9-.5 0-.3.4-.9.8-1 .4 0 .8-.3.5-.5-.2-.2-.5-.2-.7 0s-.8 0-.8-.3.1-.7 0-.8c0-.2-.4-.6.2-.9.6-.3.8.3 1.4.2.6-.1 1-.3 1.1-.7.2-.3.2-1-.2-1.5s-.8-.5-1-.8l-.3-1v2.4l-.8-.9c-.3-.3-.6-1.4-.6-1.4v1.4c0 .4.4.7.2.9-.1.1-.8-.8-1-.9-.2-.1-.8-.6-1-1l-.6-1.5c0-.2-.2-1.4 0-1.6l.4-1.2h-1.4c-.8 0-1.3-.2-1.6.3-.3.5-.2 1.6.2 3 .4 1.3.6 2 .5 2.2a4 4 0 0 1-.8 1l-1-.1c-.2-.1-.5-.3-1.2-.3h-1.4c-.3 0-1-.4-1.2-.3-.3 0-.8.3-.7.7.2.6-.2.8-.5.7l-1-.2c-.3-.1-.9 0-.8-.4 0-.5.2-.5.4-.8.2-.3.3-.5 0-.5h-.7c-.2.2-.5.6-.7.5-.3-.2-.5-.5-.5-1.1 0-.7-.7-1.3 0-1.3.6 0 1.4.5 1.5.2.2-.4 0-.5-.3-.8-.3-.3-.7-.5-.3-.8l.8-.6c.2-.1.4-.8.7-.6.7.3 0 .7.7 1.4.6.7 1 1 2.1.9 1-.1 1.4-.3 1.4-.6l-.2-1 .2-1s-.5.3-.6.6l-.5.8v-2.1l-.2-.9-.3 1-.1 1s-.7-.5-.5-1.5v-2.1c.3-.4.9-1.7 2.2-1.8h2.8l2.1-.3s-3-1.5-3.7-2c-.7-.5-1.8-1.7-2.1-2.2-.4-.6-.7-1.6-.7-1.6s-.5 0-1 .3a5.3 5.3 0 0 0-1.3 1l-.7 1v-2s-.4 1.3-1 1.8l-1.5 1.2v-1l.2-1s-.5.8-1.2 1-1.9 0-2 .5c0 .5.2 1.1 0 1.4-.1.4-.5.6-.5.6s-.4-.4-.8-.4-.7.2-.7.2-.4-.4-.2-.7c0-.3.7-.7.5-.9-.1-.1-.6.1-.9.2-.3.2-.9.3-.8-.2 0-.4.2-.7 0-1-.1-.3 0-.6.2-.6.2-.1 1.2 0 1.3-.2 0-.3-.3-.5-.9-.7-.6-.1-.9-.5-.6-.8l.6-.6c.1-.3.2-.8.7-.6.6.3.5.9 1 1 .6.3 2 0 2.3-.1l1.5-1 1.7-1.2-1.1-.8-1-1.1a8.8 8.8 0 0 0-2-.7c-.5 0-1.8-.5-1.8-.5l.8-.3c.2-.2.7-.6.9-.6h.3-1.5c-.3-.2-1-.6-1.3-.6h-.9s.8-.4 1.4-.5l1.2-.1s-1-.3-1.3-.6l-.6-1c-.2-.2-.3-.6-.6-.6s-.9.4-1.2.3c-.3 0-.5-.2-.6-.7v-.5c-.2-.3-.7-.8-.2-1h1.4c.1-.2-.5-.7-.8-1-.4-.1-1-.4-.7-.7l.8-.6c.2-.3.4-1 .8-.7.3.2.9 1.3 1.1 1.2.3-.1.4-.9.3-1.2 0-.3 0-1 .3-.9.3 0 .5.5 1 .5.4 0 1.1-.1 1 .2 0 .4-.3.8-.6 1.1a1.6 1.6 0 0 0-.2 1.6 4 4 0 0 0 1.2 1.5c.4.3 1.3.5 1.8.8.6.4 1.9 1.4 2.3 1.5l.9.3s.5-.2 1.1-.2c.7 0 2.2.1 2.8-.1.6-.3 1.3-.7 1.1-1.2-.2-.5-1.5-1-1.4-1.4.1-.4.6-.4 1.4-.5.8 0 1.8.2 2-1 .2-1 .3-1.6-.8-1.9-1.1-.2-2-.3-2.1-1-.2-.8-.4-1-.2-1.3.2-.2.6-.3 1.5-.3.8-.1 1.7-.1 2-.3.2-.2.3-.7.6-1l1.5-.3s1.5.7 3 1.7c1.2 1 2.3 2.3 2.3 2.3"/>
+ <path d="m279.3 242-.2-.7-.1-.3s.9 0 .9.2c0 .3-.3.3-.4.4 0 .2-.2.3-.2.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m279.3 242-.2-.7-.1-.3s.9 0 .9.2c0 .3-.3.3-.4.4 0 .2-.2.3-.2.3z"/>
+ <path d="M283.4 240.5v-.5s.7 0 1.1.3c.6.4 1 1 1 1-.2.2-.6-.2-1-.3h-.4c-.2 0-.3 0-.4-.2v-.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M283.4 240.5v-.5s.7 0 1.1.3c.6.4 1 1 1 1-.2.2-.6-.2-1-.3h-.4c-.2 0-.3 0-.4-.2v-.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m289 246.7-.4-.7a8 8 0 0 1-.2-.5"/>
+ <path fill="#db4446" d="M267.9 241.8s.5.3.8.3l.9.1s.2-.5.1-1c-.2-1.2-1.3-1.4-1.3-1.4s.3.7.1 1c-.2.6-.6 1-.6 1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M267.9 241.8s.5.3.8.3l.9.1s.2-.5.1-1c-.2-1.2-1.3-1.4-1.3-1.4s.3.7.1 1c-.2.6-.6 1-.6 1z"/>
+ <path fill="#db4446" d="M265.5 242.8s-.4-.8-1.3-.7c-1 .1-1.6.9-1.6.9h1.3c.4.3.5 1 .5 1l.7-.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M265.5 242.8s-.4-.8-1.3-.7c-1 .1-1.6.9-1.6.9h1.3c.4.3.5 1 .5 1l.7-.6z"/>
+ <path fill="#db4446" d="M264.4 246s-.8.1-1.2.6c-.5.5-.4 1.5-.4 1.5s.5-.6 1-.6l1.2.2-.3-.9c0-.3-.3-.8-.3-.8"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M264.4 246s-.8.1-1.2.6c-.5.5-.4 1.5-.4 1.5s.5-.6 1-.6l1.2.2-.3-.9c0-.3-.3-.8-.3-.8z"/>
+ <path d="m279.3 245.9.4-.5.3.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m279.3 245.9.4-.5.3.5h-.7"/>
+ <path d="m280.2 245.9.4-.6.4.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m280.2 245.9.4-.6.4.5h-.8"/>
+ <path d="m279.8 242.5.8.3-.7.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m279.8 242.5.8.3-.7.4-.1-.7"/>
+ <path d="m280.8 242.8.8.2-.6.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m280.8 242.8.8.2-.6.4-.2-.6"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M275.2 249.2s-.9.3-1.2.7c-.3.6-.3 1.1-.3 1.1s.7-.6 1.6-.3l1.3.3c.4 0 1.3-.4 1.3-.4s-.7.9-.6 1.5c0 .6.2.9.1 1.2 0 .7-.5 1.6-.5 1.6l1-.3a4.9 4.9 0 0 0 1.8-.9l1-1s-.2 1 0 1.5l.2 1.7s.4-.5.8-.7c.2 0 .8-.4 1-.7l.3-1s0 .8.4 1.3c.3.4.7 1.8.7 1.8s.3-.9.6-1.3c.3-.3.7-.8.7-1v-1l.4 1m-11.7.6s.5-.9 1-1.2l1.2-.8 1-.4m1 5.3 1.4-.8a4.2 4.2 0 0 0 1.2-1.2"/>
+ <path fill="#db4446" d="M267 256.4s-.4-.5-1.2-.3c-.7 0-1.2 1-1.2 1l1-.2c.4.2.6.5.6.5l.5-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M267 256.4s-.4-.5-1.2-.3c-.7 0-1.2 1-1.2 1l1-.2c.4.2.6.5.6.5l.5-.4z"/>
+ <path fill="#db4446" d="M266.2 259.4s-.7 0-1.2.4c-.6.4-.6 1.2-.6 1.2s.5-.4 1-.3l.8.2.1-.6c.1-.4-.1-.9-.1-.9"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M266.2 259.4s-.7 0-1.2.4c-.6.4-.6 1.2-.6 1.2s.5-.4 1-.3l.8.2.1-.6c.1-.4-.1-.9-.1-.9z"/>
+ <path fill="#db4446" d="M267.6 262.2s0 .8.4 1.3c.4.6 1.2.6 1.2.6l-.3-.8c-.1-.4.3-.7.3-.7s-.4-.4-.7-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M267.6 262.2s0 .8.4 1.3c.4.6 1.2.6 1.2.6l-.3-.8c-.1-.4.3-.7.3-.7s-.4-.4-.7-.4zm17.1 1.4s2.1 1.3 2 2.4c0 1-1.1 2.4-1.1 2.4"/>
+ <path fill="#db4446" d="M275.2 269.4s-.5-.6-1.3-.6c-.7 0-1.5.7-1.5.7s1 0 1.2.2l.4.7.6-.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M275.2 269.4s-.5-.6-1.3-.6c-.7 0-1.5.7-1.5.7s1 0 1.2.2l.4.7.6-.3z"/>
+ <path fill="#db4446" d="M273 272.3s-1-.1-1.5.4-.4 1.4-.4 1.4.6-.7 1-.6c.6 0 1.2.3 1.2.3l-.2-.8a14 14 0 0 0-.2-.7"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M273 272.3s-1-.1-1.5.4-.4 1.4-.4 1.4.6-.7 1-.6c.6 0 1.2.3 1.2.3l-.2-.8a14 14 0 0 0-.2-.7z"/>
+ <path fill="#db4446" d="M275 275.4s-.5.6-.1 1.1c.3.6 1 .8 1 .8s-.2-.4-.1-.8.7-.8.7-.8z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M275 275.4s-.5.6-.1 1.1c.3.6 1 .8 1 .8s-.2-.4-.1-.8.7-.8.7-.8z"/>
+ <path fill="#db4446" d="M287.7 276.6s-.8-.2-1.3 0c-.5.3-.8 1.5-.8 1.5s.7-.6 1.3-.6l1 .3v-.8a2.8 2.8 0 0 0-.2-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M287.7 276.6s-.8-.2-1.3 0c-.5.3-.8 1.5-.8 1.5s.7-.6 1.3-.6l1 .3v-.8a2.8 2.8 0 0 0-.2-.4z"/>
+ <path fill="#db4446" d="M288.1 279.7s-.6.6-.4 1.2a7.3 7.3 0 0 0 .6 1s0-.7.3-1c.3-.3 1-.3 1-.3l-.7-.6z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M288.1 279.7s-.6.6-.4 1.2a7.3 7.3 0 0 0 .6 1s0-.7.3-1c.3-.3 1-.3 1-.3l-.7-.6z"/>
+ <path fill="#db4446" d="M291.3 280.6s-.3.8.3 1.3c.6.6 1.1.6 1.1.6s-.5-.8-.3-1.3c.1-.4.5-.7.5-.7l-.8-.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M291.3 280.6s-.3.8.3 1.3c.6.6 1.1.6 1.1.6s-.5-.8-.3-1.3c.1-.4.5-.7.5-.7l-.8-.2z"/>
+ <path fill="#ffd691" stroke="#000" stroke-width=".5" d="M258.7 337.5c2.1.6 3.2 2.2 3.2 4 0 2.5-2.3 4.3-5.4 4.3-3 0-5.6-1.8-5.6-4.2 0-1.9 1-4 3.2-4 0 0 0-.3-.3-.6l-.6-.7h1.3l.7.5.6-.7c.3-.4.7-.6.7-.6l.6.7.3.6s.4-.4.8-.5l.9-.3-.3.7-.1.8"/>
+ <path fill="#058e6e" stroke="#000" stroke-width=".5" d="M256 348.5s-4-2.8-5.8-3.1c-2.3-.5-4.8-.1-5.9-.2l1.9 1.5a11 11 0 0 0 3.5 2c3.3.8 6.3-.2 6.3-.2m1.2.2s2.6-2.7 5.3-3c3.3-.5 5.4.2 6.6.5 0 0-1 .5-1.6 1-.5.3-2 1.5-4.2 1.6-2.2 0-4.7-.3-5.1-.2l-1 .1"/>
+ <path fill="#ad1519" stroke="#000" stroke-width=".5" d="M256.4 345.4a5.2 5.2 0 0 1 0-7.6 5.2 5.2 0 0 1 1.7 3.8 5.2 5.2 0 0 1-1.7 3.8"/>
+ <path fill="#058e6e" stroke="#000" stroke-width=".5" d="M255.4 351s.6-1.6.7-3l-.2-2.2h.8s.4 1.2.4 2.2l-.2 2.5-.7.1-.8.3"/>
+ <path fill="#fff" d="M307 203.4c0-.6.4-1 1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1 1 0 0 1-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M307 203.4c0-.6.4-1 1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1 1 0 0 1-1-1z"/>
+ <path fill="#fff" d="M308.4 200.7c0-.6.6-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M308.4 200.7c0-.6.6-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M309.5 197.6c0-.6.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M309.5 197.6c0-.6.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M309.6 194.2c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M309.6 194.2c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1z"/>
+ <path fill="#fff" d="M308.8 190.9c0-.6.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M308.8 190.9c0-.6.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M307 187.8c0-.5.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1.1-1 1.1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M307 187.8c0-.5.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1.1-1 1.1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M304.7 185.4c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .5-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M304.7 185.4c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .5-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M302 183.3c0-.6.6-1 1.2-1s1.1.4 1.1 1-.5 1-1.1 1a1 1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M302 183.3c0-.6.6-1 1.2-1s1.1.4 1.1 1-.5 1-1.1 1a1 1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M298.9 181.6c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M298.9 181.6c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M295.5 180.4c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M295.5 180.4c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M291.8 179.8c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .7-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M291.8 179.8c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .7-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1z"/>
+ <path fill="#fff" d="M288.3 179.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M288.3 179.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 0 1-1-1z"/>
+ <path fill="#fff" d="M284.9 179.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M284.9 179.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M281.4 179.7c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M281.4 179.7c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M283.1 182.7c0-.6.5-1.1 1.1-1.1.7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.2-1m.7 3.2c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1m.2 3.3c0-.6.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1m-1 3c0-.6.4-1.1 1-1.1a1 1 0 0 1 1.2 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.2-1m-1.9 2.7c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="#fff" d="M278.8 177.6c0-.5.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M278.8 177.6c0-.5.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M275.7 176c0-.7.5-1.1 1.1-1.1.7 0 1.2.4 1.2 1s-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M275.7 176c0-.7.5-1.1 1.1-1.1.7 0 1.2.4 1.2 1s-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M272.3 175c0-.7.5-1.1 1.2-1.1.6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M272.3 175c0-.7.5-1.1 1.2-1.1.6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M268.8 174.3c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M268.8 174.3c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 0 1-1-1z"/>
+ <path fill="#fff" d="M265.4 174.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M265.4 174.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M261.8 175c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M261.8 175c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M258.5 176.1c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M258.5 176.1c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M202.3 203.4c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M202.3 203.4c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M200.8 200.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M200.8 200.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M199.7 197.6c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M199.7 197.6c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M199.6 194.2c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1c-.6 0-1-.4-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M199.6 194.2c0-.6.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1-1.2 1c-.6 0-1-.4-1-1z"/>
+ <path fill="#fff" d="M200.4 190.9c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M200.4 190.9c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M202.2 187.8c0-.5.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M202.2 187.8c0-.5.5-1 1-1a1 1 0 0 1 1.2 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M204.5 185.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1.1 1-.6 0-1.1-.4-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M204.5 185.4c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1.1 1-.6 0-1.1-.4-1.1-1z"/>
+ <path fill="#fff" d="M207.2 183.3c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M207.2 183.3c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M210.3 181.6c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M210.3 181.6c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M213.7 180.4c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M213.7 180.4c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M217.4 179.8c0-.6.5-1.1 1.1-1.1a1 1 0 0 1 1.1 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M217.4 179.8c0-.6.5-1.1 1.1-1.1a1 1 0 0 1 1.1 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M220.9 179.6c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M220.9 179.6c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M224.3 179.7c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M224.3 179.7c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M227.8 179.7c0-.6.5-1 1.1-1 .6 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M227.8 179.7c0-.6.5-1 1.1-1 .6 0 1.2.4 1.2 1s-.5 1-1.2 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" stroke="#000" stroke-width=".4" d="M226 182.7c0-.6.6-1.1 1.2-1.1s1.1.5 1.1 1c0 .6-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1m-.7 3.2c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1c-.6 0-1.1-.4-1.1-1m-.2 3.3c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1m1 3c0-.6.6-1.1 1.2-1.1a1 1 0 0 1 1.1 1c0 .7-.5 1.1-1.1 1.1a1.1 1.1 0 0 1-1.1-1m1.9 2.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="#fff" d="M230.4 177.6c0-.5.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M230.4 177.6c0-.5.5-1 1.1-1 .7 0 1.2.4 1.2 1s-.5 1.1-1.2 1.1a1.1 1.1 0 0 1-1-1z"/>
+ <path fill="#fff" d="M233.5 176c0-.7.5-1.1 1.1-1.1.6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M233.5 176c0-.7.5-1.1 1.1-1.1.6 0 1.1.4 1.1 1s-.5 1.1-1 1.1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M236.9 175c0-.7.5-1.1 1-1.1s1.2.4 1.2 1-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M236.9 175c0-.7.5-1.1 1-1.1s1.2.4 1.2 1-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1z"/>
+ <path fill="#fff" d="M240.4 174.3c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M240.4 174.3c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M243.8 174.4c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M243.8 174.4c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1.2-1z"/>
+ <path fill="#fff" d="M247.4 175c0-.6.5-1 1.1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 0 1-1-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M247.4 175c0-.6.5-1 1.1-1a1 1 0 0 1 1.2 1c0 .6-.5 1-1.2 1a1.1 1.1 0 0 1-1-1z"/>
+ <path fill="#fff" d="M250.7 176.1c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1"/>
+ <path fill="none" stroke="#000" stroke-width=".4" d="M250.7 176.1c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1.1 1.1 0 0 1-1.2-1z"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M222.3 244.1h-1v-1h-1.6v3.9h1.6v2.6h-3.5v7.5h1.9v15.2h-3.8v7.8h29v-7.8h-3.7v-15.2h1.9v-7.5h-3.6V247h1.7v-3.8h-1.7v1h-1v-1H237v1h-1.2v-1h-1.6v3.8h1.6v2.6h-3.5v-8.3h1.9v-3.8h-1.9v1h-1v-1h-1.6v1h-1v-1h-1.9v3.8h2v8.3H225V247h1.7v-3.8H225v1h-1v-1h-1.8v1zm-6.4 36h29m-29-1.9h29m-29-1.9h29m-29-1.9h29m-29-2.1h29m-25.2-1.7h21.5m-21.5-1.9h21.5m-21.5-2h21.5m-21.5-2h21.5m-21.5-1.9h21.5m-21.5-1.9h21.5m-21.5-1.9h21.5m-23.4-1.9H243m-25.3-1.8H243m-25.3-2H243m-25.3-1.8H243m-21.8-2h18.2m-10.9-1.8h3.6m-3.5-2h3.5m-3.5-1.8h3.5m-3.5-1.9h3.5m-5.4-2.4h7.3m-12.8 8h3.8m-5.4-2.3h7m-7 34.8v-1.9m0-1.9v-1.9m-2 2v1.8m3.6 0v-1.9m2 3.8v-1.9m0-1.9v-1.9m0-2.1v-1.7m0-1.9v-2m-2 7.7v-2.1m-3.5 2.1v-2.1m7.3 0v2.1m1.7-2.1v-1.7m-5.5-1.9v2m3.8-2v2m3.5-2v2m-1.8-2v-2m1.8-2v2m0-5.8v2m-1.8-3.9v2m1.8-3.8v1.8m-3.5-1.9v2m-3.8-2v2m-1.6-3.8v1.9m3.5-2v2m3.6-2v2m1.9-3.8v1.9m-3.6-2v2m-3.8-2v2m-1.6-3.8v1.9m7-2v2m-3.5-5.7v1.9m16.3-2h-3.7m5.4-2.3H234m7 34.8v-1.9m0-1.9v-1.9m2 2v1.8m-3.6 0v-1.9m-1.9 3.8v-1.9m0-1.9v-1.9m0-2.1v-1.7m0-1.9v-2m2 7.7v-2.1m3.5 2.1v-2.1m-7.3 0v2.1m-1.7-2.1v-1.7m5.4-1.9v2m-3.7-2v2m-3.6-2v2m1.9-2v-2m-1.9-2v2m0-5.8v2m1.9-3.9v2m-1.9-3.8v1.8m3.6-1.9v2m3.8-2v2m1.6-3.8v1.9m-3.5-2v2m-3.6-2v2m-1.9-3.8v1.9m3.6-2v2m3.7-2v2m1.7-3.8v1.9m-7.1-2v2m3.6-5.7v1.9m-7.4 19.1v-2m0-5.8V259m0 5.7v-1.9m0-5.7v-1.8m0-2v-1.8m0-3.8v-2m0-1.8V242m-9 5h3.8m3.6-5.7h3.5m3.6 5.7h3.7"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".5" d="M235.3 280.1v-5c0-1-.5-3.8-5-3.8-4.3 0-4.7 2.9-4.7 3.8v5z"/>
+ <path fill="#c8b100" stroke="#000" stroke-width=".5" d="m227.2 275.4-2.3-.3c0-1 .2-2.3 1-2.8l2 1.7c-.2.2-.7.9-.7 1.4zm6.4 0 2.4-.3c0-1-.3-2.3-1-2.8l-2 1.7c.1.2.6.9.6 1.4zm-2.4-2.4 1.2-2.1a5.6 5.6 0 0 0-2-.5c-.6 0-1.5.2-2 .5l1.2 2.1zm-4.4-6v-5c0-1.4-1-2.6-2.6-2.6-1.7 0-2.6 1.2-2.6 2.6v5.2h5.2zm7.3 0v-5c0-1.4 1-2.6 2.6-2.6s2.6 1.2 2.6 2.6v5.2h-5.2zm-1.9-12.7.5-4.7h-4.5l.2 4.7zm3.5 0-.4-4.7h4.7l-.5 4.7zm-10.6 0 .2-4.7h-4.5l.5 4.7z"/>
+ <path fill="#0039f0" d="M233.6 280.1v-4.3c0-.7-.4-2.8-3.3-2.8a2.9 2.9 0 0 0-3 2.8v4.3zm-7.3-13.5v-4.5c0-1.2-.7-2.4-2.1-2.4s-2.2 1.2-2.2 2.4v4.5zm8.3 0v-4.5c0-1.2.7-2.4 2.1-2.4s2.1 1.2 2.1 2.4v4.5z"/>
+ <path fill="#ad1519" d="M239.5 287.8c0-10.4 7.5-18.8 16.6-18.8s16.7 8.4 16.7 18.7c0 10.4-7.5 18.8-16.7 18.8s-16.6-8.4-16.6-18.7"/>
+ <path fill="none" stroke="#000" stroke-width=".6" d="M239.5 287.8c0-10.4 7.5-18.8 16.6-18.8s16.7 8.4 16.7 18.7c0 10.4-7.5 18.8-16.7 18.8s-16.6-8.4-16.6-18.7z"/>
+ <path fill="#005bbf" d="M244.4 287.7c0-7.6 5.3-13.7 11.7-13.7 6.5 0 11.8 6.1 11.8 13.7s-5.3 13.7-11.7 13.7c-6.5 0-11.8-6.1-11.8-13.7"/>
+ <path fill="none" stroke="#000" stroke-width=".6" d="M244.4 287.7c0-7.6 5.3-13.7 11.7-13.7 6.5 0 11.8 6.1 11.8 13.7s-5.3 13.7-11.7 13.7c-6.5 0-11.8-6.1-11.8-13.7z"/>
+ <path fill="#c8b100" d="M250.6 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6a1.5 1.5 0 0 0-1.4-1 1.5 1.5 0 0 0-1.6 1.5l.3.8.5 1c.2-.4.5-.6 1-.6.6 0 1 .5 1 1v.3h-1.2v1h1.1l-.8 1.7 1-.4 1 1 .8-1 1 .4-.7-1.6h1v-1.1h-1.2a1 1 0 0 1 0-.3c0-.5.5-1 1-1s1 .2 1 .6l.6-1 .2-.8c0-.8-.6-1.5-1.5-1.5-.7 0-1.2.4-1.4 1 0 0 .5-1.2.5-2.6 0-1.4-1.4-3-1.4-3"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M250.6 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6a1.5 1.5 0 0 0-1.4-1 1.5 1.5 0 0 0-1.6 1.5l.3.8.5 1c.2-.4.5-.6 1-.6.6 0 1 .5 1 1v.3h-1.2v1h1.1l-.8 1.7 1-.4 1 1 .8-1 1 .4-.7-1.6h1v-1.1h-1.2a1 1 0 0 1 0-.3c0-.5.5-1 1-1s1 .2 1 .6l.6-1 .2-.8c0-.8-.6-1.5-1.5-1.5-.7 0-1.2.4-1.4 1 0 0 .5-1.2.5-2.6 0-1.4-1.4-3-1.4-3z"/>
+ <path fill="#c8b100" d="M248.4 287.9h4.5v-1.1h-4.5v1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M248.4 287.9h4.5v-1.1h-4.5v1z"/>
+ <path fill="#c8b100" d="M261.5 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6c-.2-.6-.8-1-1.4-1-.9 0-1.6.7-1.6 1.5l.3.8.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 1 1 0 0 1 0 .3h-1.2v1h1.1l-.8 1.7 1-.4.9 1 .9-1 1 .4-.8-1.6h1.1v-1.1h-1.2a.9.9 0 0 1 0-.3c0-.5.5-1 1-1s.9.2 1 .6l.6-1 .2-.8c0-.8-.7-1.5-1.5-1.5-.7 0-1.3.4-1.5 1 0 0 .6-1.2.6-2.6 0-1.4-1.4-3-1.4-3"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M261.5 278.3s-1.4 1.5-1.4 2.9.6 2.6.6 2.6c-.2-.6-.8-1-1.4-1-.9 0-1.6.7-1.6 1.5l.3.8.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 1 1 0 0 1 0 .3h-1.2v1h1.1l-.8 1.7 1-.4.9 1 .9-1 1 .4-.8-1.6h1.1v-1.1h-1.2a.9.9 0 0 1 0-.3c0-.5.5-1 1-1s.9.2 1 .6l.6-1 .2-.8c0-.8-.7-1.5-1.5-1.5-.7 0-1.3.4-1.5 1 0 0 .6-1.2.6-2.6 0-1.4-1.4-3-1.4-3z"/>
+ <path fill="#c8b100" d="M259.3 287.9h4.5v-1.1h-4.5v1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M259.3 287.9h4.5v-1.1h-4.5v1z"/>
+ <path fill="#c8b100" d="M256 287.6s-1.3 1.5-1.3 3c0 1.4.6 2.6.6 2.6a1.5 1.5 0 0 0-1.5-1 1.5 1.5 0 0 0-1.5 1.4l.2.8.5 1c.2-.3.6-.5 1-.5.6 0 1.1.4 1.1 1a1 1 0 0 1 0 .3h-1.2v1h1l-.8 1.7 1.1-.5.9 1 .8-1 1.1.5-.8-1.7h1.1v-1h-1.2a1 1 0 0 1 0-.3c0-.6.4-1 1-1 .5 0 .9.2 1 .5l.5-1c.1-.2.3-.5.3-.8 0-.8-.7-1.4-1.6-1.4a1.5 1.5 0 0 0-1.4 1s.6-1.2.6-2.7c0-1.4-1.4-2.9-1.4-2.9"/>
+ <path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="M256 287.6s-1.3 1.5-1.3 3c0 1.4.6 2.6.6 2.6a1.5 1.5 0 0 0-1.5-1 1.5 1.5 0 0 0-1.5 1.4l.2.8.5 1c.2-.3.6-.5 1-.5.6 0 1.1.4 1.1 1a1 1 0 0 1 0 .3h-1.2v1h1l-.8 1.7 1.1-.5.9 1 .8-1 1.1.5-.8-1.7h1.1v-1h-1.2a1 1 0 0 1 0-.3c0-.6.4-1 1-1 .5 0 .9.2 1 .5l.5-1c.1-.2.3-.5.3-.8 0-.8-.7-1.4-1.6-1.4a1.5 1.5 0 0 0-1.4 1s.6-1.2.6-2.7c0-1.4-1.4-2.9-1.4-2.9z"/>
+ <path fill="#c8b100" d="M253.8 297.2h4.5v-1h-4.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M253.8 297.2h4.5v-1h-4.5z"/>
+ <path fill="#c8b100" d="M289.4 238.3h-.3a1.6 1.6 0 0 1-.3.4c-.3.2-.7.3-.9 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.4-.5-.2-.8l.1-.2v-.3h-.3l-.1.3c-.3.2-.6.3-.8.1a.6.6 0 0 1-.1-.2h-.2c-.5.2-.7-1-.8-1.3l-.1.3v1.3a7 7 0 0 1-.3 1.2c.8.2 2 .8 3 1.7a9.6 9.6 0 0 1 2.5 2.5l1.2-.6c.6-.2 1.4-.2 1.4-.2l.2-.2c-.3 0-1.6.1-1.6-.4l.1-.2a.7.7 0 0 1-.3 0c-.2-.2-.2-.5 0-.8h.2v-.4h-.3l-.2.1c-.3.3-.7.3-.9 0a.5.5 0 0 1 0-.4.6.6 0 0 1-.6 0 .6.6 0 0 1 0-.9 1.6 1.6 0 0 1 .2-.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M289.4 238.3h-.3a1.6 1.6 0 0 1-.3.4c-.3.2-.7.3-.9 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.4-.5-.2-.8l.1-.2v-.3h-.3l-.1.3c-.3.2-.6.3-.8.1a.6.6 0 0 1-.1-.2h-.2c-.5.2-.7-1-.8-1.3l-.1.3v1.3a7 7 0 0 1-.3 1.2c.8.2 2 .8 3 1.7a9.6 9.6 0 0 1 2.5 2.5l1.2-.6c.6-.2 1.4-.2 1.4-.2l.2-.2c-.3 0-1.6.1-1.6-.4l.1-.2a.7.7 0 0 1-.3 0c-.2-.2-.2-.5 0-.8h.2v-.4h-.3l-.2.1c-.3.3-.7.3-.9 0a.5.5 0 0 1 0-.4.6.6 0 0 1-.6 0 .6.6 0 0 1 0-.9 1.6 1.6 0 0 1 .2-.3z"/>
+ <path d="M287 239h.3s.1.2 0 .2h-.2v-.2"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M287 239h.3s.1.2 0 .2h-.2v-.2z"/>
+ <path d="m288 239.8-.3-.2v-.2h.2l.3.3.3.2s.1.1 0 .2h-.1z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="m288 239.8-.3-.2v-.2h.2l.3.3.3.2s.1.1 0 .2h-.1l-.4-.3"/>
+ <path d="m286.3 238.6-.3-.2s-.1 0 0-.1h.1l.3.1.2.2.1.1h-.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="m286.3 238.6-.3-.2s-.1 0 0-.1h.1l.3.1.2.2.1.1h-.2l-.2-.1"/>
+ <path d="M285.2 237.9h.2l.1.2h-.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M285.2 237.9h.2l.1.2h-.2z"/>
+ <path d="M289.1 240.6v-.3h-.3v.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M289.1 240.6v-.3h-.3v.3z"/>
+ <path d="m289.7 241.2.2.2c0 .1.2.1.2 0l-.2-.3-.2-.2h-.2v.1z"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="m289.7 241.2.2.2c0 .1.2.1.2 0l-.2-.3-.2-.2h-.2v.1l.2.2"/>
+ <path d="M290.7 242v-.2h-.3v.3h.3"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M290.7 242v-.2h-.3v.3h.3z"/>
+ <path fill="#c8b100" d="M287.9 235.9h-.6l-.2.9.1.1h.2l.7-.5z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M287.9 235.9h-.6l-.2.9.1.1h.2l.7-.5-.2-.5"/>
+ <path fill="#c8b100" d="M286.2 236.4v.5l1 .2v-.3l-.5-.7z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M286.2 236.4v.5l1 .2v-.3l-.5-.7-.5.3"/>
+ <path fill="#c8b100" d="m288.2 237.5-.5.3-.6-.8v-.1h1.1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m288.2 237.5-.5.3-.6-.8v-.1h1.1v.6"/>
+ <path fill="#c8b100" d="M287 236.8a.3.3 0 0 1 .3-.1.3.3 0 0 1 .1.4.3.3 0 0 1-.3 0 .3.3 0 0 1-.2-.3"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M287 236.8a.3.3 0 0 1 .3-.1.3.3 0 0 1 .1.4.3.3 0 0 1-.3 0 .3.3 0 0 1-.2-.3z"/>
+ <path fill="#c8b100" d="m284.8 235.9-.3-.8a2 2 0 0 0-.4-.4s.4-.2.9.1c.4.3 0 .9 0 .9z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m284.8 235.9-.3-.8a2 2 0 0 0-.4-.4s.4-.2.9.1c.4.3 0 .9 0 .9z"/>
+ <path fill="#c8b100" d="m285.8 236.2-.4.4-.7-.6v-.3h1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m285.8 236.2-.4.4-.7-.6v-.3h1l.1.5"/>
+ <path fill="#c8b100" d="m284.6 235.8.3-.2c.1 0 .2.2.1.3 0 .2-.2.3-.3.3 0 0-.1-.2 0-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m284.6 235.8.3-.2c.1 0 .2.2.1.3 0 .2-.2.3-.3.3 0 0-.1-.2 0-.4z"/>
+ <path fill="#c8b100" d="M290.2 237.3h-.6l-.3.8v.2h.2l.9-.4z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M290.2 237.3h-.6l-.3.8v.2h.2l.9-.4-.2-.6"/>
+ <path fill="#c8b100" d="m288.5 237.6-.1.6.9.2h.1v-.2l-.4-.8z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m288.5 237.6-.1.6.9.2h.1v-.2l-.4-.8-.5.2"/>
+ <path fill="#c8b100" d="m290.3 239-.6.2-.4-.8v-.2h.1l1 .2z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m290.3 239-.6.2-.4-.8v-.2h.1l1 .2-.1.6"/>
+ <path fill="#c8b100" d="M289.1 238.1c.1-.1.3-.1.4 0a.3.3 0 0 1 .1.4.3.3 0 0 1-.4 0 .3.3 0 0 1 0-.4"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M289.1 238.1c.1-.1.3-.1.4 0a.3.3 0 0 1 .1.4.3.3 0 0 1-.4 0 .3.3 0 0 1 0-.4z"/>
+ <path fill="#c8b100" d="m292.2 239.2.1.6-.9.3h-.1v-.2l.3-.8z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m292.2 239.2.1.6-.9.3h-.1v-.2l.3-.8.6.1"/>
+ <path fill="#c8b100" d="m292 240.8-.5.2-.3-.9v-.1h.2l.8.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m292 240.8-.5.2-.3-.9v-.1h.2l.8.3-.1.5"/>
+ <path fill="#c8b100" d="m290.5 239.3-.2.5.9.3h.1v-.1l-.2-.9z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m290.5 239.3-.2.5.9.3h.1v-.1l-.2-.9-.6.2"/>
+ <path fill="#c8b100" d="M291.5 240.3a.3.3 0 0 0 0-.4.3.3 0 0 0-.5 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M291.5 240.3a.3.3 0 0 0 0-.4.3.3 0 0 0-.5 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0z"/>
+ <path fill="#c8b100" d="m292.9 242.1.8.1a2 2 0 0 1 .5.3s.1-.5-.3-.8c-.4-.3-.9.2-.9.2z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m292.9 242.1.8.1a2 2 0 0 1 .5.3s.1-.5-.3-.8c-.4-.3-.9.2-.9.2z"/>
+ <path fill="#c8b100" d="m292.3 241.2-.3.5.8.5v-.1h.2l-.1-1z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="m292.3 241.2-.3.5.8.5v-.1h.2l-.1-1h-.6"/>
+ <path fill="#c8b100" d="M293 242.2s.2-.2.1-.3h-.4c-.1 0-.2.2-.1.3z"/>
+ <path fill="none" stroke="#000" stroke-width=".3" d="M293 242.2s.2-.2.1-.3h-.4c-.1 0-.2.2-.1.3zm40.7-23.4v.6H331v-.6h1v-1.4h-.7v-.6h.6v-.5h.7v.5h.6v.6h-.6v1.4h1"/>
+ <path fill="none" d="M179.3 231.6v-1.3m-.3 1.3v-1.3m-.3 1.3v-1.3m-.4 1.3v-1.3"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M178 231.6v-1.3m-.5 1.2v-1.2m.2 1.2v-1.2m-.7 1.2v-1.1m.2 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.7 1v-1m-.2.9v-.8m-.2.8v-.8m-.6.8v-.7m.3.7v-.7m-.5.6v-.6m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M173.8 231v-.1"/>
+ <path fill="none" d="M180.8 231.5v-1.2m-.7 1.2v-1.2m-.4 1.3v-1.3m152.6 1.3v-1.3m-.3 1.3v-1.3m-.4 1.3v-1.3m-.4 1.3v-1.3"/>
+ <path fill="none" stroke="#000" stroke-width=".1" d="M331 231.6v-1.3m-.6 1.2v-1.1m.3 1.1v-1.2m-.8 1.2v-1.1m.2 1.1v-1.2m-.9 1.1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3 1v-.9m-.2.8v-.8m-.5.8v-.7m.2.7v-.7m-.5.6v-.5m-.2.5v-.5m-.3.4v-.4m-.2.3v-.2"/>
+ <path fill="none" stroke="#000" stroke-width=".2" d="M326.7 231v-.1"/>
+ <path fill="none" d="M333.7 231.5v-1.2m-.6 1.3v-1.3m-.5 1.3v-1.3"/>
+</svg>
-- 
GitLab