Primer commit de Megafonías TsSAEx
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
104
index.html
Normal file
104
index.html
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="es">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Megafonías TsSAEx</title>
|
||||||
|
<link rel="stylesheet" href="/src/style.css">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="loading-screen">
|
||||||
|
<div class="loading-content">
|
||||||
|
<img src="/logo.svg" alt="bus-logo" class="splash-logo">
|
||||||
|
<h2 class="brand-name loading-title">Megafonías TsSAEx</h2>
|
||||||
|
<md-linear-progress indeterminate></md-linear-progress>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main id="app">
|
||||||
|
<header class="top-app-bar">
|
||||||
|
<h1 class="brand-name">Megafonías TsSAEx</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="dashboard-grid">
|
||||||
|
|
||||||
|
<section class="m3-card">
|
||||||
|
<div class="vol-header"><md-icon>meeting_room</md-icon><span>Panel Interior</span></div>
|
||||||
|
<md-filled-select id="int-linea" label="Línea"></md-filled-select>
|
||||||
|
<md-filled-select id="int-parada" label="Parada" disabled></md-filled-select>
|
||||||
|
<div class="radio-container">
|
||||||
|
<label><md-radio name="tipo" value="actual" checked></md-radio>Parada actual</label>
|
||||||
|
<label><md-radio name="tipo" value="siguiente"></md-radio>Parada siguiente</label>
|
||||||
|
</div>
|
||||||
|
<md-filled-button id="btn-int">Anunciar Parada</md-filled-button>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="m3-card secondary">
|
||||||
|
<div class="vol-header"><md-icon>campaign</md-icon><span>Exterior</span></div>
|
||||||
|
<p style="margin:0; opacity:0.7; font-size:0.9rem;">Configuración de letrero y megafonía externa para paradas.</p>
|
||||||
|
<md-filled-tonal-button id="btn-abrir-exterior">
|
||||||
|
<md-icon slot="icon">open_in_new</md-icon>Configurar Exterior
|
||||||
|
</md-filled-tonal-button>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="m3-card specials-card">
|
||||||
|
<div class="vol-header"><md-icon>stars</md-icon><span>Especiales</span></div>
|
||||||
|
<div class="button-grid-specials">
|
||||||
|
<md-filled-tonal-button id="btn-colision" class="danger-btn">
|
||||||
|
<md-icon slot="icon">warning</md-icon>Colisión
|
||||||
|
</md-filled-tonal-button>
|
||||||
|
<md-filled-tonal-button id="btn-hora">
|
||||||
|
<md-icon slot="icon">schedule</md-icon>Hora
|
||||||
|
</md-filled-tonal-button>
|
||||||
|
<md-filled-tonal-button id="btn-saldo">
|
||||||
|
<md-icon slot="icon">account_balance_wallet</md-icon>Saldo
|
||||||
|
</md-filled-tonal-button>
|
||||||
|
<md-filled-tonal-button id="btn-insuficiente">
|
||||||
|
<md-icon slot="icon">block</md-icon>Insuf.
|
||||||
|
</md-filled-tonal-button>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="m3-card tertiary">
|
||||||
|
<div class="vol-header"><md-icon>volume_up</md-icon><span>Volumen General</span></div>
|
||||||
|
<md-slider id="vol" min="0" max="1" step="0.01" value="0.8"></md-slider>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="m3-card editor-card">
|
||||||
|
<div class="vol-header"><md-icon>edit_note</md-icon><span>Editor de Líneas</span></div>
|
||||||
|
<div class="editor-controls">
|
||||||
|
<md-outlined-text-field id="ed-id-linea" label="ID Línea (ej. L1)"></md-outlined-text-field>
|
||||||
|
<md-outlined-text-field id="ed-nombre-linea" label="Nombre (ej. Línea 1)"></md-outlined-text-field>
|
||||||
|
</div>
|
||||||
|
<div id="lista-paradas-editor"></div>
|
||||||
|
<div class="editor-actions">
|
||||||
|
<md-filled-tonal-button id="btn-add-parada-ed"><md-icon slot="icon">add</md-icon>Añadir Parada</md-filled-tonal-button>
|
||||||
|
<md-filled-button id="btn-generar-json">Exportar JSON</md-filled-button>
|
||||||
|
</div>
|
||||||
|
<pre id="output-json" class="json-preview"></pre>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<md-dialog id="dialog-exterior">
|
||||||
|
<div slot="headline"><md-icon>record_voice_over</md-icon> Exterior</div>
|
||||||
|
<form slot="content" id="form-ext" method="dialog">
|
||||||
|
<div class="dialog-layout">
|
||||||
|
<md-filled-select id="ext-linea" label="Línea"></md-filled-select>
|
||||||
|
<md-filled-select id="ext-destino" label="Destino" disabled></md-filled-select>
|
||||||
|
<md-filled-select id="ext-coche" label="Coche"></md-filled-select>
|
||||||
|
<div class="vol-header" style="margin-top:10px"><md-icon>volume_down</md-icon><span>Volumen Exterior</span></div>
|
||||||
|
<md-slider id="vol-ext" min="0" max="1" step="0.01" value="0.9"></md-slider>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<div slot="actions">
|
||||||
|
<md-text-button form="form-ext" value="close">Cerrar</md-text-button>
|
||||||
|
<md-filled-button id="btn-reproducir-ext">Reproducir</md-filled-button>
|
||||||
|
</div>
|
||||||
|
</md-dialog>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
920
package-lock.json
generated
Normal file
920
package-lock.json
generated
Normal file
@@ -0,0 +1,920 @@
|
|||||||
|
{
|
||||||
|
"name": "megafonias",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "megafonias",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"dependencies": {
|
||||||
|
"@fontsource/roboto": "^5.2.9",
|
||||||
|
"@material/web": "^2.4.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"vite": "^8.0.0-beta.13"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@emnapi/core": {
|
||||||
|
"version": "1.8.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
|
||||||
|
"integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@emnapi/wasi-threads": "1.1.0",
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@emnapi/runtime": {
|
||||||
|
"version": "1.8.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
|
||||||
|
"integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@emnapi/wasi-threads": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@fontsource/roboto": {
|
||||||
|
"version": "5.2.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.9.tgz",
|
||||||
|
"integrity": "sha512-ZTkyHiPk74B/aj8BZWbsxD5Yu+Lq+nR64eV4wirlrac2qXR7jYk2h6JlLYuOuoruTkGQWNw2fMuKNavw7/rg0w==",
|
||||||
|
"license": "OFL-1.1",
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ayuhito"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@lit-labs/ssr-dom-shim": {
|
||||||
|
"version": "1.5.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.5.1.tgz",
|
||||||
|
"integrity": "sha512-Aou5UdlSpr5whQe8AA/bZG0jMj96CoJIWbGfZ91qieWu5AWUMKw8VR/pAkQkJYvBNhmCcWnZlyyk5oze8JIqYA==",
|
||||||
|
"license": "BSD-3-Clause"
|
||||||
|
},
|
||||||
|
"node_modules/@lit/reactive-element": {
|
||||||
|
"version": "2.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.2.tgz",
|
||||||
|
"integrity": "sha512-pbCDiVMnne1lYUIaYNN5wrwQXDtHaYtg7YEFPeW+hws6U47WeFvISGUWekPGKWOP1ygrs0ef0o1VJMk1exos5A==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"@lit-labs/ssr-dom-shim": "^1.5.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@material/web": {
|
||||||
|
"version": "2.4.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@material/web/-/web-2.4.1.tgz",
|
||||||
|
"integrity": "sha512-0sk9t25acJ72Qv3r0n9r0lgDbPaAKnpm0p+QmEAAwYyZomHxuVbgrrAdtNXaRm7jFyGh+WsTr8bhtvCnpPRFjw==",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"workspaces": [
|
||||||
|
"catalog"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"lit": "^2.8.0 || ^3.0.0",
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@napi-rs/wasm-runtime": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@emnapi/core": "^1.7.1",
|
||||||
|
"@emnapi/runtime": "^1.7.1",
|
||||||
|
"@tybys/wasm-util": "^0.10.1"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@oxc-project/runtime": {
|
||||||
|
"version": "0.112.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.112.0.tgz",
|
||||||
|
"integrity": "sha512-4vYtWXMnXM6EaweCxbJ6bISAhkNHeN33SihvuX3wrpqaSJA4ZEoW35i9mSvE74+GDf1yTeVE+aEHA+WBpjDk/g==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@oxc-project/types": {
|
||||||
|
"version": "0.112.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.112.0.tgz",
|
||||||
|
"integrity": "sha512-m6RebKHIRsax2iCwVpYW2ErQwa4ywHJrE4sCK3/8JK8ZZAWOKXaRJFl/uP51gaVyyXlaS4+chU1nSCdzYf6QqQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/Boshen"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-android-arm64": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-0T1k9FinuBZ/t7rZ8jN6OpUKPnUjNdYHoj/cESWrQ3ZraAJ4OMm6z7QjSfCxqj8mOp9kTKc1zHK3kGz5vMu+nQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-JWWLzvcmc/3pe7qdJqPpuPk91SoE/N+f3PcWx/6ZwuyDVyungAEJPvKm/eEldiDdwTmaEzWfIR+HORxYWrCi1A==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-darwin-x64": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-MTakBxfx3tde5WSmbHxuqlDsIW0EzQym+PJYGF4P6lG2NmKzi128OGynoFUqoD5ryCySEY85dug4v+LWGBElIw==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-jje3oopyOLs7IwfvXoS6Lxnmie5JJO7vW29fdGFu5YGY1EDbVDhD+P9vDihqS5X6fFiqL3ZQZCMBg6jyHkSVww==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"freebsd"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-A0n8P3hdLAaqzSFrQoA42p23ZKBYQOw+8EH5r15Sa9X1kD9/JXe0YT2gph2QTWvdr0CVK2BOXiK6ENfy6DXOag==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-kWXkoxxarYISBJ4bLNf5vFkEbb4JvccOwxWDxuK9yee8lg5XA7OpvlTptfRuwEvYcOZf+7VS69Uenpmpyo5Bjw==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-Z03/wrqau9Bicfgb3Dbs6SYTHliELk2PM2LpG2nFd+cGupTMF5kanLEcj2vuuJLLhptNyS61rtk7SOZ+lPsTUA==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-iSXXZsQp08CSilff/DCTFZHSVEpEwdicV3W8idHyrByrcsRDVh9sGC3sev6d8BygSGj3vt8GvUKBPCoyMA4tgQ==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-qaj+MFudtdCv9xZo9znFvkgoajLdc+vwf0Kz5N44g+LU5XMe+IsACgn3UG7uTRlCCvhMAGXm1XlpEA5bZBrOcw==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-U662UnMETyjT65gFmG9ma+XziENrs7BBnENi/27swZPYagubfHRirXHG2oMl+pEax2WvO7Kb9gHZmMakpYqBHQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"openharmony"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-gekrQ3Q2HiC1T5njGyuUJoGpK/l6B/TNXKed3fZXNf9YRTJn3L5MOZsFBn4bN2+UX+8+7hgdlTcEsexX988G4g==",
|
||||||
|
"cpu": [
|
||||||
|
"wasm32"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@napi-rs/wasm-runtime": "^1.1.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-85y5JifyMgs8m5K2XzR/VDsapKbiFiohl7s5lEj7nmNGO0pkTXE7q6TQScei96BNAsoK7JC3pA7ukA8WRHVJpg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-a4VUQZH7LxGbUJ3qJ/TzQG8HxdHvf+jOnqf7B7oFx1TEBm+j2KNL2zr5SQ7wHkNAcaPevF6gf9tQnVBnC4mD+A==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/pluginutils": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
|
"node_modules/@tybys/wasm-util": {
|
||||||
|
"version": "0.10.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
|
||||||
|
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@types/trusted-types": {
|
||||||
|
"version": "2.0.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
||||||
|
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
|
"node_modules/detect-libc": {
|
||||||
|
"version": "2.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
||||||
|
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/fdir": {
|
||||||
|
"version": "6.5.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
||||||
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"picomatch": "^3 || ^4"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"picomatch": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/fsevents": {
|
||||||
|
"version": "2.3.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
||||||
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
||||||
|
"dev": true,
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"dependencies": {
|
||||||
|
"detect-libc": "^2.0.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"lightningcss-android-arm64": "1.31.1",
|
||||||
|
"lightningcss-darwin-arm64": "1.31.1",
|
||||||
|
"lightningcss-darwin-x64": "1.31.1",
|
||||||
|
"lightningcss-freebsd-x64": "1.31.1",
|
||||||
|
"lightningcss-linux-arm-gnueabihf": "1.31.1",
|
||||||
|
"lightningcss-linux-arm64-gnu": "1.31.1",
|
||||||
|
"lightningcss-linux-arm64-musl": "1.31.1",
|
||||||
|
"lightningcss-linux-x64-gnu": "1.31.1",
|
||||||
|
"lightningcss-linux-x64-musl": "1.31.1",
|
||||||
|
"lightningcss-win32-arm64-msvc": "1.31.1",
|
||||||
|
"lightningcss-win32-x64-msvc": "1.31.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-android-arm64": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-darwin-arm64": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-darwin-x64": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-freebsd-x64": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"freebsd"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-linux-arm64-musl": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-linux-x64-gnu": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-linux-x64-musl": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lightningcss-win32-x64-msvc": {
|
||||||
|
"version": "1.31.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
|
||||||
|
"integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"dev": true,
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/parcel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lit": {
|
||||||
|
"version": "3.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/lit/-/lit-3.3.2.tgz",
|
||||||
|
"integrity": "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"@lit/reactive-element": "^2.1.0",
|
||||||
|
"lit-element": "^4.2.0",
|
||||||
|
"lit-html": "^3.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lit-element": {
|
||||||
|
"version": "4.2.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/lit-element/-/lit-element-4.2.2.tgz",
|
||||||
|
"integrity": "sha512-aFKhNToWxoyhkNDmWZwEva2SlQia+jfG0fjIWV//YeTaWrVnOxD89dPKfigCUspXFmjzOEUQpOkejH5Ly6sG0w==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"@lit-labs/ssr-dom-shim": "^1.5.0",
|
||||||
|
"@lit/reactive-element": "^2.1.0",
|
||||||
|
"lit-html": "^3.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lit-html": {
|
||||||
|
"version": "3.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.3.2.tgz",
|
||||||
|
"integrity": "sha512-Qy9hU88zcmaxBXcc10ZpdK7cOLXvXpRoBxERdtqV9QOrfpMZZ6pSYP91LhpPtap3sFMUiL7Tw2RImbe0Al2/kw==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"@types/trusted-types": "^2.0.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/nanoid": {
|
||||||
|
"version": "3.3.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
||||||
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
||||||
|
"dev": true,
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/ai"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"bin": {
|
||||||
|
"nanoid": "bin/nanoid.cjs"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/picocolors": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "ISC"
|
||||||
|
},
|
||||||
|
"node_modules/picomatch": {
|
||||||
|
"version": "4.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
||||||
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/postcss": {
|
||||||
|
"version": "8.5.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
||||||
|
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
||||||
|
"dev": true,
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/postcss/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tidelift",
|
||||||
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/ai"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"nanoid": "^3.3.11",
|
||||||
|
"picocolors": "^1.1.1",
|
||||||
|
"source-map-js": "^1.2.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^10 || ^12 || >=14"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/rolldown": {
|
||||||
|
"version": "1.0.0-rc.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.3.tgz",
|
||||||
|
"integrity": "sha512-Po/YZECDOqVXjIXrtC5h++a5NLvKAQNrd9ggrIG3sbDfGO5BqTUsrI6l8zdniKRp3r5Tp/2JTrXqx4GIguFCMw==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@oxc-project/types": "=0.112.0",
|
||||||
|
"@rolldown/pluginutils": "1.0.0-rc.3"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"rolldown": "bin/cli.mjs"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"@rolldown/binding-android-arm64": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-darwin-arm64": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-darwin-x64": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-freebsd-x64": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.3",
|
||||||
|
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/source-map-js": {
|
||||||
|
"version": "1.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||||||
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.10.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/tinyglobby": {
|
||||||
|
"version": "0.2.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
||||||
|
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"fdir": "^6.5.0",
|
||||||
|
"picomatch": "^4.0.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/tslib": {
|
||||||
|
"version": "2.8.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
||||||
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
||||||
|
"license": "0BSD"
|
||||||
|
},
|
||||||
|
"node_modules/vite": {
|
||||||
|
"version": "8.0.0-beta.13",
|
||||||
|
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.0-beta.13.tgz",
|
||||||
|
"integrity": "sha512-7s/rfpYOAo7WUHh9irzaGjhhKb12hGv0BpDegAMV5A391wdyvM45WtX6VMV7hvEtZF2j/QtpDpR6ldXI3GgARQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@oxc-project/runtime": "0.112.0",
|
||||||
|
"fdir": "^6.5.0",
|
||||||
|
"lightningcss": "^1.31.1",
|
||||||
|
"picomatch": "^4.0.3",
|
||||||
|
"postcss": "^8.5.6",
|
||||||
|
"rolldown": "1.0.0-rc.3",
|
||||||
|
"tinyglobby": "^0.2.15"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"vite": "bin/vite.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"fsevents": "~2.3.3"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@types/node": "^20.19.0 || >=22.12.0",
|
||||||
|
"@vitejs/devtools": "^0.0.0-alpha.24",
|
||||||
|
"esbuild": "^0.27.0",
|
||||||
|
"jiti": ">=1.21.0",
|
||||||
|
"less": "^4.0.0",
|
||||||
|
"sass": "^1.70.0",
|
||||||
|
"sass-embedded": "^1.70.0",
|
||||||
|
"stylus": ">=0.54.8",
|
||||||
|
"sugarss": "^5.0.0",
|
||||||
|
"terser": "^5.16.0",
|
||||||
|
"tsx": "^4.8.1",
|
||||||
|
"yaml": "^2.4.2"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@types/node": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@vitejs/devtools": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"esbuild": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"jiti": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"less": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"sass": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"sass-embedded": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"stylus": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"sugarss": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"terser": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"tsx": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"yaml": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "megafonias",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.0",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite",
|
||||||
|
"build": "vite build",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"vite": "^8.0.0-beta.13"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"vite": "^8.0.0-beta.13"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@fontsource/roboto": "^5.2.9",
|
||||||
|
"@material/web": "^2.4.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
public/audio/1-av._andalucia_(castaño_robledo).wav
Normal file
BIN
public/audio/1-av._andalucia_(castaño_robledo).wav
Normal file
Binary file not shown.
BIN
public/audio/1-avda._alemania_(esquina_ruiz_de_alda).wav
Normal file
BIN
public/audio/1-avda._alemania_(esquina_ruiz_de_alda).wav
Normal file
Binary file not shown.
BIN
public/audio/1-avda._alemania_(plaza_de_toros).wav
Normal file
BIN
public/audio/1-avda._alemania_(plaza_de_toros).wav
Normal file
Binary file not shown.
BIN
public/audio/1-avda.alemania(plaza_de_toros).wav
Normal file
BIN
public/audio/1-avda.alemania(plaza_de_toros).wav
Normal file
Binary file not shown.
BIN
public/audio/1-barriada_del_carmen.wav
Normal file
BIN
public/audio/1-barriada_del_carmen.wav
Normal file
Binary file not shown.
BIN
public/audio/1-bda._josé_antonio.wav
Normal file
BIN
public/audio/1-bda._josé_antonio.wav
Normal file
Binary file not shown.
BIN
public/audio/1-bda._navidad.wav
Normal file
BIN
public/audio/1-bda._navidad.wav
Normal file
Binary file not shown.
BIN
public/audio/1-cardeñas.wav
Normal file
BIN
public/audio/1-cardeñas.wav
Normal file
Binary file not shown.
BIN
public/audio/1-centro_comercial_holea.wav
Normal file
BIN
public/audio/1-centro_comercial_holea.wav
Normal file
Binary file not shown.
BIN
public/audio/1-cruce_romeralejo.wav
Normal file
BIN
public/audio/1-cruce_romeralejo.wav
Normal file
Binary file not shown.
BIN
public/audio/1-don_bosco.wav
Normal file
BIN
public/audio/1-don_bosco.wav
Normal file
Binary file not shown.
BIN
public/audio/1-el_punto.wav
Normal file
BIN
public/audio/1-el_punto.wav
Normal file
Binary file not shown.
BIN
public/audio/1-el_árbol.wav
Normal file
BIN
public/audio/1-el_árbol.wav
Normal file
Binary file not shown.
BIN
public/audio/1-estación_de_ferrocarril.wav
Normal file
BIN
public/audio/1-estación_de_ferrocarril.wav
Normal file
Binary file not shown.
BIN
public/audio/1-estación_de_sevilla.wav
Normal file
BIN
public/audio/1-estación_de_sevilla.wav
Normal file
Binary file not shown.
BIN
public/audio/1-gasolinera.wav
Normal file
BIN
public/audio/1-gasolinera.wav
Normal file
Binary file not shown.
BIN
public/audio/1-gonzalo_de_berceo.wav
Normal file
BIN
public/audio/1-gonzalo_de_berceo.wav
Normal file
Binary file not shown.
BIN
public/audio/1-higueral_(fuerzas_armadas).wav
Normal file
BIN
public/audio/1-higueral_(fuerzas_armadas).wav
Normal file
Binary file not shown.
BIN
public/audio/1-hospital_jrj.wav
Normal file
BIN
public/audio/1-hospital_jrj.wav
Normal file
Binary file not shown.
BIN
public/audio/1-humilladero.wav
Normal file
BIN
public/audio/1-humilladero.wav
Normal file
Binary file not shown.
BIN
public/audio/1-isla_chica.wav
Normal file
BIN
public/audio/1-isla_chica.wav
Normal file
Binary file not shown.
BIN
public/audio/1-julio_caro_baroja_(aqualon).wav
Normal file
BIN
public/audio/1-julio_caro_baroja_(aqualon).wav
Normal file
Binary file not shown.
BIN
public/audio/1-las_delicias.wav
Normal file
BIN
public/audio/1-las_delicias.wav
Normal file
Binary file not shown.
BIN
public/audio/1-magnolia.wav
Normal file
BIN
public/audio/1-magnolia.wav
Normal file
Binary file not shown.
BIN
public/audio/1-monumento_al_fútbol.wav
Normal file
BIN
public/audio/1-monumento_al_fútbol.wav
Normal file
Binary file not shown.
BIN
public/audio/1-nuevo_mercado.wav
Normal file
BIN
public/audio/1-nuevo_mercado.wav
Normal file
Binary file not shown.
BIN
public/audio/1-orden_baja.wav
Normal file
BIN
public/audio/1-orden_baja.wav
Normal file
Binary file not shown.
BIN
public/audio/1-palacio_de_deportes.wav
Normal file
BIN
public/audio/1-palacio_de_deportes.wav
Normal file
Binary file not shown.
BIN
public/audio/1-plaza_de_los_dolores.wav
Normal file
BIN
public/audio/1-plaza_de_los_dolores.wav
Normal file
Binary file not shown.
BIN
public/audio/1-plaza_las_amapolas.wav
Normal file
BIN
public/audio/1-plaza_las_amapolas.wav
Normal file
Binary file not shown.
BIN
public/audio/1-plaza_niño_miguel.wav
Normal file
BIN
public/audio/1-plaza_niño_miguel.wav
Normal file
Binary file not shown.
BIN
public/audio/1-relaciones_laborales_(universidad).wav
Normal file
BIN
public/audio/1-relaciones_laborales_(universidad).wav
Normal file
Binary file not shown.
BIN
public/audio/1-universidad._avenida_de_las_artes.wav
Normal file
BIN
public/audio/1-universidad._avenida_de_las_artes.wav
Normal file
Binary file not shown.
BIN
public/audio/1-vista_alegre-universidad.wav
Normal file
BIN
public/audio/1-vista_alegre-universidad.wav
Normal file
Binary file not shown.
BIN
public/audio/1-zafra.wav
Normal file
BIN
public/audio/1-zafra.wav
Normal file
Binary file not shown.
BIN
public/audio/131-puente_de_vallecas.wav
Normal file
BIN
public/audio/131-puente_de_vallecas.wav
Normal file
Binary file not shown.
BIN
public/audio/141-puente_de_vallecas.wav
Normal file
BIN
public/audio/141-puente_de_vallecas.wav
Normal file
Binary file not shown.
BIN
public/audio/2-nuevo_mercado.wav
Normal file
BIN
public/audio/2-nuevo_mercado.wav
Normal file
Binary file not shown.
BIN
public/audio/2-villa_de_madrid.wav
Normal file
BIN
public/audio/2-villa_de_madrid.wav
Normal file
Binary file not shown.
BIN
public/audio/2-zafra.wav
Normal file
BIN
public/audio/2-zafra.wav
Normal file
Binary file not shown.
BIN
public/audio/T32-profesor_raúl_vázquez.wav
Normal file
BIN
public/audio/T32-profesor_raúl_vázquez.wav
Normal file
Binary file not shown.
BIN
public/audio/atencion_a_su_saldo.mp3
Normal file
BIN
public/audio/atencion_a_su_saldo.mp3
Normal file
Binary file not shown.
BIN
public/audio/colision.wav
Normal file
BIN
public/audio/colision.wav
Normal file
Binary file not shown.
BIN
public/audio/hora_de_salida.mp3
Normal file
BIN
public/audio/hora_de_salida.mp3
Normal file
Binary file not shown.
BIN
public/audio/parada_actual.wav
Normal file
BIN
public/audio/parada_actual.wav
Normal file
Binary file not shown.
BIN
public/audio/parada_siguiente.wav
Normal file
BIN
public/audio/parada_siguiente.wav
Normal file
Binary file not shown.
BIN
public/audio/saldo_insuficiente.mp3
Normal file
BIN
public/audio/saldo_insuficiente.mp3
Normal file
Binary file not shown.
BIN
public/audio/zafra.wav
Normal file
BIN
public/audio/zafra.wav
Normal file
Binary file not shown.
12
public/data/exterior.json
Normal file
12
public/data/exterior.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"lineas": {
|
||||||
|
"L1": {
|
||||||
|
"nombre": "Línea 1",
|
||||||
|
"destinos": ["Zafra", "Hospital JRJ"]
|
||||||
|
},
|
||||||
|
"L2": {
|
||||||
|
"nombre": "Línea 2",
|
||||||
|
"destinos": ["Zafra", "Hospital JRJ"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
485
public/data/lineas.json
Normal file
485
public/data/lineas.json
Normal file
@@ -0,0 +1,485 @@
|
|||||||
|
{
|
||||||
|
"L1": {
|
||||||
|
"nombre": "Línea 1",
|
||||||
|
"paradas": [
|
||||||
|
{
|
||||||
|
"id": "zafra",
|
||||||
|
"nombre": "Zafra",
|
||||||
|
"enlaces": [
|
||||||
|
"todas"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "caro_baroja",
|
||||||
|
"nombre": "Julio Caro Baroja (Aqualon)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "alemania_ruiz_alda",
|
||||||
|
"nombre": "Avda. Alemania (Ruiz de Alda)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "alemania_plaza_toros",
|
||||||
|
"nombre": "Avda. Alemania (Plaza de Toros)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "bda_navidad",
|
||||||
|
"nombre": "Bda. Navidad",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "don_bosco",
|
||||||
|
"nombre": "Don Bosco",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "plaza_dolores",
|
||||||
|
"nombre": "Plaza de los Dolores",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "bda_carmen",
|
||||||
|
"nombre": "Barriada del Carmen",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "humilladero",
|
||||||
|
"nombre": "Humilladero",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cardenas",
|
||||||
|
"nombre": "Cardeñas",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "orden_baja",
|
||||||
|
"nombre": "Orden Baja",
|
||||||
|
"enlaces": [
|
||||||
|
"L2",
|
||||||
|
"L3",
|
||||||
|
"L4",
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gonzalo_berceo",
|
||||||
|
"nombre": "Gonzalo de Berceo",
|
||||||
|
"enlaces": [
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "plaza_nino_miguel",
|
||||||
|
"nombre": "Plaza Niño Miguel",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "magnolia",
|
||||||
|
"nombre": "Magnolia",
|
||||||
|
"enlaces": [
|
||||||
|
"L7"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "hospital_jrj",
|
||||||
|
"nombre": "Hospital Juan Ramón Jiménez",
|
||||||
|
"enlaces": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "plaza_amapolas",
|
||||||
|
"nombre": "Plaza las Amapolas",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "andalucia_castano",
|
||||||
|
"nombre": "Av. Andalucía (Castaño Robledo)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "monumento_futbol",
|
||||||
|
"nombre": "Monumento al Fútbol",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "relaciones_laborales",
|
||||||
|
"nombre": "Relaciones Laborales (Univ.)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "vista_alegre",
|
||||||
|
"nombre": "Vista Alegre-Universidad",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "holea",
|
||||||
|
"nombre": "Centro Comercial Holea",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cruce_romeralejo",
|
||||||
|
"nombre": "Cruce Romeralejo",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "universidad_artes",
|
||||||
|
"nombre": "Univ. Avenida de las Artes",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "palacio_deportes",
|
||||||
|
"nombre": "Palacio de Deportes",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "higueral",
|
||||||
|
"nombre": "Higueral (Fuerzas Armadas)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "bda_jose_antonio",
|
||||||
|
"nombre": "Bda. José Antonio",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "isla_chica",
|
||||||
|
"nombre": "Isla Chica",
|
||||||
|
"enlaces": [
|
||||||
|
"L3",
|
||||||
|
"L5",
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "las_delicias",
|
||||||
|
"nombre": "Las Delicias",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "el_arbol",
|
||||||
|
"nombre": "El Árbol",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gasolinera",
|
||||||
|
"nombre": "Gasolinera",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "estacion_ffcc",
|
||||||
|
"nombre": "Estación de Ferrocarril",
|
||||||
|
"enlaces": [
|
||||||
|
"L2",
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "punto",
|
||||||
|
"nombre": "El Punto",
|
||||||
|
"enlaces": [
|
||||||
|
"L2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "estacion_sevilla",
|
||||||
|
"nombre": "Estación de Sevilla",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "nuevo_mercado",
|
||||||
|
"nombre": "Nuevo Mercado",
|
||||||
|
"enlaces": [
|
||||||
|
"L2"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"L2": {
|
||||||
|
"nombre": "Línea 2",
|
||||||
|
"paradas": [
|
||||||
|
{
|
||||||
|
"id": "zafra",
|
||||||
|
"nombre": "Zafra",
|
||||||
|
"enlaces": [
|
||||||
|
"todas"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "nuevo-mercado",
|
||||||
|
"nombre": "Nuevo Mercado",
|
||||||
|
"enlaces": [
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "villa-madrid",
|
||||||
|
"nombre": "Villa de Madrid",
|
||||||
|
"enlaces": [
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "avenida-italia",
|
||||||
|
"nombre": "Avenida Italia Estación de Sevilla",
|
||||||
|
"enlaces": [
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "el-punto",
|
||||||
|
"nombre": "El Punto",
|
||||||
|
"enlaces": [
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "estacion-ferrocarril",
|
||||||
|
"nombre": "Estación de Ferrocarril",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L5",
|
||||||
|
"L6",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP",
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "juzgados",
|
||||||
|
"nombre": "Juzgados",
|
||||||
|
"enlaces": [
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "barrio-obrero",
|
||||||
|
"nombre": "Barrio Obrero",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "el-porvenir",
|
||||||
|
"nombre": "El Porvenir",
|
||||||
|
"enlaces": [
|
||||||
|
"L4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "las-delicias",
|
||||||
|
"nombre": "Las Delicias",
|
||||||
|
"enlaces": [
|
||||||
|
"L4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "isla-chica",
|
||||||
|
"nombre": "Isla Chica",
|
||||||
|
"enlaces": [
|
||||||
|
"L4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "jose-antonio",
|
||||||
|
"nombre": "Bda. José Antonio",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "fuerzas-armadas",
|
||||||
|
"nombre": "Fuerzas Armadas Los Rosales",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "palacio-deportes",
|
||||||
|
"nombre": "Palacio de Deportes",
|
||||||
|
"enlaces": [
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ciencias-educacion",
|
||||||
|
"nombre": "Ciencias de la Educación (Universidad)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "biblioteca-universidad",
|
||||||
|
"nombre": "Biblioteca (Universidad)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "monumento-futbol",
|
||||||
|
"nombre": "Monumento al Fútbol",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "relaciones-laborales",
|
||||||
|
"nombre": "Relaciones Laborales (Universidad)",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L6",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "vista-alegre",
|
||||||
|
"nombre": "Vista Alegre-Universidad",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L5",
|
||||||
|
"L6",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "holea",
|
||||||
|
"nombre": "Centro Comercial Holea",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L5",
|
||||||
|
"L6",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "plaza-amapolas",
|
||||||
|
"nombre": "Plaza las Amapolas",
|
||||||
|
"enlaces": [
|
||||||
|
"L6",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "hospital",
|
||||||
|
"nombre": "Hospital JRJ",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L5",
|
||||||
|
"L6",
|
||||||
|
"L7",
|
||||||
|
"L7H",
|
||||||
|
"L7HP",
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "magnolia",
|
||||||
|
"nombre": "Magnolia",
|
||||||
|
"enlaces": [
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "orden-alta",
|
||||||
|
"nombre": "Orden Alta",
|
||||||
|
"enlaces": [
|
||||||
|
"L4"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gonzalo-berceo-alto",
|
||||||
|
"nombre": "Gonzalo de Berceo (Alto)",
|
||||||
|
"enlaces": [
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gonzalo-berceo-bajo",
|
||||||
|
"nombre": "Gonzalo de Berceo (Bajo)",
|
||||||
|
"enlaces": [
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "orden-baja",
|
||||||
|
"nombre": "Orden Baja",
|
||||||
|
"enlaces": [
|
||||||
|
"L1",
|
||||||
|
"L3",
|
||||||
|
"L4",
|
||||||
|
"L8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "legion-espanola",
|
||||||
|
"nombre": "Legión Española",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cardenas",
|
||||||
|
"nombre": "Cardeñas",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "humilladero",
|
||||||
|
"nombre": "Humilladero",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "barriada-carmen",
|
||||||
|
"nombre": "Barriada del Carmen",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "santa-lucia",
|
||||||
|
"nombre": "Santa Lucía",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "santa-eulalia",
|
||||||
|
"nombre": "Santa Eulalia",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "barriada-navidad",
|
||||||
|
"nombre": "Bda. Navidad",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "molino-vega",
|
||||||
|
"nombre": "Molino de la Vega",
|
||||||
|
"enlaces": [
|
||||||
|
"L3",
|
||||||
|
"L4",
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "paseo-palmeras",
|
||||||
|
"nombre": "Paseo de las Palmeras",
|
||||||
|
"enlaces": [
|
||||||
|
"L3",
|
||||||
|
"L4",
|
||||||
|
"L6"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "aqualon",
|
||||||
|
"nombre": "Julio Caro Baroja (Aqualon)",
|
||||||
|
"enlaces": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "zafra",
|
||||||
|
"nombre": "Zafra",
|
||||||
|
"enlaces": [
|
||||||
|
"todas"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
682
public/logo.svg
Normal file
682
public/logo.svg
Normal file
@@ -0,0 +1,682 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 306.19 100.53">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11 {
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-3, .cls-10 {
|
||||||
|
fill-rule: evenodd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-9 {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-12 {
|
||||||
|
clip-path: url(#clippath-11);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-13 {
|
||||||
|
clip-path: url(#clippath-16);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
fill: url(#linear-gradient);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3, .cls-11 {
|
||||||
|
fill: #d1d3d4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4, .cls-10 {
|
||||||
|
fill: #231f20;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-14 {
|
||||||
|
stroke-width: .12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-5, .cls-19, .cls-20, .cls-21, .cls-22, .cls-23, .cls-24, .cls-25 {
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20, .cls-21, .cls-22, .cls-23, .cls-24, .cls-25 {
|
||||||
|
stroke: #231f20;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-20, .cls-22, .cls-23, .cls-24 {
|
||||||
|
stroke-miterlimit: 3.86;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-26 {
|
||||||
|
clip-path: url(#clippath-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-27 {
|
||||||
|
clip-path: url(#clippath-13);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-28 {
|
||||||
|
clip-path: url(#clippath-15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-29 {
|
||||||
|
clip-path: url(#clippath-6);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-15 {
|
||||||
|
stroke-width: .12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-16 {
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-17 {
|
||||||
|
stroke-width: .06px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-18, .cls-21 {
|
||||||
|
stroke-width: .21px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-30 {
|
||||||
|
clip-path: url(#clippath-7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-31 {
|
||||||
|
clip-path: url(#clippath-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-32 {
|
||||||
|
clip-path: url(#clippath-4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-19 {
|
||||||
|
stroke-width: .29px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-19, .cls-21, .cls-25 {
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-33 {
|
||||||
|
clip-path: url(#clippath-12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-20 {
|
||||||
|
stroke-width: .17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-34 {
|
||||||
|
clip-path: url(#clippath-9);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-6 {
|
||||||
|
fill: #6d6e71;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-35 {
|
||||||
|
clip-path: url(#clippath);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-7 {
|
||||||
|
fill: #939598;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-36 {
|
||||||
|
clip-path: url(#clippath-3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-22 {
|
||||||
|
stroke-width: .21px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-23 {
|
||||||
|
stroke-width: .23px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-37 {
|
||||||
|
clip-path: url(#clippath-8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-8 {
|
||||||
|
fill: #4d4d4f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-24 {
|
||||||
|
stroke-width: .06px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-38 {
|
||||||
|
clip-path: url(#clippath-14);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-39 {
|
||||||
|
clip-path: url(#clippath-17);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-40 {
|
||||||
|
clip-path: url(#clippath-5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-25 {
|
||||||
|
stroke-width: .46px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-41 {
|
||||||
|
clip-path: url(#clippath-10);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<clipPath id="clippath">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-1">
|
||||||
|
<path class="cls-5" d="M284.11,28.64c.29,1.54.58,4,1.01,7.42h1.2c-.43-3.42-.85-5.89-1.14-7.42h-1.08Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient id="linear-gradient" x1="17.9" y1="867.48" x2="18.9" y2="867.48" gradientTransform="translate(326.02 1956.76) rotate(-180) scale(2.22)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#a7a9ac"/>
|
||||||
|
<stop offset="1" stop-color="#6d6e71"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clippath-2">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-3">
|
||||||
|
<path class="cls-5" d="M283.48,37.45c-.39,0-.65.01-.62.76.33,8.01.74,18.08.95,23.36h0c0,.18.12.41.47.41h3.8c-.23-10.65-.89-18.78-1.57-24.53h-3.03Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-4">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-5">
|
||||||
|
<path class="cls-5" d="M131.79,39.55c-.24,0-.44.19-.44.43v18.51c0,.25.08.52.5.52,1.63,0,3.45-.09,4.33.74.46.44.5,1.05.5,1.79v-.06.08h0c0,.76-.04,1.37-.5,1.8-.88.83-2.7.74-4.33.74-.42,0-.5.27-.5.52v14.98c0,.24.2.44.44.44h10.42c.24,0,.44-.19.44-.44v-39.62c0-.24-.2-.43-.44-.43h-10.42Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-6">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-7">
|
||||||
|
<path class="cls-5" d="M148.23,39.55c-.24,0-.44.19-.44.43v39.62c0,.24.2.44.44.44h10.42c.24,0,.44-.19.44-.44v-14.98c0-.25-.08-.52-.5-.52-1.63,0-3.45.09-4.33-.74-.47-.44-.5-1.05-.5-1.8,0-.75.04-1.37.5-1.8.88-.83,2.7-.74,4.33-.74.42,0,.5-.27.5-.52v-18.51c0-.24-.2-.43-.44-.43h-10.42Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-8">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-9">
|
||||||
|
<path class="cls-5" d="M249.86,39.55c-.24,0-.44.19-.44.43v18.51c0,.25.08.52.5.52,1.63,0,3.45-.09,4.33.74.47.44.5,1.05.5,1.8,0,.75-.04,1.36-.5,1.8-.88.83-2.7.74-4.33.74-.42,0-.5.27-.5.52v14.98c0,.24.2.44.44.44h10.42c.24,0,.44-.19.44-.44v-39.62c0-.24-.2-.43-.44-.43h-10.42Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-10">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-11">
|
||||||
|
<path class="cls-5" d="M266.3,39.55c-.24,0-.43.19-.43.43v39.62c0,.24.2.44.43.44h10.42c.24,0,.44-.19.44-.44v-14.98c0-.25-.08-.52-.5-.52-1.63,0-3.45.09-4.33-.74-.47-.44-.5-1.05-.5-1.8,0-.75.04-1.37.5-1.8.88-.83,2.7-.74,4.33-.74.42,0,.5-.27.5-.52v-18.51c0-.24-.2-.43-.44-.43h-10.42Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-12">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-13">
|
||||||
|
<path class="cls-5" d="M42.33,39.55c-.24,0-.44.19-.44.43v18.51c0,.25.08.52.5.52,1.63,0,3.45-.09,4.33.74.47.44.5,1.05.5,1.8,0,.75-.04,1.36-.5,1.8-.88.83-2.7.74-4.33.74-.42,0-.5.27-.5.52v14.98c0,.24.19.44.44.44h10.42c.24,0,.44-.19.44-.44v-39.62c0-.24-.2-.43-.44-.43h-10.42Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-14">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-15">
|
||||||
|
<path class="cls-5" d="M58.77,39.55c-.24,0-.44.19-.44.43v39.62c0,.24.2.44.44.44h10.42c.24,0,.44-.19.44-.44v-14.98c0-.25-.08-.52-.5-.52-1.63,0-3.45.09-4.33-.74-.47-.44-.5-1.05-.5-1.8,0-.75.04-1.37.5-1.8.88-.83,2.71-.74,4.33-.74.42,0,.5-.27.5-.52v-18.51c0-.24-.2-.43-.44-.43h-10.42Z"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-16">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="clippath-17">
|
||||||
|
<rect class="cls-5" x="13.66" y="15.94" width="283.75" height="79.97"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<rect class="cls-4" x="78.17" y="68.07" width="25.36" height="16.13"/>
|
||||||
|
<rect class="cls-21" x="78.17" y="68.07" width="25.36" height="16.13"/>
|
||||||
|
<rect class="cls-4" x="214.39" y="68.07" width="25.36" height="16.13"/>
|
||||||
|
<rect class="cls-21" x="214.39" y="68.07" width="25.36" height="16.13"/>
|
||||||
|
<g class="cls-35">
|
||||||
|
<path class="cls-9" d="M284.81,26.7c-.22-.79-1.3-1.63-2.92-2.32-11.48-4.84-24.91-6.65-28.76-7.12-3.85-.47-5.49-.5-5.49-.5v2.71h-.35v-1.95l-.65-.76h-35.02l-.79.75v1.97h-.34v-1.93l-.65-.76h-35.05l-.78.78v1.91h-.42v-1.93l-.74-.78h-34.06l-.72.81h-2.22c-1.84,0-7.55,1.69-7.55,1.69v.28h-2.54s-2.52-1.07-3.93-1.07h-38.58s-.53-.86-.68-1.03c-.15-.18-.25-.33-.68-.33h-9.77c-1.01,0-1.99,1.81-1.99,1.81-3.1-.88-5.94-1.39-7.05-1.39h-1.49l-.68-.78H25.82l-.68.78v1.9h-.28v-2.68c-3.45,0-7.53.68-9.72,2.49-.42.37-.58.88-.38,1.13.2.25.88,1.3.83,2.52-.92,22.31-.98,47.77-.98,48.12s.23.45.23.45c0,0-.35.38-.35,1.01v3.65c0,.58.53.91.53.91,0,0-.1.38,0,.83.1.45.72,2.17.72,2.17,0,0-.17.58,0,.8.16.23.44.6.92.71.48.1.94.2.94.2h.02s.19.07.19.07c1.05.13,27.96,3.37,29.53,3.56.72.09,2.34.24,4.91.24h27.25s-.56-1.4-.56-4.6c0-5.59,3.73-12.47,11.99-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h113.38s-.56-1.4-.56-4.6c0-5.59,3.73-12.47,11.99-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h31.26c2.67,0,11.03-1.37,11.03-1.37,0,0,6.4-.76,7.2-.88.8-.13,1.11-.86,1.11-1.34s.1-1.51.15-1.89c.05-.38-.33-.5-.33-.5,0,0,.26,0,.33-.63.07-.63.15-2.04-.15-4.92-.02-.16-.38-.29-.38-.29,0,0,.38-.2.38-.33,0-2.22-.35-2.67-.45-2.92-.1-.25-.77-.57-.77-.57l.19-.18c0-29.55-3.36-43.11-3.36-43.11"/>
|
||||||
|
<path class="cls-25" d="M284.81,26.7c-.22-.79-1.3-1.63-2.92-2.32-11.48-4.84-24.91-6.65-28.76-7.12-3.85-.47-5.49-.5-5.49-.5v2.71h-.35v-1.95l-.65-.76h-35.02l-.79.75v1.97h-.34v-1.93l-.65-.76h-35.05l-.78.78v1.91h-.42v-1.93l-.74-.78h-34.06l-.72.81h-2.22c-1.84,0-7.55,1.69-7.55,1.69v.28h-2.54s-2.52-1.07-3.93-1.07h-38.58s-.53-.86-.68-1.03c-.15-.18-.25-.33-.68-.33h-9.77c-1.01,0-1.99,1.81-1.99,1.81-3.1-.88-5.94-1.39-7.05-1.39h-1.49l-.68-.78H25.82l-.68.78v1.9h-.28v-2.68c-3.45,0-7.53.68-9.72,2.49-.42.37-.58.88-.38,1.13.2.25.88,1.3.83,2.52-.92,22.31-.98,47.77-.98,48.12s.23.45.23.45c0,0-.35.38-.35,1.01v3.65c0,.58.53.91.53.91,0,0-.1.38,0,.83.1.45.72,2.17.72,2.17,0,0-.17.58,0,.8.16.23.44.6.92.71.48.1.94.2.94.2h.02s.19.07.19.07c1.05.13,27.96,3.37,29.53,3.56.72.09,2.34.24,4.91.24h27.25s-.56-1.4-.56-4.6c0-5.59,3.73-12.47,11.99-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h113.38s-.56-1.4-.56-4.6c0-5.59,3.73-12.47,11.99-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h31.26c2.67,0,11.03-1.37,11.03-1.37,0,0,6.4-.76,7.2-.88.8-.13,1.11-.86,1.11-1.34s.1-1.51.15-1.89c.05-.38-.33-.5-.33-.5,0,0,.26,0,.33-.63.07-.63.15-2.04-.15-4.92-.02-.16-.38-.29-.38-.29,0,0,.38-.2.38-.33,0-2.22-.35-2.67-.45-2.92-.1-.25-.77-.57-.77-.57l.19-.18c0-29.55-3.36-43.11-3.36-43.11Z"/>
|
||||||
|
<path class="cls-9" d="M25.14,19.55h-.27c-4.54,0-8.39,1.43-8.39,3.47,0,.12,0,.26,0,.4v-.4c-.3,5.97-.95,31.52-.92,32.29.02.47.08.69.17.83h0s-.32.92-.32,2.17v12.44l-.22.74h-.35s-.35.38-.35,1.01v3.65c0,.58.53.91.53.91,0,0-.1.38,0,.83.1.45.72,2.17.72,2.17,0,0-.16.58,0,.81.17.23.44.6.92.71s.94.2.94.2h.02s.19.07.19.07c1.05.13,27.96,3.37,29.53,3.56.72.09,2.34.23,4.91.23h27.25s-.56-1.41-.56-4.6c0-5.59,3.73-12.47,12-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h113.38s-.56-1.41-.56-4.6c0-5.59,3.73-12.47,12-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h31.26c2.67,0,11.03-1.37,11.03-1.37,0,0,6.4-.76,7.2-.88s1.11-.86,1.11-1.33.1-1.51.15-1.89c.05-.38-.33-.5-.33-.5,0,0,.26,0,.33-.63.07-.63.15-2.04-.16-4.92-.02-.16-.38-.29-.38-.29,0,0,.38-.2.38-.33,0-2.22-.35-2.67-.45-2.92-.1-.25-.77-.57-.77-.57h0c-.7-1.32-1.89-2.02-2.57-2.57-.55-.44-1.4-1.13-1.45-2.29-.05-1.16-.91-24.49-1.36-34.87-.11-2.58-2.24-3.32-3.44-3.74-5.64-2-13.42-4.31-27.99-6.7-1.66-.27-3.69-.27-4.63-.27H25.14Z"/>
|
||||||
|
<path class="cls-21" d="M25.14,19.55h-.27c-4.54,0-8.39,1.43-8.39,3.47,0,.12,0,.26,0,.4v-.4c-.3,5.97-.95,31.52-.92,32.29.02.47.08.69.17.83h0s-.32.92-.32,2.17v12.44l-.22.74h-.35s-.35.38-.35,1.01v3.65c0,.58.53.91.53.91,0,0-.1.38,0,.83.1.45.72,2.17.72,2.17,0,0-.16.58,0,.81.17.23.44.6.92.71s.94.2.94.2h.02s.19.07.19.07c1.05.13,27.96,3.37,29.53,3.56.72.09,2.34.23,4.91.23h27.25s-.56-1.41-.56-4.6c0-5.59,3.73-12.47,12-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h113.38s-.56-1.41-.56-4.6c0-5.59,3.73-12.47,12-12.47s12,6.88,12,12.47c0,3.2-.56,4.6-.56,4.6h31.26c2.67,0,11.03-1.37,11.03-1.37,0,0,6.4-.76,7.2-.88s1.11-.86,1.11-1.33.1-1.51.15-1.89c.05-.38-.33-.5-.33-.5,0,0,.26,0,.33-.63.07-.63.15-2.04-.16-4.92-.02-.16-.38-.29-.38-.29,0,0,.38-.2.38-.33,0-2.22-.35-2.67-.45-2.92-.1-.25-.77-.57-.77-.57h0c-.7-1.32-1.89-2.02-2.57-2.57-.55-.44-1.4-1.13-1.45-2.29-.05-1.16-.91-24.49-1.36-34.87-.11-2.58-2.24-3.32-3.44-3.74-5.64-2-13.42-4.31-27.99-6.7-1.66-.27-3.69-.27-4.63-.27H25.14Z"/>
|
||||||
|
<path class="cls-6" d="M128.29,19.55v-.29s5.72-1.69,7.55-1.69h2.22l.72-.8h34.06l.74.78v1.93h.42v-1.91l.78-.78h35.05l.66.76v1.93h.34v-1.97l.79-.75h35.02l.66.76v1.95h.35v-2.71s1.64.02,5.49.49c3.85.47,17.28,2.28,28.76,7.12,1.62.68,2.7,1.53,2.92,2.32,0,0,3.36,13.56,3.36,43.11l-.19.18h0c-.7-1.32-1.89-2.02-2.57-2.57-.55-.44-1.4-1.13-1.45-2.29-.05-1.16-.91-24.49-1.36-34.87-.11-2.58-2.24-3.32-3.44-3.74-5.64-2-13.42-4.31-27.99-6.7-1.66-.27-3.69-.27-4.63-.27h-118.24Z"/>
|
||||||
|
<path class="cls-21" d="M128.29,19.55v-.29s5.72-1.69,7.55-1.69h2.22l.72-.8h34.06l.74.78v1.93h.42v-1.91l.78-.78h35.05l.66.76v1.93h.34v-1.97l.79-.75h35.02l.66.76v1.95h.35v-2.71s1.64.02,5.49.49c3.85.47,17.28,2.28,28.76,7.12,1.62.68,2.7,1.53,2.92,2.32,0,0,3.36,13.56,3.36,43.11l-.19.18h0c-.7-1.32-1.89-2.02-2.57-2.57-.55-.44-1.4-1.13-1.45-2.29-.05-1.16-.91-24.49-1.36-34.87-.11-2.58-2.24-3.32-3.44-3.74-5.64-2-13.42-4.31-27.99-6.7-1.66-.27-3.69-.27-4.63-.27h-118.24Z"/>
|
||||||
|
<path class="cls-6" d="M280.78,84.28c.35-26.5-.39-48.21-.49-51.69-.05-1.59-.52-3.33-2.58-3.94-12.52-3.76-22.94-4.85-25.49-5.17-2.08-.26-3.32-.4-4.7-.4h-24.98c-1.47,0-11.1,2.72-11.1,2.72l-17.45-2.52-.11-.2H24.7c-1.38,0-1.91,1.34-1.91,2.72v41.67s4.22,5.22,4.6,5.67c.38.45,1.12.96,2.15.96h10.38v10.4l2.73.33h28.96v-10.72h.1c.68,0,1.35-.2,1.95-.92s3.8-5.24,8.09-8.79c1.15-.95,2.82-1.45,4.5-1.45h9.39c1.68,0,3.35.49,4.5,1.45,4.28,3.55,7.48,8.07,8.09,8.79.6.72.91.92,1.59.92h19.55v10.73h31.69v-10.73h47.23c.68,0,.98-.2,1.59-.92.6-.72,3.8-5.24,8.09-8.79,1.15-.95,2.82-1.45,4.5-1.45h9.39c1.68,0,3.35.49,4.5,1.45,4.28,3.55,7.49,8.07,8.09,8.79.6.72,1.4.92,2.08.92h.91v9.48h31.69v.96l1.65-.26c.03-2.38.05-4.66.06-6.98,0,0,2.47.08,3.57.45s.81.44,1.49.55c.68.11,1.03.18,1.27.22.24.04.38-.24.62-.11.24.13.57.2.96,1.12,0,0,.03-2.93-.19-4.37-.59-3.85-7.69-4.7-7.69-4.7v-1.59c-.04-17.37-.46-32.45-.55-35.66"/>
|
||||||
|
<path class="cls-21" d="M280.78,84.28c.35-26.5-.39-48.21-.49-51.69-.05-1.59-.52-3.33-2.58-3.94-12.52-3.76-22.94-4.85-25.49-5.17-2.08-.26-3.32-.4-4.7-.4h-24.98c-1.47,0-11.1,2.72-11.1,2.72l-17.45-2.52-.11-.2H24.7c-1.38,0-1.91,1.34-1.91,2.72v41.67s4.22,5.22,4.6,5.67c.38.45,1.12.96,2.15.96h10.38v10.4l2.73.33h28.96v-10.72h.1c.68,0,1.35-.2,1.95-.92s3.8-5.24,8.09-8.79c1.15-.95,2.82-1.45,4.5-1.45h9.39c1.68,0,3.35.49,4.5,1.45,4.28,3.55,7.48,8.07,8.09,8.79.6.72.91.92,1.59.92h19.55v10.73h31.69v-10.73h47.23c.68,0,.98-.2,1.59-.92.6-.72,3.8-5.24,8.09-8.79,1.15-.95,2.82-1.45,4.5-1.45h9.39c1.68,0,3.35.49,4.5,1.45,4.28,3.55,7.49,8.07,8.09,8.79.6.72,1.4.92,2.08.92h.91v9.48h31.69v.96l1.65-.26c.03-2.38.05-4.66.06-6.98,0,0,2.47.08,3.57.45s.81.44,1.49.55c.68.11,1.03.18,1.27.22.24.04.38-.24.62-.11.24.13.57.2.96,1.12,0,0,.03-2.93-.19-4.37-.59-3.85-7.69-4.7-7.69-4.7v-1.59c-.04-17.37-.46-32.45-.55-35.66"/>
|
||||||
|
<polygon class="cls-1" points="35.82 34.63 24.15 34.63 24.15 57.79 36.91 57.79 36.91 35.65 35.82 34.63"/>
|
||||||
|
<polygon class="cls-18" points="35.82 34.63 24.15 34.63 24.15 57.79 36.91 57.79 36.91 35.65 35.82 34.63"/>
|
||||||
|
<polygon class="cls-1" points="125.34 34.63 111.37 34.63 111.37 57.79 126.43 57.79 126.43 35.65 125.34 34.63"/>
|
||||||
|
<polygon class="cls-18" points="125.34 34.63 111.37 34.63 111.37 57.79 126.43 57.79 126.43 35.65 125.34 34.63"/>
|
||||||
|
<polygon class="cls-1" points="75.62 34.63 108.17 34.63 108.17 57.79 74.53 57.79 74.53 35.65 75.62 34.63"/>
|
||||||
|
<polygon class="cls-18" points="75.62 34.63 108.17 34.63 108.17 57.79 74.53 57.79 74.53 35.65 75.62 34.63"/>
|
||||||
|
<path class="cls-18" d="M282.59,30.26c.46,10.38,1.31,33.71,1.36,34.87.05,1.16.9,1.85,1.45,2.29.8.65,2.32,1.51,2.9,3.36.18.57.8.99.8.99"/>
|
||||||
|
<path class="cls-21" d="M284.81,26.7s3.36,13.57,3.36,43.11l-.19.18s.67.32.77.57c.1.25.45.7.45,2.92,0,.12-.38.33-.38.33,0,0,.36.13.38.29.3,2.88.23,4.29.15,4.92-.07.63-.33.63-.33.63,0,0,.38.12.33.5-.05.38-.15,1.41-.15,1.89s-.3,1.21-1.11,1.34c-.81.13-7.2.88-7.2.88,0,0-8.36,1.37-11.03,1.37h-31.26s.56-1.4.56-4.6c0-5.59-3.73-12.47-12-12.47s-11.99,6.88-11.99,12.47c0,3.2.56,4.6.56,4.6h-113.38s.56-1.4.56-4.6c0-5.59-3.73-12.47-12-12.47s-11.99,6.88-11.99,12.47c0,3.2.56,4.6.56,4.6h-27.25c-2.57,0-4.19-.15-4.91-.24-1.57-.19-28.48-3.44-29.53-3.56-1.04-.13-1.91-3.29-2.17-4.02-.25-.73-.49-1.15-.49-1.75v-3.58c0-.4.08-1.07.23-1.56.36-1.16.74-2.2,1.53-3.94.45-.98.54-1.62.54-2.4v-6.37c0-.33-.11-.58-.42-.86-.3-.28-.93-.84-1.11-1.01-.17-.16-.33-.27-.36-1.04-.03-.77.92-26.32.92-32.29,0-2.04,3.85-3.47,8.39-3.47"/>
|
||||||
|
<path class="cls-21" d="M17.8,81.83c-1.05-.13-1.91-3.29-2.17-4.02-.25-.73-.49-1.15-.49-1.75v-3.58c0-.4.08-1.07.23-1.56.36-1.16.74-2.2,1.53-3.94.44-.98.54-1.62.54-2.4v-6.37c0-.33-.11-.58-.42-.86-.3-.28-.93-.84-1.11-1.01-.18-.16-.33-.26-.36-1.04-.03-.77.62-26.32.92-32.29"/>
|
||||||
|
<path class="cls-21" d="M281.01,84.24c-.08.01-.12.02-.12.02,0,0-8.36,1.37-11.03,1.37h-31.26s.15-.37.29-1.17"/>
|
||||||
|
<path class="cls-21" d="M289.02,79.65s.38.13.33.5c-.05.38-.15,1.41-.15,1.89s-.3,1.21-1.11,1.33c-.81.13-7.2.88-7.2.88"/>
|
||||||
|
<path class="cls-21" d="M287.97,69.99s.67.32.77.57c.1.25.46.7.46,2.92,0,.12-.38.33-.38.33,0,0,.36.13.38.29.3,2.88.23,4.29.15,4.92-.07.63-.33.63-.33.63"/>
|
||||||
|
<path class="cls-6" d="M284.83,26.8s3.33,13.47,3.33,43.01l-.19.18h0c-.7-1.32-1.89-2.02-2.57-2.57-.55-.44-1.4-1.13-1.45-2.29-.05-1.16-.91-24.49-1.37-34.87,0,0,0-1.19.67-1.94,1.35-1.5,1.57-1.52,1.57-1.52"/>
|
||||||
|
<path class="cls-21" d="M284.83,26.8s3.33,13.47,3.33,43.01l-.19.18h0c-.7-1.32-1.89-2.02-2.57-2.57-.55-.44-1.4-1.13-1.45-2.29-.05-1.16-.91-24.49-1.37-34.87,0,0,0-1.19.67-1.94,1.35-1.5,1.57-1.52,1.57-1.52Z"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-31">
|
||||||
|
<rect class="cls-2" x="284.11" y="28.64" width="2.22" height="7.42"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-26">
|
||||||
|
<path class="cls-21" d="M286.32,36.06c-.43-3.42-.85-5.89-1.14-7.42h-1.08c.29,1.54.58,4,1.01,7.42h1.2Z"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-36">
|
||||||
|
<rect class="cls-9" x="282.83" y="37.44" width="5.25" height="24.53"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-32">
|
||||||
|
<path class="cls-21" d="M283.81,61.56c-.21-5.28-.62-15.35-.95-23.36-.03-.74.23-.76.62-.76h3.03c.67,5.75,1.34,13.88,1.57,24.53h-3.8c-.35,0-.48-.23-.47-.41"/>
|
||||||
|
<path class="cls-1" d="M238.64,80.66c0-6.33-5.14-11.47-11.47-11.47s-11.47,5.13-11.47,11.47,5.13,11.47,11.47,11.47,11.47-5.14,11.47-11.47"/>
|
||||||
|
<path class="cls-19" d="M238.64,80.66c0-6.33-5.14-11.47-11.47-11.47s-11.47,5.13-11.47,11.47,5.13,11.47,11.47,11.47,11.47-5.14,11.47-11.47Z"/>
|
||||||
|
<line class="cls-15" x1="238" y1="80.66" x2="238.64" y2="80.66"/>
|
||||||
|
<line class="cls-15" x1="237.66" y1="79.83" x2="238.6" y2="79.76"/>
|
||||||
|
<line class="cls-14" x1="237.87" y1="78.96" x2="238.5" y2="78.86"/>
|
||||||
|
<line class="cls-14" x1="237.47" y1="77.31" x2="238.08" y2="77.11"/>
|
||||||
|
<line class="cls-14" x1="236.82" y1="75.74" x2="237.39" y2="75.45"/>
|
||||||
|
<line class="cls-14" x1="235.93" y1="74.29" x2="236.44" y2="73.91"/>
|
||||||
|
<line class="cls-14" x1="234.83" y1="72.99" x2="235.28" y2="72.55"/>
|
||||||
|
<line class="cls-14" x1="233.54" y1="71.89" x2="233.91" y2="71.38"/>
|
||||||
|
<line class="cls-14" x1="232.09" y1="71" x2="232.37" y2="70.44"/>
|
||||||
|
<line class="cls-14" x1="230.51" y1="70.35" x2="230.71" y2="69.75"/>
|
||||||
|
<line class="cls-14" x1="228.86" y1="69.95" x2="228.96" y2="69.33"/>
|
||||||
|
<line class="cls-14" x1="227.17" y1="69.82" x2="227.17" y2="69.19"/>
|
||||||
|
<line class="cls-14" x1="225.47" y1="69.95" x2="225.37" y2="69.33"/>
|
||||||
|
<line class="cls-14" x1="223.82" y1="70.35" x2="223.62" y2="69.75"/>
|
||||||
|
<line class="cls-14" x1="222.25" y1="71" x2="221.96" y2="70.44"/>
|
||||||
|
<line class="cls-14" x1="220.8" y1="71.89" x2="220.42" y2="71.38"/>
|
||||||
|
<line class="cls-14" x1="219.51" y1="72.99" x2="219.06" y2="72.55"/>
|
||||||
|
<line class="cls-14" x1="218.4" y1="74.29" x2="217.89" y2="73.91"/>
|
||||||
|
<line class="cls-14" x1="217.51" y1="75.74" x2="216.95" y2="75.45"/>
|
||||||
|
<line class="cls-14" x1="216.86" y1="77.31" x2="216.26" y2="77.11"/>
|
||||||
|
<line class="cls-14" x1="216.47" y1="78.96" x2="215.84" y2="78.86"/>
|
||||||
|
<line class="cls-14" x1="216.33" y1="80.66" x2="215.7" y2="80.66"/>
|
||||||
|
<line class="cls-14" x1="216.46" y1="82.35" x2="215.84" y2="82.45"/>
|
||||||
|
<line class="cls-14" x1="216.86" y1="84" x2="216.26" y2="84.2"/>
|
||||||
|
<line class="cls-14" x1="217.51" y1="85.58" x2="216.95" y2="85.86"/>
|
||||||
|
<line class="cls-14" x1="218.4" y1="87.02" x2="217.89" y2="87.4"/>
|
||||||
|
<line class="cls-14" x1="219.51" y1="88.32" x2="219.06" y2="88.77"/>
|
||||||
|
<line class="cls-14" x1="220.8" y1="89.42" x2="220.42" y2="89.93"/>
|
||||||
|
<line class="cls-14" x1="222.25" y1="90.31" x2="221.96" y2="90.88"/>
|
||||||
|
<line class="cls-14" x1="223.82" y1="90.96" x2="223.62" y2="91.56"/>
|
||||||
|
<line class="cls-14" x1="225.47" y1="91.36" x2="225.37" y2="91.98"/>
|
||||||
|
<line class="cls-14" x1="227.17" y1="91.49" x2="227.17" y2="92.13"/>
|
||||||
|
<line class="cls-14" x1="228.86" y1="91.36" x2="228.96" y2="91.98"/>
|
||||||
|
<line class="cls-14" x1="230.51" y1="90.96" x2="230.71" y2="91.56"/>
|
||||||
|
<line class="cls-14" x1="232.08" y1="90.31" x2="232.37" y2="90.88"/>
|
||||||
|
<line class="cls-14" x1="233.53" y1="89.42" x2="233.9" y2="89.93"/>
|
||||||
|
<line class="cls-14" x1="234.83" y1="88.32" x2="235.28" y2="88.77"/>
|
||||||
|
<line class="cls-14" x1="235.93" y1="87.02" x2="236.44" y2="87.4"/>
|
||||||
|
<line class="cls-14" x1="236.82" y1="85.58" x2="237.38" y2="85.86"/>
|
||||||
|
<line class="cls-14" x1="237.47" y1="84" x2="238.07" y2="84.2"/>
|
||||||
|
<line class="cls-14" x1="237.87" y1="82.35" x2="238.49" y2="82.45"/>
|
||||||
|
<line class="cls-14" x1="237.4" y1="78.2" x2="238.32" y2="77.98"/>
|
||||||
|
<line class="cls-14" x1="236.89" y1="76.63" x2="237.76" y2="76.27"/>
|
||||||
|
<line class="cls-14" x1="236.14" y1="75.15" x2="236.95" y2="74.66"/>
|
||||||
|
<line class="cls-14" x1="235.17" y1="73.82" x2="235.89" y2="73.21"/>
|
||||||
|
<line class="cls-14" x1="234" y1="72.65" x2="234.61" y2="71.94"/>
|
||||||
|
<line class="cls-14" x1="232.67" y1="71.68" x2="233.16" y2="70.88"/>
|
||||||
|
<line class="cls-14" x1="231.2" y1="70.93" x2="231.55" y2="70.06"/>
|
||||||
|
<line class="cls-14" x1="229.62" y1="70.42" x2="229.84" y2="69.5"/>
|
||||||
|
<line class="cls-14" x1="227.99" y1="70.16" x2="228.07" y2="69.22"/>
|
||||||
|
<line class="cls-14" x1="226.34" y1="70.16" x2="226.27" y2="69.22"/>
|
||||||
|
<line class="cls-14" x1="224.71" y1="70.42" x2="224.49" y2="69.5"/>
|
||||||
|
<line class="cls-14" x1="223.14" y1="70.93" x2="222.78" y2="70.06"/>
|
||||||
|
<line class="cls-14" x1="221.67" y1="71.68" x2="221.17" y2="70.88"/>
|
||||||
|
<line class="cls-14" x1="220.33" y1="72.65" x2="219.72" y2="71.94"/>
|
||||||
|
<line class="cls-14" x1="219.16" y1="73.82" x2="218.45" y2="73.21"/>
|
||||||
|
<line class="cls-14" x1="218.19" y1="75.16" x2="217.39" y2="74.66"/>
|
||||||
|
<line class="cls-14" x1="217.44" y1="76.63" x2="216.57" y2="76.27"/>
|
||||||
|
<line class="cls-14" x1="216.93" y1="78.2" x2="216.01" y2="77.98"/>
|
||||||
|
<line class="cls-14" x1="216.67" y1="79.83" x2="215.73" y2="79.76"/>
|
||||||
|
<line class="cls-14" x1="216.67" y1="81.48" x2="215.73" y2="81.55"/>
|
||||||
|
<line class="cls-14" x1="216.93" y1="83.11" x2="216.01" y2="83.33"/>
|
||||||
|
<line class="cls-14" x1="217.44" y1="84.68" x2="216.57" y2="85.04"/>
|
||||||
|
<line class="cls-14" x1="218.19" y1="86.16" x2="217.39" y2="86.65"/>
|
||||||
|
<line class="cls-14" x1="219.16" y1="87.49" x2="218.45" y2="88.1"/>
|
||||||
|
<line class="cls-14" x1="220.33" y1="88.66" x2="219.72" y2="89.38"/>
|
||||||
|
<line class="cls-14" x1="221.67" y1="89.63" x2="221.17" y2="90.43"/>
|
||||||
|
<line class="cls-14" x1="223.14" y1="90.38" x2="222.78" y2="91.25"/>
|
||||||
|
<line class="cls-14" x1="224.71" y1="90.89" x2="224.49" y2="91.8"/>
|
||||||
|
<line class="cls-14" x1="226.34" y1="91.15" x2="226.27" y2="92.09"/>
|
||||||
|
<line class="cls-14" x1="227.99" y1="91.15" x2="228.07" y2="92.09"/>
|
||||||
|
<line class="cls-14" x1="229.62" y1="90.89" x2="229.84" y2="91.8"/>
|
||||||
|
<line class="cls-14" x1="231.2" y1="90.38" x2="231.55" y2="91.25"/>
|
||||||
|
<line class="cls-14" x1="232.67" y1="89.63" x2="233.16" y2="90.43"/>
|
||||||
|
<line class="cls-14" x1="234" y1="88.66" x2="234.61" y2="89.38"/>
|
||||||
|
<line class="cls-14" x1="235.17" y1="87.49" x2="235.89" y2="88.1"/>
|
||||||
|
<line class="cls-14" x1="236.14" y1="86.16" x2="236.95" y2="86.65"/>
|
||||||
|
<line class="cls-14" x1="236.89" y1="84.68" x2="237.76" y2="85.04"/>
|
||||||
|
<line class="cls-14" x1="237.4" y1="83.11" x2="238.32" y2="83.33"/>
|
||||||
|
<line class="cls-14" x1="237.66" y1="81.48" x2="238.6" y2="81.56"/>
|
||||||
|
<path class="cls-10" d="M219.44,80.8c-.17,0-.6-.23-.71-.68-.37,5.03,3.76,9.04,8.46,9.04,1.85,0,3.59-.62,4.99-1.61-1.47,1.09-3.2,1.64-5.11,1.64-4.85,0-8.7-3.67-8.7-8.52s3.93-8.79,8.79-8.79c.51,0,1.04.03,1.5.13,1.38.19,3.66,1.42,4.53,2.77.85,1.25-.59,2.29-.59,2.29-1.05-1.61-3.1-3.03-5.53-3.03-3.89,0-6.64,2.79-6.64,6.67.02-.87-.61-.06-.99.11"/>
|
||||||
|
<path class="cls-24" d="M219.44,80.8c-.17,0-.6-.23-.71-.68-.37,5.03,3.76,9.04,8.46,9.04,1.85,0,3.59-.62,4.99-1.61-1.47,1.09-3.2,1.64-5.11,1.64-4.85,0-8.7-3.67-8.7-8.52s3.93-8.79,8.79-8.79c.51,0,1.04.03,1.5.13,1.38.19,3.66,1.42,4.53,2.77.85,1.25-.59,2.29-.59,2.29-1.05-1.61-3.1-3.03-5.53-3.03-3.89,0-6.64,2.79-6.64,6.67.02-.87-.61-.06-.99.11Z"/>
|
||||||
|
<path class="cls-10" d="M222.29,73.09c1.39-.9,3.05-1.42,4.83-1.42,4.92,0,8.91,3.99,8.91,8.91,0,1.72-.49,3.33-1.34,4.7.85-1.36,1.58-3.17,1.58-4.9,0-4.92-3.99-8.9-8.9-8.9-1.78,0-3.68.72-5.07,1.62"/>
|
||||||
|
<path class="cls-24" d="M222.29,73.09c1.39-.9,3.05-1.42,4.83-1.42,4.92,0,8.91,3.99,8.91,8.91,0,1.72-.49,3.33-1.34,4.7.85-1.36,1.58-3.17,1.58-4.9,0-4.92-3.99-8.9-8.9-8.9-1.78,0-3.68.72-5.07,1.62Z"/>
|
||||||
|
<path class="cls-10" d="M234.31,85.83c-1.62,2.21-4.24,3.64-7.19,3.64-4.92,0-8.9-3.99-8.9-8.9,0-1.82.55-3.52,1.49-4.93-.94,1.41-1.61,3.34-1.61,5.16,0,4.92,3.99,8.9,8.9,8.9,2.95,0,5.69-1.66,7.31-3.87"/>
|
||||||
|
<path class="cls-24" d="M234.31,85.83c-1.62,2.21-4.24,3.64-7.19,3.64-4.92,0-8.9-3.99-8.9-8.9,0-1.82.55-3.52,1.49-4.93-.94,1.41-1.61,3.34-1.61,5.16,0,4.92,3.99,8.9,8.9,8.9,2.95,0,5.69-1.66,7.31-3.87Z"/>
|
||||||
|
<path class="cls-10" d="M233.9,75.16c1.18,1.48,1.89,3.36,1.89,5.41,0,1.13-.22,2.21-.61,3.2.39-.99.57-3.46.34-4.44-.12-.81-.52-2.56-1.62-4.17"/>
|
||||||
|
<path class="cls-24" d="M233.9,75.16c1.18,1.48,1.89,3.36,1.89,5.41,0,1.13-.22,2.21-.61,3.2.39-.99.57-3.46.34-4.44-.12-.81-.52-2.56-1.62-4.17Z"/>
|
||||||
|
<path class="cls-10" d="M225.86,71.1c.42-.09.83-.14,1.26-.14,5.31,0,9.61,4.3,9.61,9.61s-4.3,9.61-9.61,9.61-9.61-4.3-9.61-9.61c0-1.61.4-3.13,1.1-4.47-1.53,2.3-1.46,3.82-1.46,5.43,0,.42-.44-1.52-.44-1.11,0,6.63,5.33,10.66,10.06,10.72-2.56.32-4.53-.49-3.89-.2,9.31,4.24,16.46-5.36,15.01-9.28-.31-.85.03,1.3-.77,1.82,0,0,.16-.85.2-1.29.17-1.06.03-2.31-.27-3.49-.21-.85-.06,1.35-.11.78-.49-5.56-5.9-8.83-9.81-8.52-.4,0-.83.05-1.26.14"/>
|
||||||
|
<path class="cls-24" d="M225.86,71.1c.42-.09.83-.14,1.26-.14,5.31,0,9.61,4.3,9.61,9.61s-4.3,9.61-9.61,9.61-9.61-4.3-9.61-9.61c0-1.61.4-3.13,1.1-4.47-1.53,2.3-1.46,3.82-1.46,5.43,0,.42-.44-1.52-.44-1.11,0,6.63,5.33,10.66,10.06,10.72-2.56.32-4.53-.49-3.89-.2,9.31,4.24,16.46-5.36,15.01-9.28-.31-.85.03,1.3-.77,1.82,0,0,.16-.85.2-1.29.17-1.06.03-2.31-.27-3.49-.21-.85-.06,1.35-.11.78-.49-5.56-5.9-8.83-9.81-8.52-.4,0-.83.05-1.26.14Z"/>
|
||||||
|
<path class="cls-23" d="M232.73,80.57c0-3.07-2.51-5.56-5.6-5.56s-5.6,2.49-5.6,5.56,2.51,5.56,5.6,5.56,5.6-2.49,5.6-5.56Z"/>
|
||||||
|
<path class="cls-1" d="M220.49,80.59c0-3.63,2.94-6.57,6.57-6.57s6.57,2.94,6.57,6.57-2.94,6.57-6.57,6.57-6.57-2.94-6.57-6.57"/>
|
||||||
|
<path class="cls-22" d="M220.49,80.59c0-3.63,2.94-6.57,6.57-6.57s6.57,2.94,6.57,6.57-2.94,6.57-6.57,6.57-6.57-2.94-6.57-6.57Z"/>
|
||||||
|
<path class="cls-10" d="M232.17,80.57c0-2.79-2.26-5.04-5.05-5.04s-5.04,2.26-5.04,5.04,2.26,5.05,5.04,5.05,5.05-2.26,5.05-5.05"/>
|
||||||
|
<path class="cls-22" d="M232.17,80.57c0-2.79-2.26-5.04-5.05-5.04s-5.04,2.26-5.04,5.04,2.26,5.05,5.04,5.05,5.05-2.26,5.05-5.05Z"/>
|
||||||
|
<path class="cls-9" d="M224.69,76.39c.69-.4,1.08-.73,1.08-.96v-.39c.43-.1.88-.16,1.35-.16s.91.05,1.34.16v.39c0,.23.39.57,1.08.96.69.4,1.18.57,1.38.46.2-.12.34-.2.34-.2.31.32.58.68.81,1.09s.41.82.53,1.24c0,0-.14.08-.34.2-.2.12-.3.62-.29,1.42,0,.8.09,1.31.29,1.42.2.11.34.2.34.2-.13.42-.3.84-.53,1.24-.23.4-.5.76-.81,1.08,0,0-.14-.08-.34-.2-.2-.11-.69.05-1.38.45-.69.4-1.09.73-1.09.97v.39c-.43.1-.88.16-1.34.16s-.91-.06-1.34-.16v-.39c0-.23-.39-.57-1.08-.97-.69-.4-1.18-.57-1.38-.46-.2.11-.34.2-.34.2-.31-.32-.58-.68-.81-1.09-.23-.4-.41-.82-.54-1.24,0,0,.14-.08.34-.2.2-.12.3-.62.3-1.42,0-.8-.09-1.3-.29-1.42-.2-.12-.34-.2-.34-.2.13-.42.3-.84.53-1.24.23-.4.5-.76.81-1.08,0,0,.14.08.34.2.2.11.69-.05,1.38-.45"/>
|
||||||
|
<path class="cls-20" d="M224.69,76.39c.69-.4,1.08-.73,1.08-.96v-.39c.43-.1.88-.16,1.35-.16s.91.05,1.34.16v.39c0,.23.39.57,1.08.96.69.4,1.18.57,1.38.46.2-.12.34-.2.34-.2.31.32.58.68.81,1.09s.41.82.53,1.24c0,0-.14.08-.34.2-.2.12-.3.62-.29,1.42,0,.8.09,1.31.29,1.42.2.11.34.2.34.2-.13.42-.3.84-.53,1.24-.23.4-.5.76-.81,1.08,0,0-.14-.08-.34-.2-.2-.11-.69.05-1.38.45-.69.4-1.09.73-1.09.97v.39c-.43.1-.88.16-1.34.16s-.91-.06-1.34-.16v-.39c0-.23-.39-.57-1.08-.97-.69-.4-1.18-.57-1.38-.46-.2.11-.34.2-.34.2-.31-.32-.58-.68-.81-1.09-.23-.4-.41-.82-.54-1.24,0,0,.14-.08.34-.2.2-.12.3-.62.3-1.42,0-.8-.09-1.3-.29-1.42-.2-.12-.34-.2-.34-.2.13-.42.3-.84.53-1.24.23-.4.5-.76.81-1.08,0,0,.14.08.34.2.2.11.69-.05,1.38-.45Z"/>
|
||||||
|
<path class="cls-20" d="M229.76,80.59c0-1.46-1.19-2.64-2.64-2.64s-2.65,1.18-2.65,2.64,1.18,2.64,2.65,2.64,2.64-1.18,2.64-2.64Z"/>
|
||||||
|
<polygon class="cls-10" points="226.01 80.5 226.23 80.28 226.53 80.28 226.53 80.92 226.21 80.92 226.21 80.67 226.01 80.86 225.81 80.67 225.81 80.92 225.48 80.92 225.48 80.28 225.79 80.28 226.01 80.5"/>
|
||||||
|
<polygon class="cls-16" points="226.01 80.5 226.23 80.28 226.53 80.28 226.53 80.92 226.21 80.92 226.21 80.67 226.01 80.86 225.81 80.67 225.81 80.92 225.48 80.92 225.48 80.28 225.79 80.28 226.01 80.5"/>
|
||||||
|
<polygon class="cls-10" points="227.19 80.28 227.36 80.28 227.77 80.92 227.44 80.92 227.39 80.85 226.98 80.85 226.94 80.92 226.6 80.92 227.01 80.28 227.19 80.28"/>
|
||||||
|
<polygon class="cls-16" points="227.19 80.28 227.36 80.28 227.77 80.92 227.44 80.92 227.39 80.85 226.98 80.85 226.94 80.92 226.6 80.92 227.01 80.28 227.19 80.28"/>
|
||||||
|
<polygon class="cls-1" points="227.19 80.69 227.29 80.69 227.19 80.53 227.08 80.69 227.19 80.69"/>
|
||||||
|
<polygon class="cls-16" points="227.19 80.69 227.29 80.69 227.19 80.53 227.08 80.69 227.19 80.69"/>
|
||||||
|
<polygon class="cls-10" points="228.55 80.28 228.88 80.28 228.88 80.92 228.55 80.92 228.16 80.63 228.16 80.92 227.83 80.92 227.83 80.28 228.16 80.28 228.55 80.57 228.55 80.28"/>
|
||||||
|
<polygon class="cls-16" points="228.55 80.28 228.88 80.28 228.88 80.92 228.55 80.92 228.16 80.63 228.16 80.92 227.83 80.92 227.83 80.28 228.16 80.28 228.55 80.57 228.55 80.28"/>
|
||||||
|
<path class="cls-1" d="M102.39,80.66c0-6.33-5.14-11.47-11.47-11.47s-11.47,5.13-11.47,11.47,5.14,11.47,11.47,11.47,11.47-5.14,11.47-11.47"/>
|
||||||
|
<path class="cls-19" d="M102.39,80.66c0-6.33-5.14-11.47-11.47-11.47s-11.47,5.13-11.47,11.47,5.14,11.47,11.47,11.47,11.47-5.14,11.47-11.47Z"/>
|
||||||
|
<line class="cls-15" x1="101.76" y1="80.66" x2="102.39" y2="80.66"/>
|
||||||
|
<line class="cls-15" x1="101.42" y1="79.83" x2="102.35" y2="79.76"/>
|
||||||
|
<line class="cls-14" x1="101.62" y1="78.96" x2="102.25" y2="78.86"/>
|
||||||
|
<line class="cls-14" x1="101.23" y1="77.31" x2="101.83" y2="77.11"/>
|
||||||
|
<line class="cls-14" x1="100.58" y1="75.74" x2="101.14" y2="75.45"/>
|
||||||
|
<line class="cls-14" x1="99.69" y1="74.29" x2="100.2" y2="73.91"/>
|
||||||
|
<line class="cls-14" x1="98.58" y1="72.99" x2="99.03" y2="72.55"/>
|
||||||
|
<line class="cls-14" x1="97.29" y1="71.89" x2="97.66" y2="71.38"/>
|
||||||
|
<line class="cls-14" x1="95.84" y1="71" x2="96.13" y2="70.44"/>
|
||||||
|
<line class="cls-14" x1="94.27" y1="70.35" x2="94.47" y2="69.75"/>
|
||||||
|
<line class="cls-14" x1="92.62" y1="69.95" x2="92.72" y2="69.33"/>
|
||||||
|
<line class="cls-14" x1="90.92" y1="69.82" x2="90.92" y2="69.19"/>
|
||||||
|
<line class="cls-14" x1="89.23" y1="69.95" x2="89.13" y2="69.33"/>
|
||||||
|
<line class="cls-14" x1="87.58" y1="70.35" x2="87.38" y2="69.75"/>
|
||||||
|
<line class="cls-14" x1="86" y1="71" x2="85.72" y2="70.44"/>
|
||||||
|
<line class="cls-14" x1="84.55" y1="71.89" x2="84.18" y2="71.38"/>
|
||||||
|
<line class="cls-14" x1="83.26" y1="72.99" x2="82.81" y2="72.55"/>
|
||||||
|
<line class="cls-14" x1="82.16" y1="74.29" x2="81.64" y2="73.91"/>
|
||||||
|
<line class="cls-14" x1="81.27" y1="75.74" x2="80.7" y2="75.45"/>
|
||||||
|
<line class="cls-14" x1="80.62" y1="77.31" x2="80.01" y2="77.11"/>
|
||||||
|
<line class="cls-14" x1="80.22" y1="78.96" x2="79.6" y2="78.86"/>
|
||||||
|
<line class="cls-14" x1="80.09" y1="80.66" x2="79.46" y2="80.66"/>
|
||||||
|
<line class="cls-14" x1="80.22" y1="82.35" x2="79.59" y2="82.45"/>
|
||||||
|
<line class="cls-14" x1="80.62" y1="84" x2="80.01" y2="84.2"/>
|
||||||
|
<line class="cls-14" x1="81.27" y1="85.58" x2="80.7" y2="85.86"/>
|
||||||
|
<line class="cls-14" x1="82.16" y1="87.02" x2="81.64" y2="87.4"/>
|
||||||
|
<line class="cls-14" x1="83.26" y1="88.32" x2="82.81" y2="88.77"/>
|
||||||
|
<line class="cls-14" x1="84.55" y1="89.42" x2="84.18" y2="89.93"/>
|
||||||
|
<line class="cls-14" x1="86" y1="90.31" x2="85.72" y2="90.88"/>
|
||||||
|
<line class="cls-14" x1="87.58" y1="90.96" x2="87.38" y2="91.56"/>
|
||||||
|
<line class="cls-14" x1="89.23" y1="91.36" x2="89.13" y2="91.98"/>
|
||||||
|
<line class="cls-14" x1="90.92" y1="91.49" x2="90.92" y2="92.13"/>
|
||||||
|
<line class="cls-14" x1="92.62" y1="91.36" x2="92.72" y2="91.98"/>
|
||||||
|
<line class="cls-14" x1="94.27" y1="90.96" x2="94.47" y2="91.56"/>
|
||||||
|
<line class="cls-14" x1="95.84" y1="90.31" x2="96.13" y2="90.88"/>
|
||||||
|
<line class="cls-14" x1="97.29" y1="89.42" x2="97.66" y2="89.93"/>
|
||||||
|
<line class="cls-14" x1="98.58" y1="88.32" x2="99.03" y2="88.77"/>
|
||||||
|
<line class="cls-14" x1="99.69" y1="87.02" x2="100.2" y2="87.4"/>
|
||||||
|
<line class="cls-14" x1="100.58" y1="85.58" x2="101.14" y2="85.86"/>
|
||||||
|
<line class="cls-14" x1="101.23" y1="84" x2="101.83" y2="84.2"/>
|
||||||
|
<line class="cls-14" x1="101.62" y1="82.35" x2="102.25" y2="82.45"/>
|
||||||
|
<line class="cls-14" x1="101.16" y1="78.2" x2="102.07" y2="77.98"/>
|
||||||
|
<line class="cls-14" x1="100.65" y1="76.63" x2="101.52" y2="76.27"/>
|
||||||
|
<line class="cls-14" x1="99.9" y1="75.15" x2="100.7" y2="74.66"/>
|
||||||
|
<line class="cls-14" x1="98.93" y1="73.82" x2="99.64" y2="73.21"/>
|
||||||
|
<line class="cls-14" x1="97.76" y1="72.65" x2="98.37" y2="71.94"/>
|
||||||
|
<line class="cls-14" x1="96.42" y1="71.68" x2="96.91" y2="70.88"/>
|
||||||
|
<line class="cls-14" x1="94.95" y1="70.93" x2="95.31" y2="70.06"/>
|
||||||
|
<line class="cls-14" x1="93.38" y1="70.42" x2="93.6" y2="69.5"/>
|
||||||
|
<line class="cls-14" x1="91.75" y1="70.16" x2="91.82" y2="69.22"/>
|
||||||
|
<line class="cls-14" x1="90.1" y1="70.16" x2="90.02" y2="69.22"/>
|
||||||
|
<line class="cls-14" x1="88.47" y1="70.42" x2="88.25" y2="69.5"/>
|
||||||
|
<line class="cls-14" x1="86.89" y1="70.93" x2="86.53" y2="70.06"/>
|
||||||
|
<line class="cls-14" x1="85.42" y1="71.68" x2="84.93" y2="70.88"/>
|
||||||
|
<line class="cls-14" x1="84.09" y1="72.65" x2="83.47" y2="71.94"/>
|
||||||
|
<line class="cls-14" x1="82.92" y1="73.82" x2="82.2" y2="73.21"/>
|
||||||
|
<line class="cls-14" x1="81.95" y1="75.16" x2="81.15" y2="74.66"/>
|
||||||
|
<line class="cls-14" x1="81.2" y1="76.63" x2="80.33" y2="76.27"/>
|
||||||
|
<line class="cls-14" x1="80.68" y1="78.2" x2="79.77" y2="77.98"/>
|
||||||
|
<line class="cls-14" x1="80.43" y1="79.83" x2="79.49" y2="79.76"/>
|
||||||
|
<line class="cls-14" x1="80.43" y1="81.48" x2="79.49" y2="81.55"/>
|
||||||
|
<line class="cls-14" x1="80.68" y1="83.11" x2="79.77" y2="83.33"/>
|
||||||
|
<line class="cls-14" x1="81.2" y1="84.68" x2="80.33" y2="85.04"/>
|
||||||
|
<line class="cls-14" x1="81.95" y1="86.16" x2="81.15" y2="86.65"/>
|
||||||
|
<line class="cls-14" x1="82.92" y1="87.49" x2="82.2" y2="88.1"/>
|
||||||
|
<line class="cls-14" x1="84.09" y1="88.66" x2="83.47" y2="89.38"/>
|
||||||
|
<line class="cls-14" x1="85.42" y1="89.63" x2="84.93" y2="90.43"/>
|
||||||
|
<line class="cls-14" x1="86.89" y1="90.38" x2="86.53" y2="91.25"/>
|
||||||
|
<line class="cls-14" x1="88.47" y1="90.89" x2="88.25" y2="91.8"/>
|
||||||
|
<line class="cls-14" x1="90.1" y1="91.15" x2="90.02" y2="92.09"/>
|
||||||
|
<line class="cls-14" x1="91.75" y1="91.15" x2="91.82" y2="92.09"/>
|
||||||
|
<line class="cls-14" x1="93.38" y1="90.89" x2="93.6" y2="91.8"/>
|
||||||
|
<line class="cls-14" x1="94.95" y1="90.38" x2="95.31" y2="91.25"/>
|
||||||
|
<line class="cls-14" x1="96.42" y1="89.63" x2="96.91" y2="90.43"/>
|
||||||
|
<line class="cls-14" x1="97.76" y1="88.66" x2="98.37" y2="89.38"/>
|
||||||
|
<line class="cls-14" x1="98.93" y1="87.49" x2="99.64" y2="88.1"/>
|
||||||
|
<line class="cls-14" x1="99.9" y1="86.16" x2="100.7" y2="86.65"/>
|
||||||
|
<line class="cls-14" x1="100.65" y1="84.68" x2="101.52" y2="85.04"/>
|
||||||
|
<line class="cls-14" x1="101.16" y1="83.11" x2="102.07" y2="83.33"/>
|
||||||
|
<line class="cls-14" x1="101.42" y1="81.48" x2="102.35" y2="81.56"/>
|
||||||
|
<path class="cls-10" d="M83.19,80.8c-.17,0-.6-.23-.71-.68-.37,5.03,3.75,9.04,8.47,9.04,1.85,0,3.59-.62,4.99-1.61-1.47,1.09-3.2,1.64-5.11,1.64-4.85,0-8.7-3.67-8.7-8.52s3.94-8.79,8.79-8.79c.51,0,1.04.03,1.5.13,1.38.19,3.66,1.42,4.53,2.77.85,1.25-.59,2.29-.59,2.29-1.04-1.61-3.1-3.03-5.53-3.03-3.89,0-6.64,2.79-6.64,6.67.02-.87-.61-.06-.99.11"/>
|
||||||
|
<path class="cls-24" d="M83.19,80.8c-.17,0-.6-.23-.71-.68-.37,5.03,3.75,9.04,8.47,9.04,1.85,0,3.59-.62,4.99-1.61-1.47,1.09-3.2,1.64-5.11,1.64-4.85,0-8.7-3.67-8.7-8.52s3.94-8.79,8.79-8.79c.51,0,1.04.03,1.5.13,1.38.19,3.66,1.42,4.53,2.77.85,1.25-.59,2.29-.59,2.29-1.04-1.61-3.1-3.03-5.53-3.03-3.89,0-6.64,2.79-6.64,6.67.02-.87-.61-.06-.99.11Z"/>
|
||||||
|
<path class="cls-10" d="M86.05,73.09c1.39-.9,3.05-1.42,4.83-1.42,4.92,0,8.91,3.99,8.91,8.91,0,1.72-.49,3.33-1.34,4.7.85-1.36,1.58-3.17,1.58-4.9,0-4.92-3.99-8.9-8.9-8.9-1.78,0-3.68.72-5.07,1.62"/>
|
||||||
|
<path class="cls-24" d="M86.05,73.09c1.39-.9,3.05-1.42,4.83-1.42,4.92,0,8.91,3.99,8.91,8.91,0,1.72-.49,3.33-1.34,4.7.85-1.36,1.58-3.17,1.58-4.9,0-4.92-3.99-8.9-8.9-8.9-1.78,0-3.68.72-5.07,1.62Z"/>
|
||||||
|
<path class="cls-10" d="M98.06,85.83c-1.62,2.21-4.24,3.64-7.19,3.64-4.92,0-8.9-3.99-8.9-8.9,0-1.82.55-3.52,1.49-4.93-.94,1.41-1.61,3.34-1.61,5.16,0,4.92,3.99,8.9,8.9,8.9,2.95,0,5.69-1.66,7.31-3.87"/>
|
||||||
|
<path class="cls-24" d="M98.06,85.83c-1.62,2.21-4.24,3.64-7.19,3.64-4.92,0-8.9-3.99-8.9-8.9,0-1.82.55-3.52,1.49-4.93-.94,1.41-1.61,3.34-1.61,5.16,0,4.92,3.99,8.9,8.9,8.9,2.95,0,5.69-1.66,7.31-3.87Z"/>
|
||||||
|
<path class="cls-10" d="M97.66,75.16c1.18,1.48,1.89,3.36,1.89,5.41,0,1.13-.22,2.21-.61,3.2.39-.99.57-3.46.34-4.44-.12-.81-.52-2.56-1.62-4.17"/>
|
||||||
|
<path class="cls-24" d="M97.66,75.16c1.18,1.48,1.89,3.36,1.89,5.41,0,1.13-.22,2.21-.61,3.2.39-.99.57-3.46.34-4.44-.12-.81-.52-2.56-1.62-4.17Z"/>
|
||||||
|
<path class="cls-10" d="M89.62,71.1c.42-.09.83-.14,1.26-.14,5.31,0,9.61,4.3,9.61,9.61s-4.3,9.61-9.61,9.61-9.61-4.3-9.61-9.61c0-1.61.4-3.13,1.1-4.47-1.53,2.3-1.46,3.82-1.46,5.43,0,.42-.45-1.52-.45-1.11,0,6.63,5.33,10.66,10.06,10.72-2.57.32-4.53-.49-3.89-.2,9.31,4.24,16.46-5.36,15.01-9.28-.31-.85.03,1.3-.77,1.82,0,0,.16-.85.2-1.29.18-1.06.03-2.31-.27-3.49-.21-.85-.06,1.35-.11.78-.49-5.56-5.9-8.83-9.81-8.52-.4,0-.83.05-1.26.14"/>
|
||||||
|
<path class="cls-24" d="M89.62,71.1c.42-.09.83-.14,1.26-.14,5.31,0,9.61,4.3,9.61,9.61s-4.3,9.61-9.61,9.61-9.61-4.3-9.61-9.61c0-1.61.4-3.13,1.1-4.47-1.53,2.3-1.46,3.82-1.46,5.43,0,.42-.45-1.52-.45-1.11,0,6.63,5.33,10.66,10.06,10.72-2.57.32-4.53-.49-3.89-.2,9.31,4.24,16.46-5.36,15.01-9.28-.31-.85.03,1.3-.77,1.82,0,0,.16-.85.2-1.29.18-1.06.03-2.31-.27-3.49-.21-.85-.06,1.35-.11.78-.49-5.56-5.9-8.83-9.81-8.52-.4,0-.83.05-1.26.14Z"/>
|
||||||
|
<path class="cls-23" d="M96.48,80.57c0-3.07-2.51-5.56-5.6-5.56s-5.6,2.49-5.6,5.56,2.51,5.56,5.6,5.56,5.6-2.49,5.6-5.56Z"/>
|
||||||
|
<path class="cls-1" d="M84.25,80.59c0-3.63,2.94-6.57,6.57-6.57s6.57,2.94,6.57,6.57-2.94,6.57-6.57,6.57-6.57-2.94-6.57-6.57"/>
|
||||||
|
<path class="cls-22" d="M84.25,80.59c0-3.63,2.94-6.57,6.57-6.57s6.57,2.94,6.57,6.57-2.94,6.57-6.57,6.57-6.57-2.94-6.57-6.57Z"/>
|
||||||
|
<path class="cls-10" d="M95.92,80.57c0-2.79-2.26-5.04-5.05-5.04s-5.04,2.26-5.04,5.04,2.26,5.05,5.04,5.05,5.05-2.26,5.05-5.05"/>
|
||||||
|
<path class="cls-22" d="M95.92,80.57c0-2.79-2.26-5.04-5.05-5.04s-5.04,2.26-5.04,5.04,2.26,5.05,5.04,5.05,5.05-2.26,5.05-5.05Z"/>
|
||||||
|
<path class="cls-9" d="M88.45,76.39c.69-.4,1.08-.73,1.08-.96v-.39c.43-.1.88-.16,1.35-.16s.91.05,1.34.16v.39c0,.23.39.57,1.08.96.69.4,1.18.57,1.38.46.2-.12.34-.2.34-.2.31.32.58.68.81,1.09.23.4.41.82.53,1.24,0,0-.14.08-.34.2-.2.12-.3.62-.29,1.42,0,.8.09,1.31.29,1.42.2.11.34.2.34.2-.13.42-.3.84-.53,1.24-.23.4-.5.76-.81,1.08,0,0-.14-.08-.34-.2-.2-.11-.69.05-1.38.45-.69.4-1.08.73-1.08.97v.39c-.43.1-.88.16-1.34.16s-.91-.06-1.34-.16v-.39c0-.23-.39-.57-1.08-.97-.69-.4-1.18-.57-1.38-.46-.2.11-.34.2-.34.2-.31-.32-.58-.68-.81-1.09-.23-.4-.41-.82-.53-1.24,0,0,.14-.08.34-.2.2-.12.3-.62.3-1.42,0-.8-.1-1.3-.3-1.42-.2-.12-.34-.2-.34-.2.13-.42.3-.84.53-1.24.23-.4.5-.76.81-1.08,0,0,.14.08.34.2.2.11.69-.05,1.38-.45"/>
|
||||||
|
<path class="cls-20" d="M88.45,76.39c.69-.4,1.08-.73,1.08-.96v-.39c.43-.1.88-.16,1.35-.16s.91.05,1.34.16v.39c0,.23.39.57,1.08.96.69.4,1.18.57,1.38.46.2-.12.34-.2.34-.2.31.32.58.68.81,1.09.23.4.41.82.53,1.24,0,0-.14.08-.34.2-.2.12-.3.62-.29,1.42,0,.8.09,1.31.29,1.42.2.11.34.2.34.2-.13.42-.3.84-.53,1.24-.23.4-.5.76-.81,1.08,0,0-.14-.08-.34-.2-.2-.11-.69.05-1.38.45-.69.4-1.08.73-1.08.97v.39c-.43.1-.88.16-1.34.16s-.91-.06-1.34-.16v-.39c0-.23-.39-.57-1.08-.97-.69-.4-1.18-.57-1.38-.46-.2.11-.34.2-.34.2-.31-.32-.58-.68-.81-1.09-.23-.4-.41-.82-.53-1.24,0,0,.14-.08.34-.2.2-.12.3-.62.3-1.42,0-.8-.1-1.3-.3-1.42-.2-.12-.34-.2-.34-.2.13-.42.3-.84.53-1.24.23-.4.5-.76.81-1.08,0,0,.14.08.34.2.2.11.69-.05,1.38-.45Z"/>
|
||||||
|
<path class="cls-20" d="M93.51,80.59c0-1.46-1.19-2.64-2.64-2.64s-2.65,1.18-2.65,2.64,1.18,2.64,2.65,2.64,2.64-1.18,2.64-2.64Z"/>
|
||||||
|
<polygon class="cls-10" points="89.77 80.5 89.98 80.28 90.29 80.28 90.29 80.92 89.96 80.92 89.96 80.67 89.77 80.86 89.57 80.67 89.57 80.92 89.24 80.92 89.24 80.28 89.55 80.28 89.77 80.5"/>
|
||||||
|
<polygon class="cls-16" points="89.77 80.5 89.98 80.28 90.29 80.28 90.29 80.92 89.96 80.92 89.96 80.67 89.77 80.86 89.57 80.67 89.57 80.92 89.24 80.92 89.24 80.28 89.55 80.28 89.77 80.5"/>
|
||||||
|
<polygon class="cls-10" points="90.94 80.28 91.12 80.28 91.53 80.92 91.19 80.92 91.15 80.85 90.74 80.85 90.69 80.92 90.35 80.92 90.77 80.28 90.94 80.28"/>
|
||||||
|
<polygon class="cls-16" points="90.94 80.28 91.12 80.28 91.53 80.92 91.19 80.92 91.15 80.85 90.74 80.85 90.69 80.92 90.35 80.92 90.77 80.28 90.94 80.28"/>
|
||||||
|
<polygon class="cls-1" points="90.94 80.69 91.05 80.69 90.94 80.53 90.84 80.69 90.94 80.69"/>
|
||||||
|
<polygon class="cls-16" points="90.94 80.69 91.05 80.69 90.94 80.53 90.84 80.69 90.94 80.69"/>
|
||||||
|
<polygon class="cls-10" points="92.31 80.28 92.64 80.28 92.64 80.92 92.31 80.92 91.92 80.63 91.92 80.92 91.59 80.92 91.59 80.28 91.92 80.28 92.31 80.57 92.31 80.28"/>
|
||||||
|
<polygon class="cls-16" points="92.31 80.28 92.64 80.28 92.64 80.92 92.31 80.92 91.92 80.63 91.92 80.92 91.59 80.92 91.59 80.28 91.92 80.28 92.31 80.57 92.31 80.28"/>
|
||||||
|
<path class="cls-6" d="M15.42,70.75v-12.44c0-1.26.32-2.17.32-2.17h0c.06.09.12.14.19.2.18.17.81.73,1.11,1.01.3.28.42.53.42.86v6.37c0,.78-.1,1.42-.54,2.4-.79,1.74-1.17,2.78-1.53,3.94l.04-.17Z"/>
|
||||||
|
<path class="cls-21" d="M15.42,70.75v-12.44c0-1.26.32-2.17.32-2.17h0c.06.09.12.14.19.2.18.17.81.73,1.11,1.01.3.28.42.53.42.86v6.37c0,.78-.1,1.42-.54,2.4-.79,1.74-1.17,2.78-1.53,3.94l.04-.17Z"/>
|
||||||
|
<path class="cls-21" d="M17.59,81.76s-.46-.1-.94-.2c-.48-.1-.75-.48-.92-.71-.17-.23,0-.8,0-.8,0,0-.62-1.71-.72-2.17-.1-.45,0-.83,0-.83,0,0-.53-.33-.53-.91v-3.65c0-.63.35-1.01.35-1.01,0,0-.23-.1-.23-.45s.06-25.81.98-48.12c.05-1.21-.63-2.26-.83-2.52-.2-.25-.04-.76.38-1.13"/>
|
||||||
|
<path class="cls-6" d="M125.74,19.55s-2.52-1.07-3.93-1.07h-38.58s-.53-.86-.68-1.03c-.15-.18-.25-.33-.68-.33h-9.77c-1.01,0-1.99,1.81-1.99,1.81-3.1-.88-5.94-1.39-7.05-1.39h-1.49l-.68-.78H25.82l-.68.78v1.9h-.28v-2.68c-3.45,0-7.53.68-9.72,2.49-.43.36-.58.88-.38,1.13.2.25.88,1.3.83,2.52-.92,22.31-.98,47.77-.98,48.12s.23.45.23.45h.35l.22-.74v-12.44c0-1.26.33-2.17.33-2.17h0c-.09-.14-.15-.36-.17-.83-.03-.77.62-26.32.92-32.29v.4-.4c0-2.04,3.84-3.47,8.38-3.47h100.87Z"/>
|
||||||
|
<path class="cls-21" d="M125.74,19.55s-2.52-1.07-3.93-1.07h-38.58s-.53-.86-.68-1.03c-.15-.18-.25-.33-.68-.33h-9.77c-1.01,0-1.99,1.81-1.99,1.81-3.1-.88-5.94-1.39-7.05-1.39h-1.49l-.68-.78H25.82l-.68.78v1.9h-.28v-2.68c-3.45,0-7.53.68-9.72,2.49-.43.36-.58.88-.38,1.13.2.25.88,1.3.83,2.52-.92,22.31-.98,47.77-.98,48.12s.23.45.23.45h.35l.22-.74v-12.44c0-1.26.33-2.17.33-2.17h0c-.09-.14-.15-.36-.17-.83-.03-.77.62-26.32.92-32.29v.4-.4c0-2.04,3.84-3.47,8.38-3.47h100.87Z"/>
|
||||||
|
<path class="cls-6" d="M15.02,77.06s-.1.38,0,.83c.1.45.72,2.17.72,2.17,0,0-.16.58,0,.81.17.23.44.6.92.71.48.1.94.2.94.2h.01c-.96-.45-1.74-3.27-1.97-3.95-.11-.32-.22-.57-.3-.81l-.31.06Z"/>
|
||||||
|
<path class="cls-21" d="M15.02,77.06s-.1.38,0,.83c.1.45.72,2.17.72,2.17,0,0-.16.58,0,.81.17.23.44.6.92.71.48.1.94.2.94.2h.01c-.96-.45-1.74-3.27-1.97-3.95-.11-.32-.22-.57-.3-.81l-.31.06Z"/>
|
||||||
|
<path class="cls-6" d="M16.71,80.66c-.24-.47-.46-1.02-.63-1.52"/>
|
||||||
|
<path class="cls-21" d="M16.71,80.66c-.24-.47-.46-1.02-.63-1.52"/>
|
||||||
|
<path class="cls-21" d="M23.21,30.2h238.67c7.12,0,10.76.68,15.66,1.6"/>
|
||||||
|
<polyline class="cls-21" points="129.37 30.2 129.37 84.83 161.06 84.83 161.06 30.2"/>
|
||||||
|
<line class="cls-21" x1="145.22" y1="30.2" x2="145.22" y2="84.83"/>
|
||||||
|
<path class="cls-1" d="M170.64,62.4h26.78v-27.77h-32.34l-1.09,1.02v22.43s-.04.21.28.27c.33.06,3.24.45,4.11.68.88.24,1.44.63,2,3.13.05.22.26.23.26.23"/>
|
||||||
|
<path class="cls-18" d="M170.64,62.4h26.78v-27.77h-32.34l-1.09,1.02v22.43s-.04.21.28.27c.33.06,3.24.45,4.11.68.88.24,1.44.63,2,3.13.05.22.26.23.26.23Z"/>
|
||||||
|
<path class="cls-1" d="M244.5,58.08s.04.21-.28.27c-.33.06-3.24.45-4.11.68-.88.23-1.44.63-2,3.13-.05.22-.26.23-.26.23h-1.12c-1.12-.54-2.65-.91-4.88-.91h-9.39c-2.23,0-3.76.36-4.88.91h-16.98v-19.28h43.89v14.97ZM241.93,35.38h-28.88v4.89h28.88v-4.89ZM211.82,35.38h-10.6v4.89h10.6v-4.89Z"/>
|
||||||
|
<rect class="cls-18" x="201.22" y="35.38" width="10.6" height="4.89"/>
|
||||||
|
<rect class="cls-18" x="213.05" y="35.38" width="28.88" height="4.89"/>
|
||||||
|
<path class="cls-18" d="M244.5,58.08s.04.21-.28.27c-.33.06-3.24.45-4.11.68-.88.24-1.44.63-2,3.13-.05.22-.26.23-.26.23h-1.12c-1.12-.54-2.65-.91-4.88-.91h-9.39c-2.23,0-3.76.36-4.88.91h-16.98v-19.28h43.89v14.96Z"/>
|
||||||
|
<path class="cls-21" d="M161.42,59.91h5.22c1.56,0,2.32,1.21,2.32,2.27v1.71"/>
|
||||||
|
<path class="cls-21" d="M167.91,62.12c0,.6-.49,1.09-1.09,1.09s-1.1-.49-1.1-1.09.49-1.09,1.1-1.09,1.09.49,1.09,1.09Z"/>
|
||||||
|
<path class="cls-21" d="M71.5,59.91h5.22c1.56,0,2.32,1.21,2.32,2.27v1.71"/>
|
||||||
|
<path class="cls-21" d="M77.19,62.12c0,.6-.49,1.09-1.09,1.09s-1.1-.49-1.1-1.09.49-1.09,1.1-1.09,1.09.49,1.09,1.09Z"/>
|
||||||
|
<path class="cls-21" d="M247.44,59.91h-5.22c-1.56,0-2.32,1.21-2.32,2.27v1.71"/>
|
||||||
|
<path class="cls-21" d="M240.95,62.12c0,.6.49,1.09,1.09,1.09s1.1-.49,1.1-1.09-.49-1.09-1.1-1.09-1.09.49-1.09,1.09Z"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-40">
|
||||||
|
<rect class="cls-9" x="131.35" y="39.55" width="11.29" height="40.49"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-29">
|
||||||
|
<path class="cls-21" d="M131.35,58.5c0,.25.08.52.5.52,1.63,0,3.45-.09,4.33.74.48.45.5,1.09.5,1.88v-.15c0,.78-.02,1.43-.5,1.88-.88.83-2.7.74-4.33.74-.42,0-.5.27-.5.52v14.98c0,.24.2.44.44.44h10.42c.24,0,.44-.2.44-.44v-39.62c0-.24-.2-.44-.44-.44h-10.42c-.24,0-.44.2-.44.44v18.51Z"/>
|
||||||
|
<path class="cls-21" d="M135.58,62.36c0,.37-.3.67-.67.67s-.67-.3-.67-.67v-1.59c0-.37.3-.67.67-.67s.67.3.67.67v1.59Z"/>
|
||||||
|
<path class="cls-21" d="M133.17,62.02c0,.56-.33,1.01-.73,1.01s-.73-.45-.73-1.01.33-1.01.73-1.01.73.45.73,1.01Z"/>
|
||||||
|
</g>
|
||||||
|
<line class="cls-21" x1="129.37" y1="35.67" x2="161.06" y2="35.67"/>
|
||||||
|
<line class="cls-21" x1="129.37" y1="36.79" x2="161.06" y2="36.79"/>
|
||||||
|
<line class="cls-21" x1="130.38" y1="36.79" x2="130.38" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="143.42" y1="38.35" x2="143.42" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="130.38" y1="38.35" x2="145.22" y2="38.35"/>
|
||||||
|
<line class="cls-21" x1="129.47" y1="83.58" x2="145.22" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="130.38" y1="81.82" x2="143.42" y2="81.82"/>
|
||||||
|
<g class="cls-30">
|
||||||
|
<rect class="cls-9" x="147.79" y="39.55" width="11.29" height="40.49"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-37">
|
||||||
|
<path class="cls-21" d="M159.08,58.5c0,.25-.08.52-.5.52-1.63,0-3.45-.09-4.33.74-.48.45-.5,1.09-.5,1.88v-.15c0,.78.02,1.43.5,1.88.88.83,2.71.74,4.33.74.42,0,.5.27.5.52v14.98c0,.24-.2.44-.44.44h-10.42c-.24,0-.44-.2-.44-.44v-39.62c0-.24.2-.44.44-.44h10.42c.24,0,.44.2.44.44v18.51Z"/>
|
||||||
|
<path class="cls-21" d="M154.85,62.36c0,.37.3.67.67.67s.67-.3.67-.67v-1.59c0-.37-.3-.67-.67-.67s-.67.3-.67.67v1.59Z"/>
|
||||||
|
<path class="cls-21" d="M157.26,62.02c0,.56.33,1.01.73,1.01s.73-.45.73-1.01-.33-1.01-.73-1.01-.73.45-.73,1.01Z"/>
|
||||||
|
</g>
|
||||||
|
<line class="cls-21" x1="160.05" y1="36.79" x2="160.05" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="147.01" y1="38.35" x2="147.01" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="160.05" y1="38.35" x2="145.22" y2="38.35"/>
|
||||||
|
<line class="cls-21" x1="160.96" y1="83.58" x2="145.22" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="160.05" y1="81.82" x2="147.01" y2="81.82"/>
|
||||||
|
<line class="cls-21" x1="263.28" y1="35.67" x2="263.28" y2="85.63"/>
|
||||||
|
<g class="cls-34">
|
||||||
|
<rect class="cls-9" x="249.42" y="39.55" width="11.29" height="40.49"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-41">
|
||||||
|
<path class="cls-21" d="M249.42,58.5c0,.25.08.52.5.52,1.63,0,3.45-.09,4.33.74.48.45.5,1.09.5,1.88v-.15c0,.78-.02,1.43-.5,1.88-.88.83-2.7.74-4.33.74-.42,0-.5.27-.5.52v14.98c0,.24.2.44.44.44h10.42c.24,0,.44-.2.44-.44v-39.62c0-.24-.2-.44-.44-.44h-10.42c-.24,0-.44.2-.44.44v18.51Z"/>
|
||||||
|
<path class="cls-21" d="M253.65,62.36c0,.37-.3.67-.67.67s-.67-.3-.67-.67v-1.59c0-.37.3-.67.67-.67s.67.3.67.67v1.59Z"/>
|
||||||
|
<path class="cls-21" d="M251.24,62.02c0,.56-.33,1.01-.73,1.01s-.73-.45-.73-1.01.33-1.01.73-1.01.73.45.73,1.01Z"/>
|
||||||
|
</g>
|
||||||
|
<line class="cls-21" x1="247.44" y1="35.67" x2="279.13" y2="35.67"/>
|
||||||
|
<line class="cls-21" x1="247.44" y1="36.79" x2="279.13" y2="36.79"/>
|
||||||
|
<line class="cls-21" x1="248.45" y1="36.79" x2="248.45" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="261.49" y1="38.35" x2="261.49" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="248.45" y1="38.35" x2="263.29" y2="38.35"/>
|
||||||
|
<line class="cls-21" x1="248.45" y1="81.82" x2="261.49" y2="81.82"/>
|
||||||
|
<g class="cls-12">
|
||||||
|
<rect class="cls-9" x="265.86" y="39.55" width="11.29" height="40.49"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-33">
|
||||||
|
<path class="cls-21" d="M277.15,58.5c0,.25-.08.52-.5.52-1.63,0-3.45-.09-4.33.74-.48.45-.5,1.09-.5,1.88v-.15c0,.78.02,1.43.5,1.88.88.83,2.7.74,4.33.74.42,0,.5.27.5.52v14.98c0,.24-.2.44-.44.44h-10.42c-.24,0-.44-.2-.44-.44v-39.62c0-.24.19-.44.44-.44h10.42c.24,0,.44.2.44.44v18.51Z"/>
|
||||||
|
<path class="cls-21" d="M272.92,62.36c0,.37.3.67.67.67s.67-.3.67-.67v-1.59c0-.37-.3-.67-.67-.67s-.67.3-.67.67v1.59Z"/>
|
||||||
|
<path class="cls-21" d="M275.33,62.02c0,.56.33,1.01.73,1.01s.73-.45.73-1.01-.33-1.01-.73-1.01-.73.45-.73,1.01Z"/>
|
||||||
|
</g>
|
||||||
|
<line class="cls-21" x1="278.12" y1="36.79" x2="278.12" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="265.08" y1="38.35" x2="265.08" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="278.12" y1="38.35" x2="263.28" y2="38.35"/>
|
||||||
|
<line class="cls-21" x1="278.12" y1="81.82" x2="265.08" y2="81.82"/>
|
||||||
|
<polyline class="cls-21" points="71.6 30.2 71.6 84.83 42.96 84.83"/>
|
||||||
|
<line class="cls-21" x1="247.44" y1="74.1" x2="247.44" y2="30.2"/>
|
||||||
|
<line class="cls-21" x1="279.13" y1="83.63" x2="279.13" y2="32.29"/>
|
||||||
|
<line class="cls-21" x1="55.76" y1="30.2" x2="55.76" y2="84.82"/>
|
||||||
|
<g class="cls-27">
|
||||||
|
<rect class="cls-9" x="41.89" y="39.55" width="11.29" height="40.49"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-38">
|
||||||
|
<path class="cls-21" d="M41.89,58.5c0,.25.08.52.5.52,1.63,0,3.45-.09,4.33.74.48.45.5,1.09.5,1.88v-.15c0,.78-.02,1.43-.5,1.88-.88.83-2.7.74-4.33.74-.42,0-.5.27-.5.52v14.98c0,.24.2.44.44.44h10.42c.24,0,.44-.2.44-.44v-39.62c0-.24-.19-.44-.44-.44h-10.42c-.24,0-.44.2-.44.44v18.51Z"/>
|
||||||
|
<path class="cls-21" d="M46.12,62.36c0,.37-.3.67-.67.67s-.67-.3-.67-.67v-1.59c0-.37.3-.67.67-.67s.67.3.67.67v1.59Z"/>
|
||||||
|
<path class="cls-21" d="M43.72,62.02c0,.56-.33,1.01-.73,1.01s-.73-.45-.73-1.01.33-1.01.73-1.01.73.45.73,1.01Z"/>
|
||||||
|
</g>
|
||||||
|
<line class="cls-21" x1="39.91" y1="35.67" x2="71.6" y2="35.67"/>
|
||||||
|
<line class="cls-21" x1="39.91" y1="36.79" x2="71.6" y2="36.79"/>
|
||||||
|
<line class="cls-21" x1="40.92" y1="36.79" x2="40.92" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="53.96" y1="38.35" x2="53.96" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="40.92" y1="38.35" x2="55.76" y2="38.35"/>
|
||||||
|
<line class="cls-21" x1="40.01" y1="83.58" x2="55.76" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="40.92" y1="81.82" x2="53.96" y2="81.82"/>
|
||||||
|
<g class="cls-28">
|
||||||
|
<rect class="cls-9" x="58.33" y="39.55" width="11.29" height="40.49"/>
|
||||||
|
</g>
|
||||||
|
<g class="cls-13">
|
||||||
|
<path class="cls-21" d="M69.62,58.5c0,.25-.08.52-.5.52-1.63,0-3.45-.09-4.33.74-.48.45-.5,1.09-.5,1.88v-.15c0,.78.02,1.43.5,1.88.88.83,2.7.74,4.33.74.42,0,.5.27.5.52v14.98c0,.24-.2.44-.44.44h-10.42c-.24,0-.43-.2-.43-.44v-39.62c0-.24.19-.44.43-.44h10.42c.24,0,.44.2.44.44v18.51Z"/>
|
||||||
|
<path class="cls-21" d="M65.4,62.36c0,.37.3.67.67.67s.67-.3.67-.67v-1.59c0-.37-.3-.67-.67-.67s-.67.3-.67.67v1.59Z"/>
|
||||||
|
<path class="cls-21" d="M67.8,62.02c0,.56.33,1.01.73,1.01s.73-.45.73-1.01-.33-1.01-.73-1.01-.73.45-.73,1.01Z"/>
|
||||||
|
</g>
|
||||||
|
<line class="cls-21" x1="70.6" y1="36.79" x2="70.6" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="57.55" y1="38.35" x2="57.55" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="70.6" y1="38.35" x2="55.76" y2="38.35"/>
|
||||||
|
<line class="cls-21" x1="71.5" y1="83.58" x2="55.76" y2="83.58"/>
|
||||||
|
<line class="cls-21" x1="70.6" y1="81.82" x2="57.55" y2="81.82"/>
|
||||||
|
<line class="cls-21" x1="161.06" y1="63.89" x2="218.68" y2="63.89"/>
|
||||||
|
<line class="cls-21" x1="235.64" y1="63.89" x2="247.44" y2="63.89"/>
|
||||||
|
<line class="cls-18" x1="109.77" y1="30.2" x2="109.77" y2="63.89"/>
|
||||||
|
<line class="cls-18" x1="199.02" y1="30.2" x2="199.02" y2="74.1"/>
|
||||||
|
<line class="cls-21" x1="82.35" y1="63.89" x2="71.6" y2="63.89"/>
|
||||||
|
<line class="cls-21" x1="39.91" y1="63.89" x2="22.78" y2="63.89"/>
|
||||||
|
<line class="cls-21" x1="129.37" y1="63.89" x2="99.42" y2="63.89"/>
|
||||||
|
<g class="cls-39">
|
||||||
|
<path class="cls-7" d="M16.56,57.64s-.98.48-.98,2.87v9.29l.16-.6v-8.46c0-1.51,1.09-2.37,1.3-2.47,0,0,.08-.43-.48-.63"/>
|
||||||
|
<path class="cls-7" d="M17.17,59.51s-1.23.57-1.23,2.97v6.38l.16-.44v-5.71c0-1.51.86-2.2,1.06-2.3v-.89Z"/>
|
||||||
|
<path class="cls-21" d="M14.84,71.49s-.35.38-.35,1.01v3.65c0,.58.53.91.53.91h.34"/>
|
||||||
|
<line class="cls-21" x1="15.6" y1="22.74" x2="16.47" y2="23.41"/>
|
||||||
|
<path class="cls-21" d="M113.88,66.42h4.83c.44,0,.81.36.81.81v4.84c0,.44-.36.81-.81.81h-4.83c-.44,0-.81-.36-.81-.81v-4.83c0-.44.36-.81.81-.81Z"/>
|
||||||
|
<line class="cls-21" x1="22.79" y1="67.46" x2="22.79" y2="82.45"/>
|
||||||
|
<path class="cls-21" d="M289.02,79.65c.04-2.72.03-5.55-.76-7.05-1.94-3.72-7.49-3.91-7.49-3.91"/>
|
||||||
|
<path class="cls-6" d="M288.68,73.78c.37,1.57.37,3.75.34,5.87,0,0,.26,0,.33-.63.07-.63.15-2.04-.15-4.92-.02-.16-.38-.29-.38-.29l-.14-.03Z"/>
|
||||||
|
<path class="cls-21" d="M288.68,73.78c.37,1.57.37,3.75.34,5.87,0,0,.26,0,.33-.63.07-.63.15-2.04-.15-4.92-.02-.16-.38-.29-.38-.29l-.14-.03Z"/>
|
||||||
|
<path class="cls-21" d="M289.19,79.75c-.17-.1-.33.09-.51-.37"/>
|
||||||
|
<path class="cls-11" d="M285.59,78.24c-1.08-.2-1.37-2.48-1.44-2.89-.08-.42-.15-.77.09-.93.1-.07.55-.25,2.23.03,1.67.28,2.09.72,2.15,1.16v.14c.16,1.52.13,3.79.13,3.79-.39-.92-.72-.99-.96-1.12-.24-.13-.38.15-.62.11-.24-.04-.59-.1-1.27-.21l-.31-.07Z"/>
|
||||||
|
<path class="cls-21" d="M285.59,78.24c-1.08-.2-1.37-2.48-1.44-2.89-.08-.42-.15-.77.09-.93.1-.07.55-.25,2.23.03,1.67.28,2.09.72,2.15,1.16v.14c.16,1.52.13,3.79.13,3.79-.39-.92-.72-.99-.96-1.12-.24-.13-.38.15-.62.11-.24-.04-.59-.1-1.27-.21l-.31-.07Z"/>
|
||||||
|
<path class="cls-21" d="M288.23,70.58c.29.87.45,1.8.59,3.23"/>
|
||||||
|
<path class="cls-21" d="M288.75,81.26c-.46-.53-2.08-.93-2.76-.6-.68.33-2.18,2.26-2.1,2.35,0,0,.15.06,1.29,0,1.13-.06,1.26-.14,1.47-.31.21-.18.58-.59.83-.6.25-.01.95,0,1.27,0s.44.12.44.12"/>
|
||||||
|
<path class="cls-11" d="M285.13,83.04c.16-1.19-.06-1.59-.06-1.59-.62.67-1.23,1.5-1.18,1.56,0,0,.15.06,1.29,0"/>
|
||||||
|
<path class="cls-21" d="M285.13,83.04c.16-1.19-.06-1.59-.06-1.59-.62.67-1.23,1.5-1.18,1.56,0,0,.15.06,1.29,0"/>
|
||||||
|
<line class="cls-21" x1="279.13" y1="63.74" x2="288.12" y2="63.74"/>
|
||||||
|
<path class="cls-21" d="M280.82,71.04s6.15.83,7.74,4.12"/>
|
||||||
|
<path class="cls-8" d="M276.15,32.26c-.14-.25.29-1.02.7-1.02s7.54.34,10.16.57c2.62.22,3.61.69,4.72,1.55,1.11.86,2.38,2.1,3.05,2.82.67.72,1.55,1.66,1.73,4.62.18,2.95.11,4.01-.37,4.36-.49.35-2.08.86-2.54-.35-.45-1.21-1.48-5.15-1.61-5.66-.14-.5-.5-.79-.5-.79,0,0-.77-.09-1.49-1.56-.72-1.48-.58-2.38-.58-2.38,0,0-.93.35-2.9.22-1.96-.13-7.24-.54-8.11-.64-.87-.1-1.43-.21-2.27-1.73"/>
|
||||||
|
<path class="cls-21" d="M276.15,32.26c-.14-.25.29-1.02.7-1.02s7.54.34,10.16.57c2.62.22,3.61.69,4.72,1.55,1.11.86,2.38,2.1,3.05,2.82.67.72,1.55,1.66,1.73,4.62.18,2.95.11,4.01-.37,4.36-.49.35-2.08.86-2.54-.35-.45-1.21-1.48-5.15-1.61-5.66-.14-.5-.5-.79-.5-.79,0,0-.77-.09-1.49-1.56-.72-1.48-.58-2.38-.58-2.38,0,0-.93.35-2.9.22-1.96-.13-7.24-.54-8.11-.64-.87-.1-1.43-.21-2.27-1.73Z"/>
|
||||||
|
<path class="cls-21" d="M289.82,32.3s-.32.87-.4,2.11"/>
|
||||||
|
<path class="cls-9" d="M289.63,32.95c-.06.28-.14,1.49.64,2.71.77,1.23,1.21,1.61,1.61,2.15.4.54.59.86.77,1.66,0,0,1.01,4.16,1.14,4.68.13.52.29,1.11,1.43.92,1.14-.19.96-1.03.95-1.61-.02-.86-.17-4.19-.66-5.27-.57-1.26-2.23-2.95-3.58-4.03-1.34-1.07-2.3-1.22-2.3-1.22"/>
|
||||||
|
<path class="cls-21" d="M289.63,32.95c-.06.28-.14,1.49.64,2.71.77,1.23,1.21,1.61,1.61,2.15.4.54.59.86.77,1.66,0,0,1.01,4.16,1.14,4.68.13.52.29,1.11,1.43.92,1.14-.19.96-1.03.95-1.61-.02-.86-.17-4.19-.66-5.27-.57-1.26-2.23-2.95-3.58-4.03-1.34-1.07-2.3-1.22-2.3-1.22Z"/>
|
||||||
|
<path class="cls-21" d="M289.43,34.19c-.01.5.88,2.52,2.36,4.5"/>
|
||||||
|
<path class="cls-21" d="M276.12,32.2s10.11.68,11.28.76c1.18.08,2.13.46,2.13.46"/>
|
||||||
|
<path class="cls-11" d="M284,30.04c.02.25-.11.46-.28.47-.17.01-.32-.18-.34-.43-.02-.25.11-.46.28-.47.17-.01.32.18.34.43"/>
|
||||||
|
<path class="cls-21" d="M284,30.04c.02.25-.11.46-.28.47-.17.01-.32-.18-.34-.43-.02-.25.11-.46.28-.47.17-.01.32.18.34.43Z"/>
|
||||||
|
<line class="cls-21" x1="24.87" y1="23.08" x2="24.87" y2="19.55"/>
|
||||||
|
<path class="cls-21" d="M21.19,73.21c0,.81-.2,1.46-.45,1.46s-.45-.65-.45-1.46.2-1.46.45-1.46.45.65.45,1.46Z"/>
|
||||||
|
<line class="cls-21" x1="199.01" y1="74.1" x2="199.01" y2="85.63"/>
|
||||||
|
<line class="cls-21" x1="207.67" y1="74.02" x2="207.67" y2="85.63"/>
|
||||||
|
<rect class="cls-21" x="162.86" y="79.87" width="2.86" height="1.05"/>
|
||||||
|
<rect class="cls-21" x="106.11" y="79.87" width="2.86" height="1.05"/>
|
||||||
|
<rect class="cls-21" x="73.05" y="79.87" width="2.86" height="1.05"/>
|
||||||
|
<rect class="cls-21" x="19.17" y="77.67" width="2.86" height="1.05"/>
|
||||||
|
<rect class="cls-21" x="208.77" y="79.87" width="2.86" height="1.05"/>
|
||||||
|
<rect class="cls-21" x="242.24" y="79.87" width="2.86" height="1.05"/>
|
||||||
|
<line class="cls-21" x1="109.77" y1="74.1" x2="109.77" y2="85.63"/>
|
||||||
|
<path class="cls-4" d="M240.76,80.61c0-7.7-6.09-13.59-13.6-13.59s-13.6,5.89-13.6,13.59c0-7.7,6.09-13.95,13.6-13.95s13.6,6.24,13.6,13.95"/>
|
||||||
|
<path class="cls-17" d="M240.76,80.61c0-7.7-6.09-13.59-13.6-13.59s-13.6,5.89-13.6,13.59c0-7.7,6.09-13.95,13.6-13.95s13.6,6.24,13.6,13.95Z"/>
|
||||||
|
<path class="cls-4" d="M104.54,80.61c0-7.7-6.09-13.59-13.6-13.59s-13.6,5.89-13.6,13.59c0-7.7,6.09-13.95,13.6-13.95s13.6,6.24,13.6,13.95"/>
|
||||||
|
<path class="cls-17" d="M104.54,80.61c0-7.7-6.09-13.59-13.6-13.59s-13.6,5.89-13.6,13.59c0-7.7,6.09-13.95,13.6-13.95s13.6,6.24,13.6,13.95Z"/>
|
||||||
|
<polyline class="cls-21" points="39.91 74.1 39.91 84.5 39.91 30.2"/>
|
||||||
|
<path class="cls-21" d="M280.86,68.87c0,2.7,0,5.49-.02,8.34"/>
|
||||||
|
<line class="cls-21" x1="14.74" y1="54.59" x2="22.78" y2="54.59"/>
|
||||||
|
<path class="cls-21" d="M244.5,75c0,.46-.37.83-.83.83s-.83-.37-.83-.83.37-.83.83-.83.83.37.83.83Z"/>
|
||||||
|
<path class="cls-11" d="M222.56,19.55s-2.51,1.23-5.05,2.64c-2.53,1.4-5.09,2.97-6.06,3.61h9.74s3.09-3.29,8.06-6.25h-6.68Z"/>
|
||||||
|
<path class="cls-21" d="M222.56,19.55s-2.51,1.23-5.05,2.64c-2.53,1.4-5.09,2.97-6.06,3.61h9.74s3.09-3.29,8.06-6.25h-6.68Z"/>
|
||||||
|
<path class="cls-11" d="M211.61,26.74s10.64,13.33,28.29,32.36c.21.22,1.49.61,1.63.31.13-.3-11.62-18.3-20.31-32.67h-9.6Z"/>
|
||||||
|
<path class="cls-21" d="M211.61,26.74s10.64,13.33,28.29,32.36c.21.22,1.49.61,1.63.31.13-.3-11.62-18.3-20.31-32.67h-9.6Z"/>
|
||||||
|
<rect class="cls-11" x="24.87" y="25.8" width="196.32" height=".94"/>
|
||||||
|
<rect class="cls-21" x="24.87" y="25.79" width="196.32" height=".94"/>
|
||||||
|
<line class="cls-21" x1="61.73" y1="17.55" x2="61.73" y2="19.55"/>
|
||||||
|
<rect class="cls-11" x="83.89" y="18.49" width="36.8" height="1.07"/>
|
||||||
|
<rect class="cls-21" x="83.89" y="18.49" width="36.8" height="1.07"/>
|
||||||
|
<line class="cls-21" x1="247.44" y1="30.2" x2="247.44" y2="19.48"/>
|
||||||
|
<line class="cls-21" x1="160.55" y1="30.2" x2="160.55" y2="19.55"/>
|
||||||
|
<line class="cls-21" x1="92.71" y1="30.2" x2="92.71" y2="19.55"/>
|
||||||
|
<line class="cls-21" x1="24.87" y1="30.2" x2="24.87" y2="19.55"/>
|
||||||
|
<path class="cls-3" d="M235.95,25.33h-.69v1.34h.69v-.6l.82.6h.69v-1.34h-.69v.61l-.82-.61ZM234.27,25.33h-.74l-.87,1.34h.71l.1-.15h.86l.1.15h.71l-.87-1.34ZM234.1,26.17h-.4l.2-.31.2.31ZM230.97,25.33h-.65v1.34h.69v-.53l.41.41.41-.41v.53h.69v-1.34h-.65l-.46.46-.46-.46Z"/>
|
||||||
|
<path class="cls-11" d="M227.56,26.03s-.02,0-.02-.02l.03-.09s.01-.02.02-.02h.2s.02,0,.02.02l-.03.09s-.02.02-.03.02h-.2Z"/>
|
||||||
|
<path class="cls-11" d="M227.41,25.9h0c-.26,0-.42,0-.42,0-.05,0-.13.04-.16.15-.01.04-.03.1-.05.16-.02.08-.04.17-.05.21-.01.07-.04.19.07.2,0,0,.18.01.42,0h0s.02-.01.02-.02l.02-.08s0-.02-.01-.02h-.24c-.05,0-.06-.03-.05-.08,0-.02.03-.11.05-.19.02-.07.04-.13.04-.14.01-.04.03-.07.1-.07s.22,0,.22,0c.01,0,.02-.01.03-.02l.02-.08s0-.02-.01-.02"/>
|
||||||
|
<path class="cls-11" d="M222.76,25.9s-.02,0-.03.02l-.19.68s0,.02.01.02h.52s.02,0,.03-.02l.02-.08s0-.02-.01-.02h-.27s-.02,0-.01-.02l.16-.57s0-.02-.01-.02h-.21Z"/>
|
||||||
|
<path class="cls-11" d="M223.36,26.09s-.02,0-.03.02l-.14.49s0,.02.02.02h.2s.02,0,.03-.02l.13-.49s0-.02-.02-.02h-.2Z"/>
|
||||||
|
<path class="cls-11" d="M223.38,26.03s-.02,0-.02-.02l.03-.09s.01-.02.02-.02h.2s.02,0,.02.02l-.03.09s-.01.02-.03.02h-.2Z"/>
|
||||||
|
<path class="cls-11" d="M225.25,25.92s-.08.28-.08.29c0,0,0,.02,0,.02h.06s.02,0,.03-.02c0-.02,0-.02.01-.03.02-.04.06-.09.11-.12.01,0,.03-.01.05-.02.01,0,.01,0,.01-.02,0-.01.03-.1.03-.1s0-.02-.01-.02h-.19s-.02,0-.03.02"/>
|
||||||
|
<path class="cls-11" d="M224.25,26.09h0c-.25,0-.44,0-.44,0h0c-.11,0-.14.08-.15.14-.02.07-.03.12-.06.23-.03.1,0,.15.06.16h.02c.06,0,.23.01.4,0h.02s0,0,0,0c.11-.01.12-.08.14-.14.02-.07.05-.15.07-.26.03-.1-.01-.13-.07-.13M224.07,26.25c-.01.06-.06.2-.07.23,0,.03-.02.05-.06.05h-.11s-.03-.03-.01-.07c.01-.05.05-.18.06-.21,0-.03.02-.05.04-.05h.11s.04,0,.02.06"/>
|
||||||
|
<path class="cls-11" d="M226.08,26.09h-.02c-.2,0-.37,0-.42,0h0c-.12,0-.14.11-.16.23-.02.12.05.11.1.11h.21c.06,0,.04.04.03.07,0,.03-.02.04-.05.04h-.33s-.02,0-.03.02v.05s-.01.02,0,.02h0c.24,0,.44,0,.44,0h0c.08,0,.11-.02.15-.06.02-.02.04-.09.05-.18.02-.09-.03-.09-.07-.09h-.23c-.06,0-.04-.05-.04-.07,0-.01.01-.03.05-.03h.29s.02,0,.02-.02v-.06s0-.02,0-.02"/>
|
||||||
|
<path class="cls-11" d="M224.98,26.09h0c-.31,0-.49,0-.49,0h0s-.02,0-.02.02l-.14.49s0,.02.01.02h.2s.02,0,.03-.02c0,0,.08-.28.1-.34.01-.06.04-.07.06-.07h.08s.05.02.04.07c-.01.05-.09.34-.09.34,0,.01,0,.02.01.02h.19s.02,0,.03-.02c0,0,.06-.21.09-.34.03-.13-.04-.17-.11-.17"/>
|
||||||
|
<path class="cls-11" d="M227.55,26.09s-.02,0-.03.02l-.14.49s0,.02.02.02h.2s.02,0,.03-.02l.13-.49s0-.02-.01-.02h-.2Z"/>
|
||||||
|
<path class="cls-11" d="M228.03,25.92s.01-.02.03-.02h.19s.02,0,.01.02l-.04.14s0,.02.02.02h.16s.02,0,.01.02l-.02.06s-.01.02-.03.02h-.16s-.02,0-.03.02c0,0-.06.23-.07.26,0,.04-.02.06.03.06.06,0,.15,0,.15,0,0,0,.02.01.02.02l-.02.06s-.01.02-.03.02h-.28s-.14,0-.1-.17c.05-.18.07-.24.07-.24,0-.01,0-.02-.01-.02h-.07s-.02,0-.01-.02l.02-.06s.01-.02.02-.02h.07s.02,0,.03-.02l.04-.14Z"/>
|
||||||
|
<path class="cls-11" d="M228.53,26.11s.01-.02.03-.02h.19s.02,0,.02.02c0,0-.07.27-.09.32-.01.05-.02.08.02.08h.09s.04,0,.06-.07c.02-.06.09-.34.09-.34,0-.01.02-.02.03-.02h.19s.02,0,.01.02c0,0-.12.44-.14.53s-.07.17-.17.17h-.47s-.02,0-.01-.02l.02-.06s.01-.02.03-.02h.3s.08-.08.08-.08c0-.01,0-.02-.01-.02h-.25c-.05,0-.14-.03-.1-.18.04-.16.09-.31.09-.31"/>
|
||||||
|
<line class="cls-21" x1="193.89" y1="23.08" x2="215.93" y2="23.08"/>
|
||||||
|
<line class="cls-21" x1="138.07" y1="17.58" x2="138.07" y2="19.55"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 62 KiB |
1
public/vite.svg
Normal file
1
public/vite.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
9
src/counter.js
Normal file
9
src/counter.js
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
export function setupCounter(element) {
|
||||||
|
let counter = 0
|
||||||
|
const setCounter = (count) => {
|
||||||
|
counter = count
|
||||||
|
element.innerHTML = `count is ${counter}`
|
||||||
|
}
|
||||||
|
element.addEventListener('click', () => setCounter(counter + 1))
|
||||||
|
setCounter(0)
|
||||||
|
}
|
||||||
1
src/javascript.svg
Normal file
1
src/javascript.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="#F7DF1E" d="M0 0h256v256H0V0Z"></path><path d="m67.312 213.932l19.59-11.856c3.78 6.701 7.218 12.371 15.465 12.371c7.905 0 12.89-3.092 12.89-15.12v-81.798h24.057v82.138c0 24.917-14.606 36.259-35.916 36.259c-19.245 0-30.416-9.967-36.087-21.996m85.07-2.576l19.588-11.341c5.157 8.421 11.859 14.607 23.715 14.607c9.969 0 16.325-4.984 16.325-11.858c0-8.248-6.53-11.17-17.528-15.98l-6.013-2.58c-17.357-7.387-28.87-16.667-28.87-36.257c0-18.044 13.747-31.792 35.228-31.792c15.294 0 26.292 5.328 34.196 19.247l-18.732 12.03c-4.125-7.389-8.591-10.31-15.465-10.31c-7.046 0-11.514 4.468-11.514 10.31c0 7.217 4.468 10.14 14.778 14.608l6.014 2.577c20.45 8.765 31.963 17.7 31.963 37.804c0 21.654-17.012 33.51-39.867 33.51c-22.339 0-36.774-10.654-43.819-24.574"></path></svg>
|
||||||
|
After Width: | Height: | Size: 995 B |
118
src/main.js
Normal file
118
src/main.js
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
import '@material/web/all.js';
|
||||||
|
import "@fontsource/roboto";
|
||||||
|
|
||||||
|
let dbInt = {}, dbExt = {};
|
||||||
|
let audio = null;
|
||||||
|
const get = (id) => document.getElementById(id);
|
||||||
|
|
||||||
|
async function init() {
|
||||||
|
try {
|
||||||
|
const [rI, rE] = await Promise.all([
|
||||||
|
fetch('/data/lineas.json'),
|
||||||
|
fetch('/data/exterior.json')
|
||||||
|
]);
|
||||||
|
dbInt = await rI.json();
|
||||||
|
dbExt = await rE.json();
|
||||||
|
|
||||||
|
// 1. Rellenar Líneas (Interior y Exterior)
|
||||||
|
const lineas = Object.keys(dbInt);
|
||||||
|
const opts = lineas.map(id => `<md-select-option value="${id}"><div slot="headline">${id}</div></md-select-option>`).join('');
|
||||||
|
|
||||||
|
if(get('int-linea')) get('int-linea').innerHTML = opts;
|
||||||
|
if(get('ext-linea')) get('ext-linea').innerHTML = opts;
|
||||||
|
|
||||||
|
// 2. Generar Coches
|
||||||
|
let coches = [];
|
||||||
|
for (let i = 315; i <= 334; i++) coches.push(i);
|
||||||
|
for (let i = 400; i <= 409; i++) coches.push(i);
|
||||||
|
if(get('ext-coche')) {
|
||||||
|
get('ext-coche').innerHTML = coches.map(c => `<md-select-option value="${c}"><div slot="headline">${c}</div></md-select-option>`).join('');
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (e) {
|
||||||
|
console.error("Error cargando TsSAEx:", e);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Quitar Splash
|
||||||
|
setTimeout(() => {
|
||||||
|
const splash = get('loading-screen');
|
||||||
|
if(splash) splash.style.opacity = '0';
|
||||||
|
setTimeout(() => {
|
||||||
|
if(splash) splash.style.display = 'none';
|
||||||
|
const app = get('app');
|
||||||
|
if(app) app.style.display = 'flex';
|
||||||
|
}, 500);
|
||||||
|
}, 2000);
|
||||||
|
}
|
||||||
|
|
||||||
|
// REPRODUCTOR
|
||||||
|
function play(lista, volumen) {
|
||||||
|
if (audio) { audio.pause(); audio.currentTime = 0; }
|
||||||
|
if (!lista || lista.length === 0) return;
|
||||||
|
const file = lista.shift();
|
||||||
|
audio = new Audio(`${file}?t=${Date.now()}`);
|
||||||
|
audio.volume = volumen;
|
||||||
|
audio.play().catch(() => play(lista, volumen));
|
||||||
|
audio.onended = () => play(lista, volumen);
|
||||||
|
}
|
||||||
|
|
||||||
|
// --- EVENTO CLAVE: CAMBIO DE LÍNEA INTERIOR ---
|
||||||
|
get('int-linea')?.addEventListener('change', (e) => {
|
||||||
|
const lineaSeleccionada = e.target.value;
|
||||||
|
const paradas = dbInt[lineaSeleccionada] || [];
|
||||||
|
const selectorParadas = get('int-parada');
|
||||||
|
|
||||||
|
if (selectorParadas) {
|
||||||
|
// Insertar nuevas paradas
|
||||||
|
selectorParadas.innerHTML = paradas.map(p =>
|
||||||
|
`<md-select-option value="${p.id}"><div slot="headline">${p.nombre}</div></md-select-option>`
|
||||||
|
).join('');
|
||||||
|
|
||||||
|
// IMPORTANTE: Resetear valor y habilitar
|
||||||
|
selectorParadas.value = "";
|
||||||
|
selectorParadas.disabled = false;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// BOTÓN ANUNCIAR
|
||||||
|
get('btn-int')?.addEventListener('click', () => {
|
||||||
|
const lineaId = get('int-linea').value;
|
||||||
|
const paradaId = get('int-parada').value;
|
||||||
|
const tipo = document.querySelector('md-radio[name="tipo"][checked]')?.value || "actual";
|
||||||
|
|
||||||
|
if(!lineaId || !paradaId) return alert("Selecciona línea y parada");
|
||||||
|
|
||||||
|
const p = dbInt[lineaId]?.find(x => x.id === paradaId);
|
||||||
|
if (!p) return;
|
||||||
|
|
||||||
|
let cola = [`/audio/parada_${tipo}.wav`, `/audio/${p.id}.wav` ];
|
||||||
|
if (p.enlaces?.length > 0) {
|
||||||
|
cola.push(`/audio/correspondencia.wav`);
|
||||||
|
p.enlaces.includes("todas") ? cola.push(`/audio/todas_las_lineas.wav`) : p.enlaces.forEach(e => cola.push(`/audio/linea_${e}.wav`));
|
||||||
|
}
|
||||||
|
play(cola, get('vol').value);
|
||||||
|
});
|
||||||
|
|
||||||
|
// LOGICA EXTERIOR (POPUP)
|
||||||
|
get('btn-abrir-exterior').onclick = () => get('dialog-exterior').show();
|
||||||
|
|
||||||
|
get('ext-linea')?.addEventListener('change', (e) => {
|
||||||
|
const d = dbExt.lineas[e.target.value]?.destinos || [];
|
||||||
|
get('ext-destino').innerHTML = d.map(x => `<md-select-option value="${x}"><div slot="headline">${x}</div></md-select-option>`).join('');
|
||||||
|
get('ext-destino').disabled = false;
|
||||||
|
});
|
||||||
|
|
||||||
|
get('btn-reproducir-ext').onclick = () => {
|
||||||
|
const c = get('ext-coche').value, l = get('ext-linea').value, d = get('ext-destino').value;
|
||||||
|
if (!c || !l || !d) return;
|
||||||
|
const destFile = d.toLowerCase().replace(/ /g, "_");
|
||||||
|
play(['/audio/linea.wav', `/audio/${l}.wav`, '/audio/autobus.wav', `/audio/${c}.wav`, '/audio/destino.wav', `/audio/${destFile}.wav`], get('vol-ext').value);
|
||||||
|
};
|
||||||
|
|
||||||
|
// BOTONES ESPECIALES
|
||||||
|
get('btn-colision').onclick = () => play(['/audio/colision.wav'], get('vol').value);
|
||||||
|
get('btn-hora').onclick = () => play(['/audio/hora_salida.wav'], get('vol').value);
|
||||||
|
get('btn-saldo').onclick = () => play(['/audio/atencion_saldo.wav'], get('vol').value);
|
||||||
|
get('btn-insuficiente').onclick = () => play(['/audio/saldo_insuficiente.wav'], get('vol').value);
|
||||||
|
|
||||||
|
init();
|
||||||
144
src/style.css
Normal file
144
src/style.css
Normal file
@@ -0,0 +1,144 @@
|
|||||||
|
:root {
|
||||||
|
--md-sys-color-primary: #6d5e00;
|
||||||
|
--md-sys-color-on-primary: #ffffff;
|
||||||
|
--md-sys-color-surface: #fefcf3;
|
||||||
|
--md-sys-color-surface-container: #f5f4e8;
|
||||||
|
--md-sys-color-surface-container-high: #ecebe0;
|
||||||
|
--md-sys-color-secondary-container: #e8e2d0;
|
||||||
|
--md-sys-color-error: #ba1a1a;
|
||||||
|
--md-sys-color-error-container: #ffdad6;
|
||||||
|
--md-sys-color-on-error-container: #410002;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
background-color: var(--md-sys-color-surface);
|
||||||
|
color: #1c1c16;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
md-icon { font-family: 'Material Symbols Outlined' !important; }
|
||||||
|
|
||||||
|
/* --- MARCA Megafonías TsSAEx --- */
|
||||||
|
.brand-name {
|
||||||
|
color: var(--md-sys-color-primary);
|
||||||
|
text-transform: none !important;
|
||||||
|
font-variant: normal !important;
|
||||||
|
letter-spacing: -0.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- SPLASH SCREEN RESPONSIVE --- */
|
||||||
|
#loading-screen {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
background-color: var(--md-sys-color-surface);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
z-index: 2000;
|
||||||
|
transition: opacity 0.5s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
width: 90%;
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.splash-logo {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 250px;
|
||||||
|
height: auto;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
animation: pulse 2s infinite ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading-title {
|
||||||
|
font-size: 2rem;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
|
||||||
|
|
||||||
|
/* --- LAYOUT GRID --- */
|
||||||
|
#app {
|
||||||
|
display: none; /* Controlado por JS */
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 24px;
|
||||||
|
max-width: 1400px;
|
||||||
|
margin: 0 auto;
|
||||||
|
gap: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-app-bar h1 { font-size: 2.2rem; font-weight: 400; margin: 0; }
|
||||||
|
|
||||||
|
.dashboard-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
||||||
|
gap: 20px;
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.m3-card {
|
||||||
|
background-color: var(--md-sys-color-surface-container);
|
||||||
|
border-radius: 28px;
|
||||||
|
padding: 24px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 20px;
|
||||||
|
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.m3-card.secondary { background-color: var(--md-sys-color-secondary-container); }
|
||||||
|
.m3-card.specials-card { background-color: #fceee9; }
|
||||||
|
|
||||||
|
.vol-header { display: flex; align-items: center; gap: 10px; font-weight: 500; opacity: 0.8; }
|
||||||
|
|
||||||
|
.radio-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 12px;
|
||||||
|
background: rgba(0,0,0,0.04);
|
||||||
|
padding: 16px;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
.radio-container label { display: flex; align-items: center; gap: 12px; cursor: pointer; }
|
||||||
|
|
||||||
|
.button-grid-specials { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
|
||||||
|
.danger-btn { --md-filled-tonal-button-container-color: var(--md-sys-color-error-container); }
|
||||||
|
|
||||||
|
/* --- EDITOR Y DIALOG --- */
|
||||||
|
.editor-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
|
||||||
|
.parada-row {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1fr 1fr 40px;
|
||||||
|
gap: 8px;
|
||||||
|
margin-top: 10px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.editor-actions { display: flex; gap: 10px; margin-top: 10px; }
|
||||||
|
|
||||||
|
.dialog-layout { display: flex; flex-direction: column; gap: 16px; min-width: 300px; padding-top: 12px; }
|
||||||
|
|
||||||
|
.json-preview {
|
||||||
|
background: #1e1e1e; color: #c5e1a5; padding: 15px; border-radius: 12px;
|
||||||
|
font-size: 0.8rem; overflow-x: auto; display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Responsividad extra */
|
||||||
|
@media (min-width: 1100px) {
|
||||||
|
.editor-card { grid-column: span 2; }
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.dashboard-grid { grid-template-columns: 1fr; }
|
||||||
|
.editor-controls { grid-template-columns: 1fr; }
|
||||||
|
.parada-row { grid-template-columns: 1fr 1fr; }
|
||||||
|
.top-app-bar h1 { font-size: 1.8rem; }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user