@hotosm/ui 0.3.4-b3 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -7
- package/dist/chunks/chunk.3RPYDHJV.js +1 -0
- package/dist/chunks/chunk.5NFC3HMD.js +1 -0
- package/dist/chunks/chunk.7BVHA4G6.js +71 -0
- package/dist/chunks/{chunk.SLQC3DLQ.js → chunk.7G6VEQ2R.js} +2 -2
- package/dist/chunks/chunk.ARF626EG.js +59 -0
- package/dist/chunks/{chunk.SHZIJ2ZS.js → chunk.BD4Q32VT.js} +1 -1
- package/dist/chunks/chunk.CQO3GWTI.js +32 -0
- package/dist/chunks/chunk.EB2T3VFE.js +122 -0
- package/dist/chunks/chunk.GEAU3JJH.js +187 -0
- package/dist/chunks/{chunk.NA3GD2QI.js → chunk.GLN7KYWH.js} +1 -1
- package/dist/chunks/{chunk.CY4WTDL2.js → chunk.LHZ7Q2M3.js} +1 -1
- package/dist/chunks/{chunk.SVLPRECX.js → chunk.PBBH42B6.js} +1 -1
- package/dist/chunks/chunk.PLECT4NZ.js +20 -0
- package/dist/chunks/chunk.QABMDRWR.js +28 -0
- package/dist/chunks/chunk.SLA5IPJG.js +1 -0
- package/dist/chunks/chunk.TMMJP2DW.js +1 -0
- package/dist/chunks/chunk.VXTJYHK5.js +1 -0
- package/dist/chunks/chunk.W372S2KG.js +1 -0
- package/dist/chunks/chunk.WTTPHBL3.js +105 -0
- package/dist/chunks/chunk.XDXYJBLZ.js +1 -0
- package/dist/chunks/{chunk.TYOVPHVD.js → chunk.XNZFLEXO.js} +1 -1
- package/dist/chunks/chunk.ZETV7TDG.js +25 -0
- package/dist/components/consent/consent.component.js +1 -1
- package/dist/components/consent/consent.js +1 -1
- package/dist/components/consent/consent.styles.js +1 -1
- package/dist/components/file-input-dropzone/file-input-dropzone.component.d.ts +39 -0
- package/dist/components/file-input-dropzone/file-input-dropzone.component.js +1 -0
- package/dist/components/file-input-dropzone/file-input-dropzone.d.ts +8 -0
- package/dist/components/file-input-dropzone/file-input-dropzone.js +1 -0
- package/dist/components/file-input-dropzone/file-input-dropzone.styles.d.ts +2 -0
- package/dist/components/file-input-dropzone/file-input-dropzone.styles.js +1 -0
- package/dist/components/header/header.component.d.ts +0 -2
- package/dist/components/header/header.component.js +1 -1
- package/dist/components/header/header.js +1 -1
- package/dist/components/header/header.styles.js +1 -1
- package/dist/components/list-card/list-card.component.d.ts +16 -0
- package/dist/components/list-card/list-card.component.js +1 -0
- package/dist/components/list-card/list-card.d.ts +7 -0
- package/dist/components/list-card/list-card.js +1 -0
- package/dist/components/list-card/list-card.styles.d.ts +2 -0
- package/dist/components/list-card/list-card.styles.js +1 -0
- package/dist/components/logo/logo.component.js +1 -1
- package/dist/components/logo/logo.js +1 -1
- package/dist/components/logo/logo.styles.js +1 -1
- package/dist/components/tool-menu/tool-menu.component.d.ts +13 -0
- package/dist/components/tool-menu/tool-menu.component.js +1 -0
- package/dist/components/tool-menu/tool-menu.d.ts +7 -0
- package/dist/components/tool-menu/tool-menu.js +1 -0
- package/dist/components/tool-menu/tool-menu.styles.d.ts +1 -0
- package/dist/components/tool-menu/tool-menu.styles.js +1 -0
- package/dist/components/tracking/tracking.component.js +1 -1
- package/dist/components/tracking/tracking.js +1 -1
- package/dist/hotosm-ui.d.ts +9 -6
- package/dist/hotosm-ui.js +1 -1
- package/dist/style.css +4 -3
- package/dist/themes/{hot-wa-override.css → hot-wa.css} +122 -323
- package/dist/themes/hot.css +15 -15
- package/dist/utils/shadow-dom-css.d.ts +3 -17
- package/package.json +21 -6
- package/dist/chunks/chunk.2LYFUHTS.js +0 -633
- package/dist/chunks/chunk.5EPWWJMT.js +0 -1
- package/dist/chunks/chunk.7M3AMUDU.js +0 -1
- package/dist/chunks/chunk.FT6RSQVB.js +0 -25
- package/dist/chunks/chunk.JHIEUZ7A.js +0 -1
- package/dist/chunks/chunk.WSMXFTSE.js +0 -28
- package/dist/chunks/chunk.XB4PECPF.js +0 -1
- package/dist/themes/hot-button-override.css +0 -246
package/README.md
CHANGED
|
@@ -153,12 +153,23 @@ If you are working directly in HTML, or other ways without a configured
|
|
|
153
153
|
bundler, you can import all the components as a bundle, as use them like so:
|
|
154
154
|
|
|
155
155
|
```html
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
156
|
+
<!-- The importmap is required to resolve @awesome.me/webawesome imports in hotosm/ui -->
|
|
157
|
+
<!-- It's also vital to import from dist-cdn to avoid needing to import subdependencies for webawesome -->
|
|
158
|
+
<head>
|
|
159
|
+
<script type="importmap">
|
|
160
|
+
{
|
|
161
|
+
"imports": {
|
|
162
|
+
"@awesome.me/webawesome/dist/components/": "https://cdn.jsdelivr.net/npm/@awesome.me/webawesome@3.0.0/dist-cdn/components/"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
</script>
|
|
166
|
+
<script type="module" src="https://cdn.jsdelivr.net/npm/@awesome.me/webawesome@3.0.0/dist-cdn/webawesome.loader.js"></script>
|
|
167
|
+
<script type="module" src="https://cdn.jsdelivr.net/npm/@hotosm/ui@0.4.0/dist/hotosm-ui.js"></script>
|
|
168
|
+
</head>
|
|
169
|
+
|
|
170
|
+
<body>
|
|
171
|
+
<hot-header title="Test App" size="small" show-login="false"></hot-header>
|
|
172
|
+
</body>
|
|
162
173
|
```
|
|
163
174
|
|
|
164
175
|
#### React
|
|
@@ -192,7 +203,7 @@ are bound to slightly differently:
|
|
|
192
203
|
For **styling**, check `/theme`:
|
|
193
204
|
|
|
194
205
|
- `hot.css` has a HOT theme, used across HOT components.
|
|
195
|
-
- `hot-wa
|
|
206
|
+
- `hot-wa.css` has a WebAwesome theme, re-defining style variables.
|
|
196
207
|
|
|
197
208
|
### License
|
|
198
209
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as e}from"./chunk.GLN7KYWH.js";var n=e;customElements.define("hot-consent",e);export{n as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as o}from"./chunk.BD4Q32VT.js";var t=o;customElements.define("hot-logo",o);export{t as a};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import{a as o}from"./chunk.QABMDRWR.js";var t=o`
|
|
2
|
+
:host {
|
|
3
|
+
display: block;
|
|
4
|
+
font-family: var(--hot-font-sans);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.list-item {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
gap: var(--hot-spacing-small);
|
|
11
|
+
padding: var(--hot-spacing-small);
|
|
12
|
+
border: 1px solid var(--hot-color-neutral-200);
|
|
13
|
+
border-radius: var(--hot-border-radius-medium);
|
|
14
|
+
background-color: var(--hot-color-neutral-1000);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.list-icon {
|
|
18
|
+
font-size: var(--hot-font-size-2x-large);
|
|
19
|
+
color: var(--hot-color-neutral-500);
|
|
20
|
+
flex-shrink: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.list-info {
|
|
24
|
+
flex: 1;
|
|
25
|
+
min-width: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.list-title {
|
|
29
|
+
font-size: var(--hot-font-size-small);
|
|
30
|
+
font-weight: var(--hot-font-weight-semibold);
|
|
31
|
+
color: var(--hot-color-neutral-900);
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.list-subtitle {
|
|
38
|
+
font-size: var(--hot-font-size-x-small);
|
|
39
|
+
color: var(--hot-color-neutral-600);
|
|
40
|
+
margin-top: var(--hot-spacing-3x-small);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.remove-button {
|
|
44
|
+
background: none;
|
|
45
|
+
border: none;
|
|
46
|
+
padding: var(--hot-spacing-2x-small);
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
flex-shrink: 0;
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: center;
|
|
52
|
+
border-radius: var(--hot-border-radius-small);
|
|
53
|
+
transition: background-color 0.2s ease, color 0.2s ease;
|
|
54
|
+
color: var(--hot-color-neutral-500);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.remove-button:hover {
|
|
58
|
+
background-color: var(--hot-color-red-50);
|
|
59
|
+
color: var(--hot-color-red-600);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.remove-button:focus-visible {
|
|
63
|
+
outline: 2px solid var(--hot-color-red-600);
|
|
64
|
+
outline-offset: 2px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.remove-icon {
|
|
68
|
+
font-size: var(--hot-font-size-large);
|
|
69
|
+
pointer-events: none;
|
|
70
|
+
}
|
|
71
|
+
`;export{t as a};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as c,b as r}from"./chunk.
|
|
1
|
+
import{a as c,b as r}from"./chunk.ZETV7TDG.js";import{a as b,d as l,f as u}from"./chunk.QABMDRWR.js";import{d as a,e as n,f as s,g as i}from"./chunk.N2W26RCT.js";import"@awesome.me/webawesome/dist/components/callout/callout.js";import"@awesome.me/webawesome/dist/components/icon/icon.js";import"@awesome.me/webawesome/dist/components/button/button.js";var w,m,f,x,v,t=class extends u{constructor(){super(...arguments);this.name="hot-tracking";s(this,w,"");s(this,m,"");s(this,f,"https://matomo.hotosm.org");s(this,x,!0);s(this,v,"We use cookies and similar technologies to help personalize content, tailor and measure ads, and provide a better experience. By clicking 'Accept', you consent to our use of cookies and tracking technologies.");this.consentGiven=!1;this.consentShown=!1;this.errorMessage="";this.showError=!1;this.successMessage="";this.showSuccess=!1;this.infoMessage="";this.showInfo=!1}get siteId(){return n(this,w)}set siteId(e){i(this,w,e)}get domain(){return n(this,m)}set domain(e){i(this,m,e)}get matomoURL(){return n(this,f)}set matomoURL(e){i(this,f,e)}get showConsent(){return n(this,x)}set showConsent(e){i(this,x,e)}get consentMessage(){return n(this,v)}set consentMessage(e){i(this,v,e)}agree(){this.consentGiven=!0,this.consentShown=!1;let e=window._paq=window._paq||[];e.length!==0&&(e.push(["rememberConsentGiven"]),e.push(["trackPageView"]),this.showSuccessCallout("Tracking consent granted. Thank you!"))}disagree(){this.consentGiven=!1,this.consentShown=!1;let e=window._paq=window._paq||[];e.length!==0&&(e.push(["forgetConsentGiven"]),this.showInfoCallout("Tracking disabled. You can change this preference later."))}showConsentBanner(){this.showConsent&&!this.consentGiven&&!this.consentShown&&(this.consentShown=!0)}showErrorCallout(e){this.errorMessage=e,this.showError=!0,setTimeout(()=>{this.showError=!1},1e4)}showSuccessCallout(e){this.successMessage=e,this.showSuccess=!0,setTimeout(()=>{this.showSuccess=!1},5e3)}showInfoCallout(e){this.infoMessage=e,this.showInfo=!0,setTimeout(()=>{this.showInfo=!1},5e3)}render(){return l`
|
|
2
2
|
${this.showError?l`
|
|
3
3
|
<div class="error-banner">
|
|
4
4
|
<wa-callout style="padding: 1rem;" variant="danger" appearance="outlined filled" size="large">
|
|
@@ -54,7 +54,7 @@ import{a as c,b as r}from"./chunk.FT6RSQVB.js";import{a as b,d as l,e as u}from"
|
|
|
54
54
|
</wa-callout>
|
|
55
55
|
</div>
|
|
56
56
|
`:""}
|
|
57
|
-
`}connectedCallback(){if(super.connectedCallback(),window.location.hostname!==this.domain){this.showErrorCallout(`Matomo tracking is not configured for this domain. Current domain: ${window.location.hostname}, Expected: ${this.domain}`);return}let e=this.siteId;if(e.length===0||this.domain.length===0){this.showErrorCallout("Matomo tracking is not properly configured. Please provide both site-id and domain attributes.");return}console.log(`Setting Matomo tracking for site=${e} domain=${this.domain}`);let o=window._paq=window._paq||[];o.push(["requireConsent"]),o.push(["setDomains",[this.domain]]),o.push(["enableLinkTracking"]),o.push(["trackVisibleContentImpressions"]),function(h){o.push(["setTrackerUrl",`${h}/matomo.php`]),o.push(["setSiteId",e]);let g=document,p=g.createElement("script"),d=g.getElementsByTagName("script")[0];(d==null?void 0:d.parentNode)!=null?(p.async=!0,p.src=`${h}/matomo.js`,d.parentNode.insertBefore(p,d)):console.warn("Script insertion failed. Parent node is null.")}(this.matomoURL),setTimeout(()=>{this.showConsentBanner()},1e3)}};w=new WeakMap,m=new WeakMap,f=new WeakMap,x=new WeakMap,v=new WeakMap,t.styles=b`
|
|
57
|
+
`}connectedCallback(){if(super.connectedCallback(),window.location.hostname!==this.domain){this.showErrorCallout(`Matomo tracking is not configured for this domain. Current domain: ${window.location.hostname}, Expected: ${this.domain}`);return}let e=this.siteId;if(e.length===0||this.domain.length===0){this.showErrorCallout("Matomo tracking is not properly configured. Please provide both site-id and domain attributes.");return}console.log(`Setting Matomo tracking for site=${e} domain=${this.domain}`);let o=window._paq=window._paq||[];o.push(["requireConsent"]),o.push(["setDomains",[this.domain]]),o.push(["enableLinkTracking"]),o.push(["trackVisibleContentImpressions"]),(function(h){o.push(["setTrackerUrl",`${h}/matomo.php`]),o.push(["setSiteId",e]);let g=document,p=g.createElement("script"),d=g.getElementsByTagName("script")[0];(d==null?void 0:d.parentNode)!=null?(p.async=!0,p.src=`${h}/matomo.js`,d.parentNode.insertBefore(p,d)):console.warn("Script insertion failed. Parent node is null.")})(this.matomoURL),setTimeout(()=>{this.showConsentBanner()},1e3)}};w=new WeakMap,m=new WeakMap,f=new WeakMap,x=new WeakMap,v=new WeakMap,t.styles=b`
|
|
58
58
|
:host {
|
|
59
59
|
display: block;
|
|
60
60
|
font-family: var(--wa-font-sans);
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import{a as o}from"./chunk.QABMDRWR.js";var a=o`
|
|
2
|
+
:host {
|
|
3
|
+
display: inline-block;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
wa-dropdown-item {
|
|
7
|
+
--wa-dropdown-item-padding: var(--hot-spacing-small)
|
|
8
|
+
var(--hot-spacing-medium);
|
|
9
|
+
--wa-dropdown-item-min-height: 60px;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
wa-dropdown-item:hover {
|
|
14
|
+
background-color: var(--hot-color-neutral-50);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.tool-content {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
gap: var(--hot-spacing-2x-small);
|
|
21
|
+
text-align: left;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.section-divider {
|
|
25
|
+
margin-top: var(--hot-spacing-x-small);
|
|
26
|
+
padding-top: var(--hot-spacing-x-small);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
wa-dropdown-label {
|
|
30
|
+
font-weight: var(--hot-font-weight-semibold);
|
|
31
|
+
font-size: var(--hot-font-size-small);
|
|
32
|
+
padding: var(--hot-spacing-x-small) var(--hot-spacing-medium)
|
|
33
|
+
var(--hot-spacing-2x-small) var(--hot-spacing-medium);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.tool-title {
|
|
37
|
+
font-weight: var(--hot-font-weight-light);
|
|
38
|
+
font-size: var(--hot-font-size-small);
|
|
39
|
+
color: var(--hot-color-neutral-950);
|
|
40
|
+
line-height: 1.3;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
wa-button[slot="trigger"] {
|
|
44
|
+
--wa-button-padding: var(--hot-spacing-x-small);
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.menu-icon {
|
|
49
|
+
color: var(--hot-color-gray-800);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* Dropdown positioning - FIXED SELECTOR */
|
|
53
|
+
wa-dropdown::part(menu) {
|
|
54
|
+
/* anchor the right edge of the panel to the right edge of the trigger (0 offset).
|
|
55
|
+
*/
|
|
56
|
+
right: 0 !important;
|
|
57
|
+
left: auto !important; /* Ensures 'right' takes precedence */
|
|
58
|
+
}
|
|
59
|
+
`;export{a};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as p}from"./chunk.SVLPRECX.js";import{a as l}from"./chunk.FT6RSQVB.js";import{d as L,e as s}from"./chunk.WSMXFTSE.js";import{d as t,e as M,f as o,g as e}from"./chunk.N2W26RCT.js";var r='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="48" viewBox="0 0 80 48"><g fill="%23D73F3F" fill-rule="evenodd"><path d="M37.02656,20.77496 C37.02656,20.29096 37.12976,19.85896 37.33616,19.48616 C37.54096,19.11176 37.81296,18.80696 38.15056,18.56376 C38.48656,18.32136 38.86496,18.13736 39.28576,18.01336 C39.70496,17.89016 40.12736,17.82776 40.55376,17.82776 C40.97856,17.82776 41.40256,17.89016 41.82336,18.01336 C42.24176,18.13736 42.62016,18.32136 42.95616,18.56376 C43.29456,18.80696 43.56576,19.11176 43.77216,19.48616 C43.97856,19.85896 44.08096,20.29096 44.08096,20.77496 L44.08096,27.14696 C44.08096,27.64136 43.97856,28.07496 43.77216,28.44216 C43.56576,28.81096 43.29456,29.11416 42.95616,29.35736 C42.62016,29.60136 42.24176,29.78616 41.82336,29.90856 C41.40256,30.03176 40.97856,30.09336 40.55376,30.09336 C40.12736,30.09336 39.70496,30.03176 39.28576,29.90856 C38.86496,29.78616 38.48656,29.60136 38.15056,29.35736 C37.81296,29.11416 37.54096,28.81096 37.33616,28.44216 C37.12976,28.07496 37.02656,27.64136 37.02656,27.14696 L37.02656,20.77496 Z M39.05136,27.15016 C39.05136,27.56536 39.28256,27.87496 39.56576,28.07176 C39.84736,28.27016 40.18096,28.37496 40.56576,28.37496 C40.94896,28.37496 41.28416,28.27016 41.56656,28.07176 C41.84736,27.87496 42.00816,27.56536 42.00816,27.15016 L42.00816,20.77816 C42.00816,20.36136 41.84736,20.05256 41.56656,19.85576 C41.28416,19.65816 40.94896,19.52536 40.56576,19.52536 C40.18096,19.52536 39.84736,19.65816 39.56576,19.85576 C39.28256,20.05256 39.05136,20.36136 39.05136,20.77816 L39.05136,27.15016 Z"/><polygon points="33.379 17.815 33.379 22.99 30.152 22.99 30.152 17.815 28.387 17.815 28.387 30.1 30.152 30.1 30.152 24.923 33.379 24.923 33.379 30.1 35.278 30.1 35.278 17.815"/><polygon points="52.431 17.815 45.426 17.815 45.426 19.622 48.015 19.622 47.985 30.1 49.847 30.1 49.847 19.622 52.431 19.622"/><path d="M65.42344,28.7668 L79.67944,28.7668 L71.15544,19.1684 L62.66904,9.57 L54.18104,0.000400000001 L11.53944,0.000400000001 L20.02584,9.57 L5.73784,9.57 L14.22584,19.1684 L14.29144,19.2332 L0.000239999999,19.2332 L8.52184,28.8316 L17.01304,38.43 L25.50024,48.0004 L68.14184,48.0004 L59.65064,38.43 L59.58824,38.3364 L73.87864,38.3364 L65.42344,28.7668 Z M39.83944,39.9492 C30.31864,39.9492 22.60104,32.8084 22.60104,24.0012 C22.60104,15.1908 30.31864,8.05 39.83944,8.05 C49.36104,8.05 57.07944,15.1908 57.07944,24.0012 C57.07944,32.8084 49.36104,39.9492 39.83944,39.9492 Z"/></g></svg>';var i='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="48" viewBox="0 0 108 48"><g fill="%23D73F3F" fill-rule="evenodd"><polygon points="7.519 .505 7.519 4.496 3.598 4.496 3.598 .505 1.385 .505 1.385 10.276 3.598 10.276 3.598 6.245 7.519 6.245 7.519 10.276 9.733 10.276 9.733 .505"/><path d="M14.1188 10.42536C13.7716 10.42536 13.4508 10.37336 13.1556 10.26856 12.8596 10.16376 12.602 10.00136 12.3828 9.78296 12.1652 9.56456 11.994 9.28456 11.8708 8.94296 11.7476 8.60136 11.686 8.19896 11.686 7.73416L11.686 3.12856 13.654 3.12856 13.654 7.46056C13.654 7.93416 13.7588 8.29176 13.9684 8.53336 14.178 8.77496 14.4876 8.89496 14.898 8.89496 15.3164 8.89496 15.6684 8.76536 15.9556 8.50536 16.2428 8.24616 16.386 7.85256 16.386 7.32376L16.386 3.12856 18.3548 3.12856 18.3548 10.27576 16.386 10.27576 16.386 9.15496C16.2044 9.51976 15.9292 9.82216 15.5596 10.06296 15.1916 10.30456 14.7108 10.42536 14.1188 10.42536M20.2672 3.12888L22.2496 3.12888 22.2496 4.22248C22.4304 3.88568 22.7064 3.59208 23.0752 3.34088 23.444 3.09048 23.8968 2.96568 24.4344 2.96568 24.9088 2.96568 25.3168 3.06568 25.6568 3.26568 25.9992 3.46568 26.256 3.78008 26.4296 4.20888 26.7208 3.77128 27.0816 3.45528 27.5088 3.25928 27.9376 3.06328 28.3792 2.96568 28.8344 2.96568 29.1624 2.96568 29.4704 3.01768 29.7568 3.12248 30.044 3.22728 30.2968 3.38808 30.5152 3.60808 30.724 3.83528 30.8888 4.12248 31.0072 4.46808 31.1256 4.81448 31.1848 5.22488 31.1848 5.69768L31.1848 10.27528 29.2168 10.27528 29.2168 5.90648C29.2168 5.44088 29.1184 5.10328 28.9232 4.89288 28.7272 4.68248 28.4512 4.57768 28.0968 4.57768 27.7144 4.57768 27.388 4.69848 27.1192 4.94008 26.8504 5.18248 26.7168 5.54968 26.7168 6.04328L26.7168 10.27528 24.7496 10.27528 24.7496 5.90648C24.7496 5.44088 24.6496 5.10328 24.4488 4.89288 24.248 4.68248 23.9744 4.57768 23.628 4.57768 23.2464 4.57768 22.92 4.69848 22.6512 4.94008 22.3832 5.18248 22.2496 5.54968 22.2496 6.04328L22.2496 10.27528 20.2672 10.27528 20.2672 3.12888zM35.55624 9.05936C35.99384 9.05936 36.35944 8.94656 36.65544 8.72256 36.95144 8.49696 37.10024 8.18256 37.10024 7.77936L37.10024 7.17376 36.33464 7.17376C35.76104 7.17376 35.31464 7.24736 34.99624 7.39376 34.67624 7.54096 34.51704 7.80656 34.51704 8.19216 34.51704 8.45856 34.60024 8.66896 34.76344 8.82496 34.92744 8.98096 35.19224 9.05936 35.55624 9.05936M34.96904 10.42576C34.64024 10.42576 34.33304 10.38416 34.04584 10.30256 33.75944 10.22016 33.50584 10.09296 33.28824 9.92016 33.06984 9.74736 32.89624 9.52656 32.76904 9.25696 32.64024 8.98896 32.57704 8.66736 32.57704 8.29376 32.57704 7.87536 32.66904 7.52016 32.85064 7.22816 33.03304 6.93696 33.28824 6.70016 33.61544 6.51776 33.94344 6.33536 34.33624 6.20416 34.79064 6.12176 35.24584 6.03936 35.74744 5.99856 36.29384 5.99856L37.10024 5.99856 37.10024 5.71136C37.10024 5.28336 37.02024 4.95776 36.86104 4.73456 36.70184 4.51136 36.39384 4.40016 35.93864 4.40016 35.54744 4.40016 35.25784 4.49136 35.07144 4.67376 34.88424 4.85536 34.76904 5.10176 34.72264 5.41056L32.85064 5.41056C32.87784 4.99216 32.98024 4.62736 33.15784 4.31856 33.33624 4.00816 33.56584 3.75296 33.84824 3.55296 34.13064 3.35296 34.46104 3.20416 34.83864 3.10896 35.21624 3.01296 35.62424 2.96576 36.06184 2.96576 36.49944 2.96576 36.90024 3.01296 37.26424 3.10896 37.62824 3.20416 37.94744 3.35696 38.22024 3.56576 38.48424 3.77616 38.68984 4.04976 38.83624 4.38576 38.98024 4.72336 39.05384 5.13296 39.05384 5.61616L39.05384 10.27536 37.12744 10.27536 37.12744 9.41456C36.91704 9.70656 36.64584 9.94736 36.31464 10.13856 35.98184 10.33056 35.53304 10.42576 34.96904 10.42576M40.91328 3.12888L42.89488 3.12888 42.89488 4.26328C43.07648 3.90808 43.35968 3.60248 43.74048 3.34728 44.12368 3.09368 44.61568 2.96568 45.21728 2.96568 45.57248 2.96568 45.89568 3.02008 46.18688 3.12888 46.47888 3.23848 46.73328 3.40248 46.95248 3.62088 47.16208 3.84888 47.32528 4.13848 47.44368 4.48808 47.56288 4.83928 47.62128 5.25128 47.62128 5.72488L47.62128 10.27528 45.64048 10.27528 45.64048 6.01208C45.64048 5.52008 45.53968 5.15848 45.33968 4.92648 45.13968 4.69368 44.82128 4.57768 44.38288 4.57768 43.95568 4.57768 43.59968 4.70808 43.31728 4.96728 43.03488 5.22648 42.89488 5.62088 42.89488 6.14888L42.89488 10.27528 40.91328 10.27528 40.91328 3.12888zM49.5336 10.2752L51.5016 10.2752 51.5016 3.1288 49.5336 3.1288 49.5336 10.2752zM50.5048 2.1592C50.1848 2.1592 49.9184 2.0568 49.7048 1.8512 49.4904 1.6472 49.384 1.3896 49.384 1.08 49.384.7696 49.4904.5128 49.7048.308 49.9184.1024 50.1848 0 50.5048 0 50.8224 0 51.0912.1024 51.3104.308 51.5288.5128 51.6384.7696 51.6384 1.08 51.6384 1.3896 51.5288 1.6472 51.3104 1.8512 51.0912 2.0568 50.8224 2.1592 50.5048 2.1592zM56.09296 10.41208C55.33696 10.41208 54.76256 10.22248 54.37216 9.84488 53.97936 9.46728 53.78336 8.90408 53.78336 8.15688L53.78336 4.53688 52.86896 4.53688 52.86896 3.12888 53.78336 3.12888 53.78336 1.58568 55.75136 1.58568 55.75136 3.12888 57.25456 3.12888 57.25456 4.53688 55.75136 4.53688 55.75136 7.97928C55.75136 8.26168 55.81776 8.47368 55.94896 8.61448 56.08096 8.75688 56.27936 8.82648 56.54336 8.82648 56.68896 8.82648 56.82416 8.81608 56.94656 8.79288 57.07056 8.76968 57.18576 8.73608 57.29536 8.68968L57.29536 10.22008C57.15856 10.26568 56.98976 10.30968 56.78976 10.35048 56.58896 10.39128 56.35696 10.41208 56.09296 10.41208M61.38128 9.05936C61.81808 9.05936 62.18448 8.94656 62.48048 8.72256 62.77648 8.49696 62.92528 8.18256 62.92528 7.77936L62.92528 7.17376 62.15968 7.17376C61.58528 7.17376 61.13888 7.24736 60.82048 7.39376 60.50048 7.54096 60.34208 7.80656 60.34208 8.19216 60.34208 8.45856 60.42448 8.66896 60.58768 8.82496 60.75248 8.98096 61.01648 9.05936 61.38128 9.05936M60.79328 10.42576C60.46528 10.42576 60.15808 10.38416 59.87008 10.30256 59.58368 10.22016 59.33088 10.09296 59.11248 9.92016 58.89408 9.74736 58.72048 9.52656 58.59328 9.25696 58.46528 8.98896 58.40208 8.66736 58.40208 8.29376 58.40208 7.87536 58.49328 7.52016 58.67568 7.22816 58.85728 6.93696 59.11248 6.70016 59.44048 6.51776 59.76768 6.33536 60.16048 6.20416 60.61568 6.12176 61.07088 6.03936 61.57168 5.99856 62.11808 5.99856L62.92528 5.99856 62.92528 5.71136C62.92528 5.28336 62.84448 4.95776 62.68528 4.73456 62.52608 4.51136 62.21808 4.40016 61.76368 4.40016 61.37168 4.40016 61.08208 4.49136 60.89568 4.67376 60.70848 4.85536 60.59328 5.10176 60.54688 5.41056L58.67568 5.41056C58.70208 4.99216 58.80448 4.62736 58.98288 4.31856 59.16048 4.00816 59.39088 3.75296 59.67248 3.55296 59.95488 3.35296 60.28528 3.20416 60.66368 3.10896 61.04048 3.01296 61.44848 2.96576 61.88688 2.96576 62.32368 2.96576 62.72448 3.01296 63.08928 3.10896 63.45248 3.20416 63.77168 3.35696 64.04448 3.56576 64.30928 3.77616 64.51408 4.04976 64.66048 4.38576 64.80528 4.72336 64.87888 5.13296 64.87888 5.61616L64.87888 10.27536 62.95248 10.27536 62.95248 9.41456C62.74208 9.70656 62.47088 9.94736 62.13888 10.13856 61.80608 10.33056 61.35808 10.42576 60.79328 10.42576M66.73672 3.12888L68.71832 3.12888 68.71832 4.49608C68.94552 4.01288 69.24232 3.64808 69.60632 3.40248 69.97032 3.15688 70.44392 3.02888 71.02632 3.02008L71.02632 4.86408C70.28872 4.85528 69.71992 4.98728 69.31912 5.26088 68.91832 5.53448 68.71832 6.01208 68.71832 6.69528L68.71832 10.27528 66.73672 10.27528 66.73672 3.12888zM72.5432 10.2752L74.5112 10.2752 74.5112 3.1288 72.5432 3.1288 72.5432 10.2752zM73.5136 2.1592C73.1936 2.1592 72.928 2.0568 72.7144 1.8512 72.4992 1.6472 72.3928 1.3896 72.3928 1.08 72.3928.7696 72.4992.5128 72.7144.308 72.928.1024 73.1936 0 73.5136 0 73.832 0 74.1008.1024 74.3184.308 74.5376.5128 74.648.7696 74.648 1.08 74.648 1.3896 74.5376 1.6472 74.3184 1.8512 74.1008 2.0568 73.832 2.1592 73.5136 2.1592zM79.00704 9.05936C79.44384 9.05936 79.81024 8.94656 80.10624 8.72256 80.40224 8.49696 80.55104 8.18256 80.55104 7.77936L80.55104 7.17376 79.78544 7.17376C79.21104 7.17376 78.76464 7.24736 78.44624 7.39376 78.12704 7.54096 77.96784 7.80656 77.96784 8.19216 77.96784 8.45856 78.05024 8.66896 78.21424 8.82496 78.37824 8.98096 78.64224 9.05936 79.00704 9.05936M78.41904 10.42576C78.09104 10.42576 77.78384 10.38416 77.49584 10.30256 77.20944 10.22016 76.95664 10.09296 76.73824 9.92016 76.51984 9.74736 76.34624 9.52656 76.21904 9.25696 76.09104 8.98896 76.02784 8.66736 76.02784 8.29376 76.02784 7.87536 76.11904 7.52016 76.30144 7.22816 76.48384 6.93696 76.73824 6.70016 77.06624 6.51776 77.39344 6.33536 77.78624 6.20416 78.24144 6.12176 78.69664 6.03936 79.19744 5.99856 79.74384 5.99856L80.55104 5.99856 80.55104 5.71136C80.55104 5.28336 80.47024 4.95776 80.31104 4.73456 80.15184 4.51136 79.84384 4.40016 79.38944 4.40016 78.99744 4.40016 78.70864 4.49136 78.52144 4.67376 78.33424 4.85536 78.21904 5.10176 78.17264 5.41056L76.30144 5.41056C76.32784 4.99216 76.43024 4.62736 76.60864 4.31856 76.78624 4.00816 77.01664 3.75296 77.29904 3.55296 77.58064 3.35296 77.91104 3.20416 78.28944 3.10896 78.66624 3.01296 79.07424 2.96576 79.51264 2.96576 79.94944 2.96576 80.35024 3.01296 80.71504 3.10896 81.07824 3.20416 81.39744 3.35696 81.67024 3.56576 81.93504 3.77616 82.13984 4.04976 82.28624 4.38576 82.43104 4.72336 82.50464 5.13296 82.50464 5.61616L82.50464 10.27536 80.57824 10.27536 80.57824 9.41456C80.36784 9.70656 80.09664 9.94736 79.76464 10.13856 79.43184 10.33056 78.98384 10.42576 78.41904 10.42576M84.36256 3.12888L86.34416 3.12888 86.34416 4.26328C86.52576 3.90808 86.80896 3.60248 87.19056 3.34728 87.57376 3.09368 88.06576 2.96568 88.66656 2.96568 89.02176 2.96568 89.34496 3.02008 89.63696 3.12888 89.92816 3.23848 90.18256 3.40248 90.40256 3.62088 90.61216 3.84888 90.77536 4.13848 90.89296 4.48808 91.01216 4.83928 91.07136 5.25128 91.07136 5.72488L91.07136 10.27528 89.09056 10.27528 89.09056 6.01208C89.09056 5.52008 88.98896 5.15848 88.78896 4.92648 88.58896 4.69368 88.27056 4.57768 87.83296 4.57768 87.40496 4.57768 87.04896 4.70808 86.76736 4.96728 86.48496 5.22648 86.34416 5.62088 86.34416 6.14888L86.34416 10.27528 84.36256 10.27528 84.36256 3.12888zM5.50704 27.45072C5.91664 27.45072 6.28784 27.37312 6.62064 27.21792 6.95344 27.06352 7.23744 26.84432 7.47424 26.56272 7.70224 26.28912 7.87984 25.95152 8.00704 25.55072 8.13504 25.15072 8.19824 24.70432 8.19824 24.21232L8.19824 24.10272C8.19824 23.62992 8.13744 23.19712 8.01424 22.80432 7.89104 22.41392 7.71584 22.07552 7.48784 21.79392 7.25104 21.51152 6.96384 21.29232 6.62704 21.13712 6.29024 20.98352 5.90704 20.90592 5.47984 20.90592 5.05104 20.90592 4.67104 20.98112 4.33904 21.13072 4.00624 21.28112 3.72224 21.49312 3.48464 21.76672 3.24784 22.04912 3.06784 22.38752 2.94544 22.78432 2.82224 23.18112 2.76064 23.62432 2.76064 24.11632L2.76064 24.22592C2.76064 24.72672 2.82784 25.17552 2.96464 25.57152 3.10224 25.96752 3.29344 26.30192 3.53904 26.57552 3.77584 26.85872 4.06224 27.07472 4.40064 27.22432 4.73744 27.37552 5.10624 27.45072 5.50704 27.45072M5.46624 29.21312C4.70064 29.21312 4.00864 29.08752 3.38944 28.83712 2.76944 28.58672 2.24544 28.23872 1.81824 27.79152 1.38064 27.35472 1.04384 26.83152.80704 26.22032.56944 25.60992.45184 24.94992.45184 24.23872L.45184 24.12992C.45184 23.40192.57664 22.73232.82624 22.12192 1.07824 21.51152 1.43024 20.98752 1.88624 20.55072 2.33184 20.11312 2.86064 19.77152 3.47104 19.52592 4.08144 19.27952 4.75104 19.15712 5.47984 19.15712 6.21824 19.15712 6.89344 19.27552 7.50864 19.51232 8.12384 19.74912 8.65424 20.08112 9.10064 20.50992 9.53744 20.94672 9.88144 21.46512 10.13184 22.06672 10.38304 22.66752 10.50784 23.33712 10.50784 24.07552L10.50784 24.18432C10.50784 24.91392 10.38704 25.58512 10.14544 26.20112 9.90464 26.81552 9.56464 27.34592 9.12784 27.79152 8.69024 28.23872 8.16224 28.58672 7.54304 28.83712 6.92384 29.08752 6.23104 29.21312 5.46624 29.21312M15.768 27.66912C16.316 27.66912 16.7336 27.48912 17.0256 27.12832 17.3176 26.76672 17.4624 26.23472 17.4624 25.53072L17.4624 25.42032C17.4624 24.68992 17.304 24.14672 16.9848 23.79072 16.6656 23.43472 16.2552 23.25552 15.7544 23.25552 15.2352 23.25552 14.8144 23.43552 14.4904 23.79712 14.1672 24.15792 14.0064 24.69952 14.0064 25.42032L14.0064 25.53072C14.0064 26.25312 14.1624 26.78912 14.4776 27.14112 14.7912 27.49312 15.2216 27.66912 15.768 27.66912zM12.0928 21.91632L14.0744 21.91632 14.0744 23.03712C14.2744 22.69152 14.5736 22.38992 14.9696 22.13552 15.3656 21.88112 15.8272 21.75312 16.356 21.75312 16.7928 21.75312 17.2008 21.83232 17.5792 21.99152 17.956 22.15152 18.2864 22.38592 18.5696 22.69552 18.8512 23.00592 19.0728 23.38752 19.2328 23.84272 19.3904 24.29952 19.4712 24.82272 19.4712 25.41392L19.4712 25.52432C19.4712 26.11632 19.3904 26.64032 19.2328 27.09552 19.0728 27.55072 18.856 27.93392 18.5832 28.24272 18.3008 28.56192 17.9704 28.80352 17.592 28.96672 17.2144 29.13152 16.8024 29.21312 16.356 29.21312 15.8 29.21312 15.3264 29.09232 14.9352 28.85152 14.5432 28.60992 14.256 28.31632 14.0744 27.96912L14.0744 31.49472 12.0928 31.49472 12.0928 21.91632zM25.75624 24.71792C25.71944 24.17152 25.56984 23.76832 25.30584 23.50832 25.04104 23.24912 24.67304 23.11872 24.19864 23.11872 23.75224 23.11872 23.38584 23.25872 23.09864 23.53552 22.81144 23.81392 22.63224 24.20752 22.55944 24.71792L25.75624 24.71792zM24.25304 29.21312C23.71544 29.21312 23.21944 29.13152 22.76424 28.96672 22.30744 28.80352 21.91704 28.56192 21.58904 28.24272 21.25144 27.93392 20.98984 27.55472 20.80344 27.10912 20.61624 26.66272 20.52344 26.15232 20.52344 25.57872L20.52344 25.46912C20.52344 24.90432 20.61624 24.39392 20.80344 23.93872 20.98984 23.48352 21.25144 23.09152 21.58904 22.76432 21.91704 22.44512 22.30424 22.19712 22.74984 22.01872 23.19624 21.84112 23.67864 21.75312 24.19864 21.75312 24.66344 21.75312 25.10584 21.82272 25.52424 21.96512 25.94184 22.10592 26.31144 22.32192 26.63064 22.61392 26.94904 22.90432 27.20504 23.28112 27.39624 23.74032 27.58744 24.20112 27.68264 24.74992 27.68264 25.38752L27.68264 25.93392 22.53144 25.93392C22.55944 26.53472 22.72504 26.99712 23.03064 27.32032 23.33624 27.64432 23.76184 27.80592 24.30744 27.80592 24.77304 27.80592 25.12104 27.71552 25.35304 27.53232 25.58584 27.35072 25.73384 27.10912 25.79784 26.80832L27.66904 26.80832C27.55064 27.58272 27.19784 28.17712 26.61064 28.59152 26.02264 29.00592 25.23704 29.21312 24.25304 29.21312zM29.14536 21.9164L31.12696 21.9164 31.12696 23.0508C31.30856 22.6956 31.59096 22.39 31.97256 22.1348 32.35576 21.8812 32.84776 21.7532 33.44936 21.7532 33.80456 21.7532 34.12776 21.8076 34.41896 21.9164 34.71096 22.026 34.96456 22.19 35.18456 22.4084 35.39416 22.6364 35.55736 22.926 35.67576 23.2756 35.79496 23.6268 35.85336 24.0388 35.85336 24.5132L35.85336 29.0628 33.87256 29.0628 33.87256 24.7996C33.87256 24.3076 33.77176 23.946 33.57176 23.714 33.37176 23.4812 33.05336 23.3652 32.61496 23.3652 32.18776 23.3652 31.83176 23.4956 31.54936 23.7548 31.26696 24.014 31.12696 24.4084 31.12696 24.9364L31.12696 29.0628 29.14536 29.0628 29.14536 21.9164zM41.30552 29.21288C40.63112 29.21288 40.04952 29.13768 39.55672 28.98808 39.06472 28.83768 38.65512 28.62088 38.32632 28.33928 37.99912 28.05608 37.74872 27.71928 37.57592 27.32728 37.40232 26.93608 37.30232 26.49448 37.27512 26.00248L39.39272 26.00248C39.42072 26.22088 39.46552 26.42808 39.52952 26.62328 39.59272 26.81928 39.69752 26.98648 39.84392 27.12248 39.98872 27.26808 40.17832 27.38488 40.41112 27.47048 40.64312 27.55768 40.94152 27.60088 41.30552 27.60088 41.79752 27.60088 42.18872 27.48008 42.48152 27.23848 42.77192 26.99608 42.91832 26.68328 42.91832 26.30008 42.91832 26.10808 42.88872 25.94488 42.82952 25.80728 42.77032 25.67048 42.67192 25.55208 42.53512 25.45128 42.38952 25.36008 42.19832 25.28008 41.96072 25.21208 41.72392 25.14328 41.42792 25.08168 41.07352 25.02728 40.44552 24.94568 39.90952 24.83368 39.46792 24.69288 39.02552 24.55128 38.66392 24.36248 38.38232 24.12568 38.08952 23.89768 37.87832 23.61608 37.74632 23.27928 37.61432 22.94328 37.54792 22.53768 37.54792 22.06408 37.54792 21.64648 37.63192 21.25928 37.80072 20.90408 37.96872 20.54888 38.20872 20.23928 38.51912 19.97608 38.82792 19.72088 39.20152 19.52088 39.63912 19.37448 40.07592 19.22968 40.56312 19.15688 41.10072 19.15688 42.20312 19.15688 43.06632 19.39848 43.68952 19.88408 44.31432 20.36968 44.67192 21.09688 44.76232 22.06648L42.72632 22.06648C42.66232 21.62968 42.49432 21.30408 42.22232 21.09048 41.94792 20.87608 41.57432 20.76888 41.10072 20.76888 40.60872 20.76888 40.24152 20.87128 40.00072 21.07688 39.75912 21.28248 39.63912 21.54968 39.63912 21.87848 39.63912 22.05128 39.66392 22.20408 39.71432 22.33688 39.76392 22.46888 39.85672 22.58008 39.99352 22.67208 40.12232 22.77208 40.30312 22.85928 40.54072 22.93208 40.77752 23.00488 41.08232 23.06888 41.45592 23.12408 42.04792 23.19688 42.56792 23.29928 43.01432 23.43208 43.45992 23.56328 43.83352 23.73928 44.13352 23.95928 44.43512 24.18648 44.65992 24.47448 44.81032 24.82008 44.96072 25.16728 45.03592 25.59128 45.03592 26.09288 45.03592 26.53048 44.94952 26.93928 44.77592 27.31768 44.60312 27.69688 44.35672 28.02328 44.03912 28.29608 43.71992 28.57928 43.32792 28.80248 42.86312 28.96648 42.39912 29.13128 41.87992 29.21288 41.30552 29.21288M49.23048 29.1996C48.47368 29.1996 47.90008 29.01 47.50888 28.6324 47.11688 28.2548 46.92088 27.6916 46.92088 26.9444L46.92088 23.3244 46.00648 23.3244 46.00648 21.9164 46.92088 21.9164 46.92088 20.3732 48.88888 20.3732 48.88888 21.9164 50.39208 21.9164 50.39208 23.3244 48.88888 23.3244 48.88888 26.7668C48.88888 27.0492 48.95448 27.2612 49.08648 27.402 49.21848 27.5444 49.41688 27.614 49.68088 27.614 49.82648 27.614 49.96168 27.6036 50.08408 27.5804 50.20808 27.5572 50.32328 27.5236 50.43288 27.4772L50.43288 29.0076C50.29608 29.0532 50.12728 29.0972 49.92728 29.138 49.72648 29.1788 49.49448 29.1996 49.23048 29.1996M51.9352 21.9164L53.9176 21.9164 53.9176 23.2836C54.144 22.8004 54.4408 22.4364 54.8056 22.19 55.1688 21.9444 55.6424 21.8164 56.2256 21.8076L56.2256 23.6516C55.488 23.6428 54.9184 23.7748 54.5176 24.0484 54.1176 24.322 53.9176 24.7996 53.9176 25.4828L53.9176 29.0628 51.9352 29.0628 51.9352 21.9164zM62.34768 24.71792C62.31088 24.17152 62.16128 23.76832 61.89648 23.50832 61.63168 23.24912 61.26368 23.11872 60.79008 23.11872 60.34368 23.11872 59.97648 23.25872 59.69008 23.53552 59.40288 23.81392 59.22288 24.20752 59.15008 24.71792L62.34768 24.71792zM60.84368 29.21312C60.30688 29.21312 59.81088 29.13152 59.35568 28.96672 58.89888 28.80352 58.50768 28.56192 58.18048 28.24272 57.84208 27.93392 57.58048 27.55472 57.39408 27.10912 57.20688 26.66272 57.11408 26.15232 57.11408 25.57872L57.11408 25.46912C57.11408 24.90432 57.20688 24.39392 57.39408 23.93872 57.58048 23.48352 57.84208 23.09152 58.18048 22.76432 58.50768 22.44512 58.89568 22.19712 59.34128 22.01872 59.78768 21.84112 60.27008 21.75312 60.79008 21.75312 61.25408 21.75312 61.69648 21.82272 62.11488 21.96512 62.53328 22.10592 62.90288 22.32192 63.22208 22.61392 63.53968 22.90432 63.79568 23.28112 63.98768 23.74032 64.17808 24.20112 64.27408 24.74992 64.27408 25.38752L64.27408 25.93392 59.12288 25.93392C59.15008 26.53472 59.31648 26.99712 59.62128 27.32032 59.92688 27.64432 60.35248 27.80592 60.89888 27.80592 61.36368 27.80592 61.71168 27.71552 61.94368 27.53232 62.17648 27.35072 62.32448 27.10912 62.38848 26.80832L64.26048 26.80832C64.14128 27.58272 63.78848 28.17712 63.20128 28.59152 62.61328 29.00592 61.82848 29.21312 60.84368 29.21312zM70.53208 24.71792C70.49528 24.17152 70.34568 23.76832 70.08168 23.50832 69.81608 23.24912 69.44808 23.11872 68.97448 23.11872 68.52808 23.11872 68.16088 23.25872 67.87448 23.53552 67.58728 23.81392 67.40728 24.20752 67.33448 24.71792L70.53208 24.71792zM69.02808 29.21312C68.49128 29.21312 67.99528 29.13152 67.54008 28.96672 67.08328 28.80352 66.69208 28.56192 66.36488 28.24272 66.02728 27.93392 65.76488 27.55472 65.57848 27.10912 65.39128 26.66272 65.29928 26.15232 65.29928 25.57872L65.29928 25.46912C65.29928 24.90432 65.39128 24.39392 65.57848 23.93872 65.76488 23.48352 66.02728 23.09152 66.36488 22.76432 66.69208 22.44512 67.08008 22.19712 67.52568 22.01872 67.97208 21.84112 68.45448 21.75312 68.97448 21.75312 69.43928 21.75312 69.88088 21.82272 70.29928 21.96512 70.71768 22.10592 71.08728 22.32192 71.40648 22.61392 71.72488 22.90432 71.98008 23.28112 72.17208 23.74032 72.36248 24.20112 72.45848 24.74992 72.45848 25.38752L72.45848 25.93392 67.30728 25.93392C67.33448 26.53472 67.50088 26.99712 67.80568 27.32032 68.11128 27.64432 68.53768 27.80592 69.08328 27.80592 69.54808 27.80592 69.89688 27.71552 70.12808 27.53232 70.36088 27.35072 70.50888 27.10912 70.57288 26.80832L72.44488 26.80832C72.32568 27.58272 71.97368 28.17712 71.38568 28.59152 70.79848 29.00592 70.01288 29.21312 69.02808 29.21312zM76.52968 29.1996C75.77368 29.1996 75.20008 29.01 74.80888 28.6324 74.41608 28.2548 74.22008 27.6916 74.22008 26.9444L74.22008 23.3244 73.30568 23.3244 73.30568 21.9164 74.22008 21.9164 74.22008 20.3732 76.18888 20.3732 76.18888 21.9164 77.69128 21.9164 77.69128 23.3244 76.18888 23.3244 76.18888 26.7668C76.18888 27.0492 76.25448 27.2612 76.38648 27.402 76.51768 27.5444 76.71608 27.614 76.98088 27.614 77.12648 27.614 77.26088 27.6036 77.38328 27.5804 77.50728 27.5572 77.62328 27.5236 77.73288 27.4772L77.73288 29.0076C77.59608 29.0532 77.42728 29.0972 77.22728 29.138 77.02568 29.1788 76.79448 29.1996 76.52968 29.1996"/><polygon points="79.413 19.293 82.336 19.293 84.619 25.374 86.873 19.293 89.742 19.293 89.742 29.063 87.542 29.063 87.542 22.203 84.836 29.063 84.113 29.063 81.395 22.203 81.395 29.063 79.413 29.063"/><path d="M94.29224 27.84688C94.72984 27.84688 95.09544 27.73408 95.39144 27.51008 95.68744 27.28448 95.83624 26.97008 95.83624 26.56688L95.83624 25.96128 95.07064 25.96128C94.49704 25.96128 94.05064 26.03488 93.73224 26.18128 93.41224 26.32848 93.25304 26.59408 93.25304 26.97968 93.25304 27.24608 93.33624 27.45648 93.49944 27.61248 93.66424 27.76848 93.92824 27.84688 94.29224 27.84688M93.70504 29.21328C93.37624 29.21328 93.06904 29.17168 92.78184 29.09008 92.49544 29.00768 92.24264 28.88048 92.02424 28.70768 91.80584 28.53488 91.63224 28.31408 91.50504 28.04448 91.37704 27.77648 91.31304 27.45488 91.31304 27.08128 91.31304 26.66288 91.40504 26.30768 91.58744 26.01568 91.76904 25.72448 92.02424 25.48768 92.35144 25.30528 92.67944 25.12288 93.07224 24.99168 93.52664 24.90928 93.98184 24.82688 94.48344 24.78608 95.02984 24.78608L95.83624 24.78608 95.83624 24.49888C95.83624 24.07088 95.75624 23.74528 95.59704 23.52208 95.43784 23.29888 95.12984 23.18768 94.67464 23.18768 94.28344 23.18768 93.99384 23.27888 93.80744 23.46128 93.62024 23.64288 93.50504 23.88928 93.45864 24.19808L91.58744 24.19808C91.61384 23.77968 91.71624 23.41488 91.89384 23.10608 92.07224 22.79568 92.30184 22.54048 92.58424 22.34048 92.86664 22.14048 93.19704 21.99168 93.57464 21.89648 93.95224 21.80048 94.36024 21.75328 94.79784 21.75328 95.23544 21.75328 95.63624 21.80048 96.00104 21.89648 96.36424 21.99168 96.68344 22.14448 96.95624 22.35328 97.22024 22.56368 97.42584 22.83728 97.57224 23.17328 97.71624 23.51088 97.78984 23.92048 97.78984 24.40368L97.78984 29.06288 95.86424 29.06288 95.86424 28.20208C95.65384 28.49408 95.38264 28.73488 95.05064 28.92608 94.71784 29.11808 94.26984 29.21328 93.70504 29.21328M103.32424 27.66912C103.87144 27.66912 104.28984 27.48912 104.58184 27.12832 104.87304 26.76672 105.01864 26.23472 105.01864 25.53072L105.01864 25.42032C105.01864 24.68992 104.85944 24.14672 104.54104 23.79072 104.22184 23.43472 103.81144 23.25552 103.31064 23.25552 102.79144 23.25552 102.37064 23.43552 102.04664 23.79712 101.72344 24.15792 101.56264 24.69952 101.56264 25.42032L101.56264 25.53072C101.56264 26.25312 101.71864 26.78912 102.03384 27.14112 102.34744 27.49312 102.77784 27.66912 103.32424 27.66912zM99.64904 21.91632L101.63064 21.91632 101.63064 23.03712C101.83064 22.69152 102.12904 22.38992 102.52504 22.13552 102.92184 21.88112 103.38344 21.75312 103.91224 21.75312 104.34904 21.75312 104.75704 21.83232 105.13544 21.99152 105.51224 22.15152 105.84264 22.38592 106.12584 22.69552 106.40744 23.00592 106.62824 23.38752 106.78824 23.84272 106.94664 24.29952 107.02744 24.82272 107.02744 25.41392L107.02744 25.52432C107.02744 26.11632 106.94664 26.64032 106.78824 27.09552 106.62824 27.55072 106.41224 27.93392 106.13944 28.24272 105.85704 28.56192 105.52664 28.80352 105.14824 28.96672 104.77064 29.13152 104.35864 29.21312 103.91224 29.21312 103.35624 29.21312 102.88184 29.09232 102.49144 28.85152 102.09944 28.60992 101.81224 28.31632 101.63064 27.96912L101.63064 31.49472 99.64904 31.49472 99.64904 21.91632z"/><polygon points="4.151 39.802 1.514 39.802 1.514 38.08 9.015 38.08 9.015 39.802 6.378 39.802 6.378 47.85 4.151 47.85"/><path d="M14.15312 43.50464C14.11632 42.95824 13.96592 42.55504 13.70192 42.29584 13.43712 42.03664 13.06912 41.90624 12.59552 41.90624 12.14832 41.90624 11.78192 42.04544 11.49552 42.32304 11.20752 42.60064 11.02832 42.99424 10.95552 43.50464L14.15312 43.50464zM12.64912 47.99984C12.11152 47.99984 11.61552 47.91824 11.16112 47.75424 10.70432 47.59024 10.31312 47.34864 9.98512 47.03024 9.64752 46.72144 9.38592 46.34224 9.19952 45.89584 9.01232 45.45024 8.91952 44.93904 8.91952 44.36544L8.91952 44.25584C8.91952 43.69104 9.01232 43.18144 9.19952 42.72544 9.38592 42.27024 9.64752 41.87904 9.98512 41.55104 10.31312 41.23184 10.70032 40.98384 11.14592 40.80624 11.59232 40.62864 12.07552 40.53984 12.59552 40.53984 13.05952 40.53984 13.50192 40.61024 13.92032 40.75264 14.33872 40.89264 14.70832 41.10944 15.02672 41.40064 15.34512 41.69184 15.60112 42.06784 15.79232 42.52704 15.98352 42.98784 16.07872 43.53664 16.07872 44.17504L16.07872 44.72144 10.92832 44.72144C10.95552 45.32144 11.12112 45.78464 11.42672 46.10784 11.73232 46.43104 12.15792 46.59264 12.70352 46.59264 13.16912 46.59264 13.51712 46.50224 13.74912 46.31984 13.98192 46.13744 14.12992 45.89584 14.19392 45.59584L16.06512 45.59584C15.94672 46.36944 15.59392 46.96384 15.00672 47.37904 14.41872 47.79264 13.63392 47.99984 12.64912 47.99984zM20.12424 46.63432C20.56104 46.63432 20.92744 46.52072 21.22344 46.29672 21.51944 46.07192 21.66824 45.75752 21.66824 45.35352L21.66824 44.74872 20.90264 44.74872C20.32824 44.74872 19.88184 44.82152 19.56344 44.96872 19.24424 45.11592 19.08504 45.38152 19.08504 45.76632 19.08504 46.03272 19.16744 46.24392 19.33144 46.39992 19.49544 46.55512 19.75944 46.63432 20.12424 46.63432M19.53624 47.99992C19.20824 47.99992 18.90104 47.95912 18.61384 47.87752 18.32664 47.79432 18.07384 47.66792 17.85544 47.49432 17.63704 47.32152 17.46344 47.10072 17.33624 46.83192 17.20824 46.56312 17.14504 46.24232 17.14504 45.86872 17.14504 45.45032 17.23624 45.09432 17.41864 44.80232 17.60104 44.51192 17.85544 44.27512 18.18344 44.09192 18.51064 43.91032 18.90344 43.77832 19.35864 43.69592 19.81384 43.61432 20.31464 43.57352 20.86104 43.57352L21.66824 43.57352 21.66824 43.28632C21.66824 42.85752 21.58744 42.53272 21.42824 42.30952 21.26904 42.08632 20.96104 41.97512 20.50664 41.97512 20.11464 41.97512 19.82584 42.06552 19.63864 42.24872 19.45144 42.42952 19.33624 42.67592 19.28984 42.98472L17.41864 42.98472C17.44504 42.56632 17.54744 42.20232 17.72584 41.89272 17.90344 41.58312 18.13384 41.32712 18.41624 41.12712 18.69784 40.92712 19.02824 40.77912 19.40664 40.68392 19.78344 40.58712 20.19144 40.53992 20.62984 40.53992 21.06664 40.53992 21.46744 40.58712 21.83224 40.68392 22.19544 40.77912 22.51464 40.93112 22.78744 41.14072 23.05224 41.35112 23.25704 41.62392 23.40344 41.95992 23.54824 42.29832 23.62184 42.70792 23.62184 43.19032L23.62184 47.85032 21.69544 47.85032 21.69544 46.98872C21.48504 47.28152 21.21384 47.52152 20.88184 47.71352 20.54904 47.90472 20.10104 47.99992 19.53624 47.99992M25.47968 40.70392L27.46128 40.70392 27.46128 41.79672C27.64288 41.45992 27.91808 41.16632 28.28768 40.91592 28.65648 40.66552 29.10928 40.53992 29.64688 40.53992 30.12128 40.53992 30.52848 40.64072 30.86928 40.84072 31.21168 41.04072 31.46848 41.35432 31.64208 41.78392 31.93328 41.34632 32.29328 41.02952 32.72128 40.83352 33.15008 40.63752 33.59088 40.53992 34.04688 40.53992 34.37488 40.53992 34.68288 40.59272 34.96928 40.69672 35.25648 40.80232 35.50848 40.96312 35.72768 41.18232 35.93648 41.41032 36.10048 41.69672 36.21968 42.04312 36.33808 42.38872 36.39648 42.79912 36.39648 43.27272L36.39648 47.85032 34.42928 47.85032 34.42928 43.48072C34.42928 43.01592 34.33088 42.67752 34.13488 42.46712 33.93888 42.25672 33.66368 42.15272 33.30848 42.15272 32.92608 42.15272 32.60048 42.27352 32.33088 42.51512 32.06288 42.75672 31.92928 43.12472 31.92928 43.61752L31.92928 47.85032 29.96208 47.85032 29.96208 43.48072C29.96208 43.01592 29.86208 42.67752 29.66048 42.46712 29.46048 42.25672 29.18688 42.15272 28.84048 42.15272 28.45888 42.15272 28.13248 42.27352 27.86368 42.51512 27.59568 42.75672 27.46128 43.12472 27.46128 43.61752L27.46128 47.85032 25.47968 47.85032 25.47968 40.70392z"/></g></svg>';var n,z,C=class extends s{constructor(){super(...arguments);this.name="hot-logo";o(this,n,!1);o(this,z,!1)}get iconOnly(){return M(this,n)}set iconOnly(F){e(this,n,F)}get textOnly(){return M(this,z)}set textOnly(F){e(this,z,F)}render(){return L`
|
|
1
|
+
import{a as p}from"./chunk.PBBH42B6.js";import{a as l}from"./chunk.ZETV7TDG.js";import{d as L,f as s}from"./chunk.QABMDRWR.js";import{d as t,e as M,f as o,g as e}from"./chunk.N2W26RCT.js";var r='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="48" viewBox="0 0 80 48"><g fill="%23D73F3F" fill-rule="evenodd"><path d="M37.02656,20.77496 C37.02656,20.29096 37.12976,19.85896 37.33616,19.48616 C37.54096,19.11176 37.81296,18.80696 38.15056,18.56376 C38.48656,18.32136 38.86496,18.13736 39.28576,18.01336 C39.70496,17.89016 40.12736,17.82776 40.55376,17.82776 C40.97856,17.82776 41.40256,17.89016 41.82336,18.01336 C42.24176,18.13736 42.62016,18.32136 42.95616,18.56376 C43.29456,18.80696 43.56576,19.11176 43.77216,19.48616 C43.97856,19.85896 44.08096,20.29096 44.08096,20.77496 L44.08096,27.14696 C44.08096,27.64136 43.97856,28.07496 43.77216,28.44216 C43.56576,28.81096 43.29456,29.11416 42.95616,29.35736 C42.62016,29.60136 42.24176,29.78616 41.82336,29.90856 C41.40256,30.03176 40.97856,30.09336 40.55376,30.09336 C40.12736,30.09336 39.70496,30.03176 39.28576,29.90856 C38.86496,29.78616 38.48656,29.60136 38.15056,29.35736 C37.81296,29.11416 37.54096,28.81096 37.33616,28.44216 C37.12976,28.07496 37.02656,27.64136 37.02656,27.14696 L37.02656,20.77496 Z M39.05136,27.15016 C39.05136,27.56536 39.28256,27.87496 39.56576,28.07176 C39.84736,28.27016 40.18096,28.37496 40.56576,28.37496 C40.94896,28.37496 41.28416,28.27016 41.56656,28.07176 C41.84736,27.87496 42.00816,27.56536 42.00816,27.15016 L42.00816,20.77816 C42.00816,20.36136 41.84736,20.05256 41.56656,19.85576 C41.28416,19.65816 40.94896,19.52536 40.56576,19.52536 C40.18096,19.52536 39.84736,19.65816 39.56576,19.85576 C39.28256,20.05256 39.05136,20.36136 39.05136,20.77816 L39.05136,27.15016 Z"/><polygon points="33.379 17.815 33.379 22.99 30.152 22.99 30.152 17.815 28.387 17.815 28.387 30.1 30.152 30.1 30.152 24.923 33.379 24.923 33.379 30.1 35.278 30.1 35.278 17.815"/><polygon points="52.431 17.815 45.426 17.815 45.426 19.622 48.015 19.622 47.985 30.1 49.847 30.1 49.847 19.622 52.431 19.622"/><path d="M65.42344,28.7668 L79.67944,28.7668 L71.15544,19.1684 L62.66904,9.57 L54.18104,0.000400000001 L11.53944,0.000400000001 L20.02584,9.57 L5.73784,9.57 L14.22584,19.1684 L14.29144,19.2332 L0.000239999999,19.2332 L8.52184,28.8316 L17.01304,38.43 L25.50024,48.0004 L68.14184,48.0004 L59.65064,38.43 L59.58824,38.3364 L73.87864,38.3364 L65.42344,28.7668 Z M39.83944,39.9492 C30.31864,39.9492 22.60104,32.8084 22.60104,24.0012 C22.60104,15.1908 30.31864,8.05 39.83944,8.05 C49.36104,8.05 57.07944,15.1908 57.07944,24.0012 C57.07944,32.8084 49.36104,39.9492 39.83944,39.9492 Z"/></g></svg>';var i='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="48" viewBox="0 0 108 48"><g fill="%23D73F3F" fill-rule="evenodd"><polygon points="7.519 .505 7.519 4.496 3.598 4.496 3.598 .505 1.385 .505 1.385 10.276 3.598 10.276 3.598 6.245 7.519 6.245 7.519 10.276 9.733 10.276 9.733 .505"/><path d="M14.1188 10.42536C13.7716 10.42536 13.4508 10.37336 13.1556 10.26856 12.8596 10.16376 12.602 10.00136 12.3828 9.78296 12.1652 9.56456 11.994 9.28456 11.8708 8.94296 11.7476 8.60136 11.686 8.19896 11.686 7.73416L11.686 3.12856 13.654 3.12856 13.654 7.46056C13.654 7.93416 13.7588 8.29176 13.9684 8.53336 14.178 8.77496 14.4876 8.89496 14.898 8.89496 15.3164 8.89496 15.6684 8.76536 15.9556 8.50536 16.2428 8.24616 16.386 7.85256 16.386 7.32376L16.386 3.12856 18.3548 3.12856 18.3548 10.27576 16.386 10.27576 16.386 9.15496C16.2044 9.51976 15.9292 9.82216 15.5596 10.06296 15.1916 10.30456 14.7108 10.42536 14.1188 10.42536M20.2672 3.12888L22.2496 3.12888 22.2496 4.22248C22.4304 3.88568 22.7064 3.59208 23.0752 3.34088 23.444 3.09048 23.8968 2.96568 24.4344 2.96568 24.9088 2.96568 25.3168 3.06568 25.6568 3.26568 25.9992 3.46568 26.256 3.78008 26.4296 4.20888 26.7208 3.77128 27.0816 3.45528 27.5088 3.25928 27.9376 3.06328 28.3792 2.96568 28.8344 2.96568 29.1624 2.96568 29.4704 3.01768 29.7568 3.12248 30.044 3.22728 30.2968 3.38808 30.5152 3.60808 30.724 3.83528 30.8888 4.12248 31.0072 4.46808 31.1256 4.81448 31.1848 5.22488 31.1848 5.69768L31.1848 10.27528 29.2168 10.27528 29.2168 5.90648C29.2168 5.44088 29.1184 5.10328 28.9232 4.89288 28.7272 4.68248 28.4512 4.57768 28.0968 4.57768 27.7144 4.57768 27.388 4.69848 27.1192 4.94008 26.8504 5.18248 26.7168 5.54968 26.7168 6.04328L26.7168 10.27528 24.7496 10.27528 24.7496 5.90648C24.7496 5.44088 24.6496 5.10328 24.4488 4.89288 24.248 4.68248 23.9744 4.57768 23.628 4.57768 23.2464 4.57768 22.92 4.69848 22.6512 4.94008 22.3832 5.18248 22.2496 5.54968 22.2496 6.04328L22.2496 10.27528 20.2672 10.27528 20.2672 3.12888zM35.55624 9.05936C35.99384 9.05936 36.35944 8.94656 36.65544 8.72256 36.95144 8.49696 37.10024 8.18256 37.10024 7.77936L37.10024 7.17376 36.33464 7.17376C35.76104 7.17376 35.31464 7.24736 34.99624 7.39376 34.67624 7.54096 34.51704 7.80656 34.51704 8.19216 34.51704 8.45856 34.60024 8.66896 34.76344 8.82496 34.92744 8.98096 35.19224 9.05936 35.55624 9.05936M34.96904 10.42576C34.64024 10.42576 34.33304 10.38416 34.04584 10.30256 33.75944 10.22016 33.50584 10.09296 33.28824 9.92016 33.06984 9.74736 32.89624 9.52656 32.76904 9.25696 32.64024 8.98896 32.57704 8.66736 32.57704 8.29376 32.57704 7.87536 32.66904 7.52016 32.85064 7.22816 33.03304 6.93696 33.28824 6.70016 33.61544 6.51776 33.94344 6.33536 34.33624 6.20416 34.79064 6.12176 35.24584 6.03936 35.74744 5.99856 36.29384 5.99856L37.10024 5.99856 37.10024 5.71136C37.10024 5.28336 37.02024 4.95776 36.86104 4.73456 36.70184 4.51136 36.39384 4.40016 35.93864 4.40016 35.54744 4.40016 35.25784 4.49136 35.07144 4.67376 34.88424 4.85536 34.76904 5.10176 34.72264 5.41056L32.85064 5.41056C32.87784 4.99216 32.98024 4.62736 33.15784 4.31856 33.33624 4.00816 33.56584 3.75296 33.84824 3.55296 34.13064 3.35296 34.46104 3.20416 34.83864 3.10896 35.21624 3.01296 35.62424 2.96576 36.06184 2.96576 36.49944 2.96576 36.90024 3.01296 37.26424 3.10896 37.62824 3.20416 37.94744 3.35696 38.22024 3.56576 38.48424 3.77616 38.68984 4.04976 38.83624 4.38576 38.98024 4.72336 39.05384 5.13296 39.05384 5.61616L39.05384 10.27536 37.12744 10.27536 37.12744 9.41456C36.91704 9.70656 36.64584 9.94736 36.31464 10.13856 35.98184 10.33056 35.53304 10.42576 34.96904 10.42576M40.91328 3.12888L42.89488 3.12888 42.89488 4.26328C43.07648 3.90808 43.35968 3.60248 43.74048 3.34728 44.12368 3.09368 44.61568 2.96568 45.21728 2.96568 45.57248 2.96568 45.89568 3.02008 46.18688 3.12888 46.47888 3.23848 46.73328 3.40248 46.95248 3.62088 47.16208 3.84888 47.32528 4.13848 47.44368 4.48808 47.56288 4.83928 47.62128 5.25128 47.62128 5.72488L47.62128 10.27528 45.64048 10.27528 45.64048 6.01208C45.64048 5.52008 45.53968 5.15848 45.33968 4.92648 45.13968 4.69368 44.82128 4.57768 44.38288 4.57768 43.95568 4.57768 43.59968 4.70808 43.31728 4.96728 43.03488 5.22648 42.89488 5.62088 42.89488 6.14888L42.89488 10.27528 40.91328 10.27528 40.91328 3.12888zM49.5336 10.2752L51.5016 10.2752 51.5016 3.1288 49.5336 3.1288 49.5336 10.2752zM50.5048 2.1592C50.1848 2.1592 49.9184 2.0568 49.7048 1.8512 49.4904 1.6472 49.384 1.3896 49.384 1.08 49.384.7696 49.4904.5128 49.7048.308 49.9184.1024 50.1848 0 50.5048 0 50.8224 0 51.0912.1024 51.3104.308 51.5288.5128 51.6384.7696 51.6384 1.08 51.6384 1.3896 51.5288 1.6472 51.3104 1.8512 51.0912 2.0568 50.8224 2.1592 50.5048 2.1592zM56.09296 10.41208C55.33696 10.41208 54.76256 10.22248 54.37216 9.84488 53.97936 9.46728 53.78336 8.90408 53.78336 8.15688L53.78336 4.53688 52.86896 4.53688 52.86896 3.12888 53.78336 3.12888 53.78336 1.58568 55.75136 1.58568 55.75136 3.12888 57.25456 3.12888 57.25456 4.53688 55.75136 4.53688 55.75136 7.97928C55.75136 8.26168 55.81776 8.47368 55.94896 8.61448 56.08096 8.75688 56.27936 8.82648 56.54336 8.82648 56.68896 8.82648 56.82416 8.81608 56.94656 8.79288 57.07056 8.76968 57.18576 8.73608 57.29536 8.68968L57.29536 10.22008C57.15856 10.26568 56.98976 10.30968 56.78976 10.35048 56.58896 10.39128 56.35696 10.41208 56.09296 10.41208M61.38128 9.05936C61.81808 9.05936 62.18448 8.94656 62.48048 8.72256 62.77648 8.49696 62.92528 8.18256 62.92528 7.77936L62.92528 7.17376 62.15968 7.17376C61.58528 7.17376 61.13888 7.24736 60.82048 7.39376 60.50048 7.54096 60.34208 7.80656 60.34208 8.19216 60.34208 8.45856 60.42448 8.66896 60.58768 8.82496 60.75248 8.98096 61.01648 9.05936 61.38128 9.05936M60.79328 10.42576C60.46528 10.42576 60.15808 10.38416 59.87008 10.30256 59.58368 10.22016 59.33088 10.09296 59.11248 9.92016 58.89408 9.74736 58.72048 9.52656 58.59328 9.25696 58.46528 8.98896 58.40208 8.66736 58.40208 8.29376 58.40208 7.87536 58.49328 7.52016 58.67568 7.22816 58.85728 6.93696 59.11248 6.70016 59.44048 6.51776 59.76768 6.33536 60.16048 6.20416 60.61568 6.12176 61.07088 6.03936 61.57168 5.99856 62.11808 5.99856L62.92528 5.99856 62.92528 5.71136C62.92528 5.28336 62.84448 4.95776 62.68528 4.73456 62.52608 4.51136 62.21808 4.40016 61.76368 4.40016 61.37168 4.40016 61.08208 4.49136 60.89568 4.67376 60.70848 4.85536 60.59328 5.10176 60.54688 5.41056L58.67568 5.41056C58.70208 4.99216 58.80448 4.62736 58.98288 4.31856 59.16048 4.00816 59.39088 3.75296 59.67248 3.55296 59.95488 3.35296 60.28528 3.20416 60.66368 3.10896 61.04048 3.01296 61.44848 2.96576 61.88688 2.96576 62.32368 2.96576 62.72448 3.01296 63.08928 3.10896 63.45248 3.20416 63.77168 3.35696 64.04448 3.56576 64.30928 3.77616 64.51408 4.04976 64.66048 4.38576 64.80528 4.72336 64.87888 5.13296 64.87888 5.61616L64.87888 10.27536 62.95248 10.27536 62.95248 9.41456C62.74208 9.70656 62.47088 9.94736 62.13888 10.13856 61.80608 10.33056 61.35808 10.42576 60.79328 10.42576M66.73672 3.12888L68.71832 3.12888 68.71832 4.49608C68.94552 4.01288 69.24232 3.64808 69.60632 3.40248 69.97032 3.15688 70.44392 3.02888 71.02632 3.02008L71.02632 4.86408C70.28872 4.85528 69.71992 4.98728 69.31912 5.26088 68.91832 5.53448 68.71832 6.01208 68.71832 6.69528L68.71832 10.27528 66.73672 10.27528 66.73672 3.12888zM72.5432 10.2752L74.5112 10.2752 74.5112 3.1288 72.5432 3.1288 72.5432 10.2752zM73.5136 2.1592C73.1936 2.1592 72.928 2.0568 72.7144 1.8512 72.4992 1.6472 72.3928 1.3896 72.3928 1.08 72.3928.7696 72.4992.5128 72.7144.308 72.928.1024 73.1936 0 73.5136 0 73.832 0 74.1008.1024 74.3184.308 74.5376.5128 74.648.7696 74.648 1.08 74.648 1.3896 74.5376 1.6472 74.3184 1.8512 74.1008 2.0568 73.832 2.1592 73.5136 2.1592zM79.00704 9.05936C79.44384 9.05936 79.81024 8.94656 80.10624 8.72256 80.40224 8.49696 80.55104 8.18256 80.55104 7.77936L80.55104 7.17376 79.78544 7.17376C79.21104 7.17376 78.76464 7.24736 78.44624 7.39376 78.12704 7.54096 77.96784 7.80656 77.96784 8.19216 77.96784 8.45856 78.05024 8.66896 78.21424 8.82496 78.37824 8.98096 78.64224 9.05936 79.00704 9.05936M78.41904 10.42576C78.09104 10.42576 77.78384 10.38416 77.49584 10.30256 77.20944 10.22016 76.95664 10.09296 76.73824 9.92016 76.51984 9.74736 76.34624 9.52656 76.21904 9.25696 76.09104 8.98896 76.02784 8.66736 76.02784 8.29376 76.02784 7.87536 76.11904 7.52016 76.30144 7.22816 76.48384 6.93696 76.73824 6.70016 77.06624 6.51776 77.39344 6.33536 77.78624 6.20416 78.24144 6.12176 78.69664 6.03936 79.19744 5.99856 79.74384 5.99856L80.55104 5.99856 80.55104 5.71136C80.55104 5.28336 80.47024 4.95776 80.31104 4.73456 80.15184 4.51136 79.84384 4.40016 79.38944 4.40016 78.99744 4.40016 78.70864 4.49136 78.52144 4.67376 78.33424 4.85536 78.21904 5.10176 78.17264 5.41056L76.30144 5.41056C76.32784 4.99216 76.43024 4.62736 76.60864 4.31856 76.78624 4.00816 77.01664 3.75296 77.29904 3.55296 77.58064 3.35296 77.91104 3.20416 78.28944 3.10896 78.66624 3.01296 79.07424 2.96576 79.51264 2.96576 79.94944 2.96576 80.35024 3.01296 80.71504 3.10896 81.07824 3.20416 81.39744 3.35696 81.67024 3.56576 81.93504 3.77616 82.13984 4.04976 82.28624 4.38576 82.43104 4.72336 82.50464 5.13296 82.50464 5.61616L82.50464 10.27536 80.57824 10.27536 80.57824 9.41456C80.36784 9.70656 80.09664 9.94736 79.76464 10.13856 79.43184 10.33056 78.98384 10.42576 78.41904 10.42576M84.36256 3.12888L86.34416 3.12888 86.34416 4.26328C86.52576 3.90808 86.80896 3.60248 87.19056 3.34728 87.57376 3.09368 88.06576 2.96568 88.66656 2.96568 89.02176 2.96568 89.34496 3.02008 89.63696 3.12888 89.92816 3.23848 90.18256 3.40248 90.40256 3.62088 90.61216 3.84888 90.77536 4.13848 90.89296 4.48808 91.01216 4.83928 91.07136 5.25128 91.07136 5.72488L91.07136 10.27528 89.09056 10.27528 89.09056 6.01208C89.09056 5.52008 88.98896 5.15848 88.78896 4.92648 88.58896 4.69368 88.27056 4.57768 87.83296 4.57768 87.40496 4.57768 87.04896 4.70808 86.76736 4.96728 86.48496 5.22648 86.34416 5.62088 86.34416 6.14888L86.34416 10.27528 84.36256 10.27528 84.36256 3.12888zM5.50704 27.45072C5.91664 27.45072 6.28784 27.37312 6.62064 27.21792 6.95344 27.06352 7.23744 26.84432 7.47424 26.56272 7.70224 26.28912 7.87984 25.95152 8.00704 25.55072 8.13504 25.15072 8.19824 24.70432 8.19824 24.21232L8.19824 24.10272C8.19824 23.62992 8.13744 23.19712 8.01424 22.80432 7.89104 22.41392 7.71584 22.07552 7.48784 21.79392 7.25104 21.51152 6.96384 21.29232 6.62704 21.13712 6.29024 20.98352 5.90704 20.90592 5.47984 20.90592 5.05104 20.90592 4.67104 20.98112 4.33904 21.13072 4.00624 21.28112 3.72224 21.49312 3.48464 21.76672 3.24784 22.04912 3.06784 22.38752 2.94544 22.78432 2.82224 23.18112 2.76064 23.62432 2.76064 24.11632L2.76064 24.22592C2.76064 24.72672 2.82784 25.17552 2.96464 25.57152 3.10224 25.96752 3.29344 26.30192 3.53904 26.57552 3.77584 26.85872 4.06224 27.07472 4.40064 27.22432 4.73744 27.37552 5.10624 27.45072 5.50704 27.45072M5.46624 29.21312C4.70064 29.21312 4.00864 29.08752 3.38944 28.83712 2.76944 28.58672 2.24544 28.23872 1.81824 27.79152 1.38064 27.35472 1.04384 26.83152.80704 26.22032.56944 25.60992.45184 24.94992.45184 24.23872L.45184 24.12992C.45184 23.40192.57664 22.73232.82624 22.12192 1.07824 21.51152 1.43024 20.98752 1.88624 20.55072 2.33184 20.11312 2.86064 19.77152 3.47104 19.52592 4.08144 19.27952 4.75104 19.15712 5.47984 19.15712 6.21824 19.15712 6.89344 19.27552 7.50864 19.51232 8.12384 19.74912 8.65424 20.08112 9.10064 20.50992 9.53744 20.94672 9.88144 21.46512 10.13184 22.06672 10.38304 22.66752 10.50784 23.33712 10.50784 24.07552L10.50784 24.18432C10.50784 24.91392 10.38704 25.58512 10.14544 26.20112 9.90464 26.81552 9.56464 27.34592 9.12784 27.79152 8.69024 28.23872 8.16224 28.58672 7.54304 28.83712 6.92384 29.08752 6.23104 29.21312 5.46624 29.21312M15.768 27.66912C16.316 27.66912 16.7336 27.48912 17.0256 27.12832 17.3176 26.76672 17.4624 26.23472 17.4624 25.53072L17.4624 25.42032C17.4624 24.68992 17.304 24.14672 16.9848 23.79072 16.6656 23.43472 16.2552 23.25552 15.7544 23.25552 15.2352 23.25552 14.8144 23.43552 14.4904 23.79712 14.1672 24.15792 14.0064 24.69952 14.0064 25.42032L14.0064 25.53072C14.0064 26.25312 14.1624 26.78912 14.4776 27.14112 14.7912 27.49312 15.2216 27.66912 15.768 27.66912zM12.0928 21.91632L14.0744 21.91632 14.0744 23.03712C14.2744 22.69152 14.5736 22.38992 14.9696 22.13552 15.3656 21.88112 15.8272 21.75312 16.356 21.75312 16.7928 21.75312 17.2008 21.83232 17.5792 21.99152 17.956 22.15152 18.2864 22.38592 18.5696 22.69552 18.8512 23.00592 19.0728 23.38752 19.2328 23.84272 19.3904 24.29952 19.4712 24.82272 19.4712 25.41392L19.4712 25.52432C19.4712 26.11632 19.3904 26.64032 19.2328 27.09552 19.0728 27.55072 18.856 27.93392 18.5832 28.24272 18.3008 28.56192 17.9704 28.80352 17.592 28.96672 17.2144 29.13152 16.8024 29.21312 16.356 29.21312 15.8 29.21312 15.3264 29.09232 14.9352 28.85152 14.5432 28.60992 14.256 28.31632 14.0744 27.96912L14.0744 31.49472 12.0928 31.49472 12.0928 21.91632zM25.75624 24.71792C25.71944 24.17152 25.56984 23.76832 25.30584 23.50832 25.04104 23.24912 24.67304 23.11872 24.19864 23.11872 23.75224 23.11872 23.38584 23.25872 23.09864 23.53552 22.81144 23.81392 22.63224 24.20752 22.55944 24.71792L25.75624 24.71792zM24.25304 29.21312C23.71544 29.21312 23.21944 29.13152 22.76424 28.96672 22.30744 28.80352 21.91704 28.56192 21.58904 28.24272 21.25144 27.93392 20.98984 27.55472 20.80344 27.10912 20.61624 26.66272 20.52344 26.15232 20.52344 25.57872L20.52344 25.46912C20.52344 24.90432 20.61624 24.39392 20.80344 23.93872 20.98984 23.48352 21.25144 23.09152 21.58904 22.76432 21.91704 22.44512 22.30424 22.19712 22.74984 22.01872 23.19624 21.84112 23.67864 21.75312 24.19864 21.75312 24.66344 21.75312 25.10584 21.82272 25.52424 21.96512 25.94184 22.10592 26.31144 22.32192 26.63064 22.61392 26.94904 22.90432 27.20504 23.28112 27.39624 23.74032 27.58744 24.20112 27.68264 24.74992 27.68264 25.38752L27.68264 25.93392 22.53144 25.93392C22.55944 26.53472 22.72504 26.99712 23.03064 27.32032 23.33624 27.64432 23.76184 27.80592 24.30744 27.80592 24.77304 27.80592 25.12104 27.71552 25.35304 27.53232 25.58584 27.35072 25.73384 27.10912 25.79784 26.80832L27.66904 26.80832C27.55064 27.58272 27.19784 28.17712 26.61064 28.59152 26.02264 29.00592 25.23704 29.21312 24.25304 29.21312zM29.14536 21.9164L31.12696 21.9164 31.12696 23.0508C31.30856 22.6956 31.59096 22.39 31.97256 22.1348 32.35576 21.8812 32.84776 21.7532 33.44936 21.7532 33.80456 21.7532 34.12776 21.8076 34.41896 21.9164 34.71096 22.026 34.96456 22.19 35.18456 22.4084 35.39416 22.6364 35.55736 22.926 35.67576 23.2756 35.79496 23.6268 35.85336 24.0388 35.85336 24.5132L35.85336 29.0628 33.87256 29.0628 33.87256 24.7996C33.87256 24.3076 33.77176 23.946 33.57176 23.714 33.37176 23.4812 33.05336 23.3652 32.61496 23.3652 32.18776 23.3652 31.83176 23.4956 31.54936 23.7548 31.26696 24.014 31.12696 24.4084 31.12696 24.9364L31.12696 29.0628 29.14536 29.0628 29.14536 21.9164zM41.30552 29.21288C40.63112 29.21288 40.04952 29.13768 39.55672 28.98808 39.06472 28.83768 38.65512 28.62088 38.32632 28.33928 37.99912 28.05608 37.74872 27.71928 37.57592 27.32728 37.40232 26.93608 37.30232 26.49448 37.27512 26.00248L39.39272 26.00248C39.42072 26.22088 39.46552 26.42808 39.52952 26.62328 39.59272 26.81928 39.69752 26.98648 39.84392 27.12248 39.98872 27.26808 40.17832 27.38488 40.41112 27.47048 40.64312 27.55768 40.94152 27.60088 41.30552 27.60088 41.79752 27.60088 42.18872 27.48008 42.48152 27.23848 42.77192 26.99608 42.91832 26.68328 42.91832 26.30008 42.91832 26.10808 42.88872 25.94488 42.82952 25.80728 42.77032 25.67048 42.67192 25.55208 42.53512 25.45128 42.38952 25.36008 42.19832 25.28008 41.96072 25.21208 41.72392 25.14328 41.42792 25.08168 41.07352 25.02728 40.44552 24.94568 39.90952 24.83368 39.46792 24.69288 39.02552 24.55128 38.66392 24.36248 38.38232 24.12568 38.08952 23.89768 37.87832 23.61608 37.74632 23.27928 37.61432 22.94328 37.54792 22.53768 37.54792 22.06408 37.54792 21.64648 37.63192 21.25928 37.80072 20.90408 37.96872 20.54888 38.20872 20.23928 38.51912 19.97608 38.82792 19.72088 39.20152 19.52088 39.63912 19.37448 40.07592 19.22968 40.56312 19.15688 41.10072 19.15688 42.20312 19.15688 43.06632 19.39848 43.68952 19.88408 44.31432 20.36968 44.67192 21.09688 44.76232 22.06648L42.72632 22.06648C42.66232 21.62968 42.49432 21.30408 42.22232 21.09048 41.94792 20.87608 41.57432 20.76888 41.10072 20.76888 40.60872 20.76888 40.24152 20.87128 40.00072 21.07688 39.75912 21.28248 39.63912 21.54968 39.63912 21.87848 39.63912 22.05128 39.66392 22.20408 39.71432 22.33688 39.76392 22.46888 39.85672 22.58008 39.99352 22.67208 40.12232 22.77208 40.30312 22.85928 40.54072 22.93208 40.77752 23.00488 41.08232 23.06888 41.45592 23.12408 42.04792 23.19688 42.56792 23.29928 43.01432 23.43208 43.45992 23.56328 43.83352 23.73928 44.13352 23.95928 44.43512 24.18648 44.65992 24.47448 44.81032 24.82008 44.96072 25.16728 45.03592 25.59128 45.03592 26.09288 45.03592 26.53048 44.94952 26.93928 44.77592 27.31768 44.60312 27.69688 44.35672 28.02328 44.03912 28.29608 43.71992 28.57928 43.32792 28.80248 42.86312 28.96648 42.39912 29.13128 41.87992 29.21288 41.30552 29.21288M49.23048 29.1996C48.47368 29.1996 47.90008 29.01 47.50888 28.6324 47.11688 28.2548 46.92088 27.6916 46.92088 26.9444L46.92088 23.3244 46.00648 23.3244 46.00648 21.9164 46.92088 21.9164 46.92088 20.3732 48.88888 20.3732 48.88888 21.9164 50.39208 21.9164 50.39208 23.3244 48.88888 23.3244 48.88888 26.7668C48.88888 27.0492 48.95448 27.2612 49.08648 27.402 49.21848 27.5444 49.41688 27.614 49.68088 27.614 49.82648 27.614 49.96168 27.6036 50.08408 27.5804 50.20808 27.5572 50.32328 27.5236 50.43288 27.4772L50.43288 29.0076C50.29608 29.0532 50.12728 29.0972 49.92728 29.138 49.72648 29.1788 49.49448 29.1996 49.23048 29.1996M51.9352 21.9164L53.9176 21.9164 53.9176 23.2836C54.144 22.8004 54.4408 22.4364 54.8056 22.19 55.1688 21.9444 55.6424 21.8164 56.2256 21.8076L56.2256 23.6516C55.488 23.6428 54.9184 23.7748 54.5176 24.0484 54.1176 24.322 53.9176 24.7996 53.9176 25.4828L53.9176 29.0628 51.9352 29.0628 51.9352 21.9164zM62.34768 24.71792C62.31088 24.17152 62.16128 23.76832 61.89648 23.50832 61.63168 23.24912 61.26368 23.11872 60.79008 23.11872 60.34368 23.11872 59.97648 23.25872 59.69008 23.53552 59.40288 23.81392 59.22288 24.20752 59.15008 24.71792L62.34768 24.71792zM60.84368 29.21312C60.30688 29.21312 59.81088 29.13152 59.35568 28.96672 58.89888 28.80352 58.50768 28.56192 58.18048 28.24272 57.84208 27.93392 57.58048 27.55472 57.39408 27.10912 57.20688 26.66272 57.11408 26.15232 57.11408 25.57872L57.11408 25.46912C57.11408 24.90432 57.20688 24.39392 57.39408 23.93872 57.58048 23.48352 57.84208 23.09152 58.18048 22.76432 58.50768 22.44512 58.89568 22.19712 59.34128 22.01872 59.78768 21.84112 60.27008 21.75312 60.79008 21.75312 61.25408 21.75312 61.69648 21.82272 62.11488 21.96512 62.53328 22.10592 62.90288 22.32192 63.22208 22.61392 63.53968 22.90432 63.79568 23.28112 63.98768 23.74032 64.17808 24.20112 64.27408 24.74992 64.27408 25.38752L64.27408 25.93392 59.12288 25.93392C59.15008 26.53472 59.31648 26.99712 59.62128 27.32032 59.92688 27.64432 60.35248 27.80592 60.89888 27.80592 61.36368 27.80592 61.71168 27.71552 61.94368 27.53232 62.17648 27.35072 62.32448 27.10912 62.38848 26.80832L64.26048 26.80832C64.14128 27.58272 63.78848 28.17712 63.20128 28.59152 62.61328 29.00592 61.82848 29.21312 60.84368 29.21312zM70.53208 24.71792C70.49528 24.17152 70.34568 23.76832 70.08168 23.50832 69.81608 23.24912 69.44808 23.11872 68.97448 23.11872 68.52808 23.11872 68.16088 23.25872 67.87448 23.53552 67.58728 23.81392 67.40728 24.20752 67.33448 24.71792L70.53208 24.71792zM69.02808 29.21312C68.49128 29.21312 67.99528 29.13152 67.54008 28.96672 67.08328 28.80352 66.69208 28.56192 66.36488 28.24272 66.02728 27.93392 65.76488 27.55472 65.57848 27.10912 65.39128 26.66272 65.29928 26.15232 65.29928 25.57872L65.29928 25.46912C65.29928 24.90432 65.39128 24.39392 65.57848 23.93872 65.76488 23.48352 66.02728 23.09152 66.36488 22.76432 66.69208 22.44512 67.08008 22.19712 67.52568 22.01872 67.97208 21.84112 68.45448 21.75312 68.97448 21.75312 69.43928 21.75312 69.88088 21.82272 70.29928 21.96512 70.71768 22.10592 71.08728 22.32192 71.40648 22.61392 71.72488 22.90432 71.98008 23.28112 72.17208 23.74032 72.36248 24.20112 72.45848 24.74992 72.45848 25.38752L72.45848 25.93392 67.30728 25.93392C67.33448 26.53472 67.50088 26.99712 67.80568 27.32032 68.11128 27.64432 68.53768 27.80592 69.08328 27.80592 69.54808 27.80592 69.89688 27.71552 70.12808 27.53232 70.36088 27.35072 70.50888 27.10912 70.57288 26.80832L72.44488 26.80832C72.32568 27.58272 71.97368 28.17712 71.38568 28.59152 70.79848 29.00592 70.01288 29.21312 69.02808 29.21312zM76.52968 29.1996C75.77368 29.1996 75.20008 29.01 74.80888 28.6324 74.41608 28.2548 74.22008 27.6916 74.22008 26.9444L74.22008 23.3244 73.30568 23.3244 73.30568 21.9164 74.22008 21.9164 74.22008 20.3732 76.18888 20.3732 76.18888 21.9164 77.69128 21.9164 77.69128 23.3244 76.18888 23.3244 76.18888 26.7668C76.18888 27.0492 76.25448 27.2612 76.38648 27.402 76.51768 27.5444 76.71608 27.614 76.98088 27.614 77.12648 27.614 77.26088 27.6036 77.38328 27.5804 77.50728 27.5572 77.62328 27.5236 77.73288 27.4772L77.73288 29.0076C77.59608 29.0532 77.42728 29.0972 77.22728 29.138 77.02568 29.1788 76.79448 29.1996 76.52968 29.1996"/><polygon points="79.413 19.293 82.336 19.293 84.619 25.374 86.873 19.293 89.742 19.293 89.742 29.063 87.542 29.063 87.542 22.203 84.836 29.063 84.113 29.063 81.395 22.203 81.395 29.063 79.413 29.063"/><path d="M94.29224 27.84688C94.72984 27.84688 95.09544 27.73408 95.39144 27.51008 95.68744 27.28448 95.83624 26.97008 95.83624 26.56688L95.83624 25.96128 95.07064 25.96128C94.49704 25.96128 94.05064 26.03488 93.73224 26.18128 93.41224 26.32848 93.25304 26.59408 93.25304 26.97968 93.25304 27.24608 93.33624 27.45648 93.49944 27.61248 93.66424 27.76848 93.92824 27.84688 94.29224 27.84688M93.70504 29.21328C93.37624 29.21328 93.06904 29.17168 92.78184 29.09008 92.49544 29.00768 92.24264 28.88048 92.02424 28.70768 91.80584 28.53488 91.63224 28.31408 91.50504 28.04448 91.37704 27.77648 91.31304 27.45488 91.31304 27.08128 91.31304 26.66288 91.40504 26.30768 91.58744 26.01568 91.76904 25.72448 92.02424 25.48768 92.35144 25.30528 92.67944 25.12288 93.07224 24.99168 93.52664 24.90928 93.98184 24.82688 94.48344 24.78608 95.02984 24.78608L95.83624 24.78608 95.83624 24.49888C95.83624 24.07088 95.75624 23.74528 95.59704 23.52208 95.43784 23.29888 95.12984 23.18768 94.67464 23.18768 94.28344 23.18768 93.99384 23.27888 93.80744 23.46128 93.62024 23.64288 93.50504 23.88928 93.45864 24.19808L91.58744 24.19808C91.61384 23.77968 91.71624 23.41488 91.89384 23.10608 92.07224 22.79568 92.30184 22.54048 92.58424 22.34048 92.86664 22.14048 93.19704 21.99168 93.57464 21.89648 93.95224 21.80048 94.36024 21.75328 94.79784 21.75328 95.23544 21.75328 95.63624 21.80048 96.00104 21.89648 96.36424 21.99168 96.68344 22.14448 96.95624 22.35328 97.22024 22.56368 97.42584 22.83728 97.57224 23.17328 97.71624 23.51088 97.78984 23.92048 97.78984 24.40368L97.78984 29.06288 95.86424 29.06288 95.86424 28.20208C95.65384 28.49408 95.38264 28.73488 95.05064 28.92608 94.71784 29.11808 94.26984 29.21328 93.70504 29.21328M103.32424 27.66912C103.87144 27.66912 104.28984 27.48912 104.58184 27.12832 104.87304 26.76672 105.01864 26.23472 105.01864 25.53072L105.01864 25.42032C105.01864 24.68992 104.85944 24.14672 104.54104 23.79072 104.22184 23.43472 103.81144 23.25552 103.31064 23.25552 102.79144 23.25552 102.37064 23.43552 102.04664 23.79712 101.72344 24.15792 101.56264 24.69952 101.56264 25.42032L101.56264 25.53072C101.56264 26.25312 101.71864 26.78912 102.03384 27.14112 102.34744 27.49312 102.77784 27.66912 103.32424 27.66912zM99.64904 21.91632L101.63064 21.91632 101.63064 23.03712C101.83064 22.69152 102.12904 22.38992 102.52504 22.13552 102.92184 21.88112 103.38344 21.75312 103.91224 21.75312 104.34904 21.75312 104.75704 21.83232 105.13544 21.99152 105.51224 22.15152 105.84264 22.38592 106.12584 22.69552 106.40744 23.00592 106.62824 23.38752 106.78824 23.84272 106.94664 24.29952 107.02744 24.82272 107.02744 25.41392L107.02744 25.52432C107.02744 26.11632 106.94664 26.64032 106.78824 27.09552 106.62824 27.55072 106.41224 27.93392 106.13944 28.24272 105.85704 28.56192 105.52664 28.80352 105.14824 28.96672 104.77064 29.13152 104.35864 29.21312 103.91224 29.21312 103.35624 29.21312 102.88184 29.09232 102.49144 28.85152 102.09944 28.60992 101.81224 28.31632 101.63064 27.96912L101.63064 31.49472 99.64904 31.49472 99.64904 21.91632z"/><polygon points="4.151 39.802 1.514 39.802 1.514 38.08 9.015 38.08 9.015 39.802 6.378 39.802 6.378 47.85 4.151 47.85"/><path d="M14.15312 43.50464C14.11632 42.95824 13.96592 42.55504 13.70192 42.29584 13.43712 42.03664 13.06912 41.90624 12.59552 41.90624 12.14832 41.90624 11.78192 42.04544 11.49552 42.32304 11.20752 42.60064 11.02832 42.99424 10.95552 43.50464L14.15312 43.50464zM12.64912 47.99984C12.11152 47.99984 11.61552 47.91824 11.16112 47.75424 10.70432 47.59024 10.31312 47.34864 9.98512 47.03024 9.64752 46.72144 9.38592 46.34224 9.19952 45.89584 9.01232 45.45024 8.91952 44.93904 8.91952 44.36544L8.91952 44.25584C8.91952 43.69104 9.01232 43.18144 9.19952 42.72544 9.38592 42.27024 9.64752 41.87904 9.98512 41.55104 10.31312 41.23184 10.70032 40.98384 11.14592 40.80624 11.59232 40.62864 12.07552 40.53984 12.59552 40.53984 13.05952 40.53984 13.50192 40.61024 13.92032 40.75264 14.33872 40.89264 14.70832 41.10944 15.02672 41.40064 15.34512 41.69184 15.60112 42.06784 15.79232 42.52704 15.98352 42.98784 16.07872 43.53664 16.07872 44.17504L16.07872 44.72144 10.92832 44.72144C10.95552 45.32144 11.12112 45.78464 11.42672 46.10784 11.73232 46.43104 12.15792 46.59264 12.70352 46.59264 13.16912 46.59264 13.51712 46.50224 13.74912 46.31984 13.98192 46.13744 14.12992 45.89584 14.19392 45.59584L16.06512 45.59584C15.94672 46.36944 15.59392 46.96384 15.00672 47.37904 14.41872 47.79264 13.63392 47.99984 12.64912 47.99984zM20.12424 46.63432C20.56104 46.63432 20.92744 46.52072 21.22344 46.29672 21.51944 46.07192 21.66824 45.75752 21.66824 45.35352L21.66824 44.74872 20.90264 44.74872C20.32824 44.74872 19.88184 44.82152 19.56344 44.96872 19.24424 45.11592 19.08504 45.38152 19.08504 45.76632 19.08504 46.03272 19.16744 46.24392 19.33144 46.39992 19.49544 46.55512 19.75944 46.63432 20.12424 46.63432M19.53624 47.99992C19.20824 47.99992 18.90104 47.95912 18.61384 47.87752 18.32664 47.79432 18.07384 47.66792 17.85544 47.49432 17.63704 47.32152 17.46344 47.10072 17.33624 46.83192 17.20824 46.56312 17.14504 46.24232 17.14504 45.86872 17.14504 45.45032 17.23624 45.09432 17.41864 44.80232 17.60104 44.51192 17.85544 44.27512 18.18344 44.09192 18.51064 43.91032 18.90344 43.77832 19.35864 43.69592 19.81384 43.61432 20.31464 43.57352 20.86104 43.57352L21.66824 43.57352 21.66824 43.28632C21.66824 42.85752 21.58744 42.53272 21.42824 42.30952 21.26904 42.08632 20.96104 41.97512 20.50664 41.97512 20.11464 41.97512 19.82584 42.06552 19.63864 42.24872 19.45144 42.42952 19.33624 42.67592 19.28984 42.98472L17.41864 42.98472C17.44504 42.56632 17.54744 42.20232 17.72584 41.89272 17.90344 41.58312 18.13384 41.32712 18.41624 41.12712 18.69784 40.92712 19.02824 40.77912 19.40664 40.68392 19.78344 40.58712 20.19144 40.53992 20.62984 40.53992 21.06664 40.53992 21.46744 40.58712 21.83224 40.68392 22.19544 40.77912 22.51464 40.93112 22.78744 41.14072 23.05224 41.35112 23.25704 41.62392 23.40344 41.95992 23.54824 42.29832 23.62184 42.70792 23.62184 43.19032L23.62184 47.85032 21.69544 47.85032 21.69544 46.98872C21.48504 47.28152 21.21384 47.52152 20.88184 47.71352 20.54904 47.90472 20.10104 47.99992 19.53624 47.99992M25.47968 40.70392L27.46128 40.70392 27.46128 41.79672C27.64288 41.45992 27.91808 41.16632 28.28768 40.91592 28.65648 40.66552 29.10928 40.53992 29.64688 40.53992 30.12128 40.53992 30.52848 40.64072 30.86928 40.84072 31.21168 41.04072 31.46848 41.35432 31.64208 41.78392 31.93328 41.34632 32.29328 41.02952 32.72128 40.83352 33.15008 40.63752 33.59088 40.53992 34.04688 40.53992 34.37488 40.53992 34.68288 40.59272 34.96928 40.69672 35.25648 40.80232 35.50848 40.96312 35.72768 41.18232 35.93648 41.41032 36.10048 41.69672 36.21968 42.04312 36.33808 42.38872 36.39648 42.79912 36.39648 43.27272L36.39648 47.85032 34.42928 47.85032 34.42928 43.48072C34.42928 43.01592 34.33088 42.67752 34.13488 42.46712 33.93888 42.25672 33.66368 42.15272 33.30848 42.15272 32.92608 42.15272 32.60048 42.27352 32.33088 42.51512 32.06288 42.75672 31.92928 43.12472 31.92928 43.61752L31.92928 47.85032 29.96208 47.85032 29.96208 43.48072C29.96208 43.01592 29.86208 42.67752 29.66048 42.46712 29.46048 42.25672 29.18688 42.15272 28.84048 42.15272 28.45888 42.15272 28.13248 42.27352 27.86368 42.51512 27.59568 42.75672 27.46128 43.12472 27.46128 43.61752L27.46128 47.85032 25.47968 47.85032 25.47968 40.70392z"/></g></svg>';var n,z,C=class extends s{constructor(){super(...arguments);this.name="hot-logo";o(this,n,!1);o(this,z,!1)}get iconOnly(){return M(this,n)}set iconOnly(F){e(this,n,F)}get textOnly(){return M(this,z)}set textOnly(F){e(this,z,F)}render(){return L`
|
|
2
2
|
<div class="logo">
|
|
3
3
|
${this.textOnly?null:L`<img src=${r} />`}
|
|
4
4
|
${this.iconOnly?null:L`<img src=${i} />`}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import{a as l}from"./chunk.ARF626EG.js";import{a as n}from"./chunk.ZETV7TDG.js";import{d as a,f as h}from"./chunk.QABMDRWR.js";import{d as s}from"./chunk.N2W26RCT.js";import"@awesome.me/webawesome/dist/components/dropdown/dropdown";import"@awesome.me/webawesome/dist/components/button/button";import"@awesome.me/webawesome/dist/components/icon/icon";var g='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-grid-3x3-gap-fill" viewBox="0 0 16 16">%0A <path d="M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z"/>%0A</svg>';var p='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var d='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var w='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var m='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var c='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var f='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var v='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var u='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"><rect width="1" height="1" fill="white"/></svg>%0A';var k=[{id:"imagery",title:"Imagery"},{id:"mapping",title:"Mapping"},{id:"field",title:"Field"},{id:"data",title:"Data"}],E=[{id:"drone",title:"Drone Tasking Manager",href:"https://dronetm.org/",icon:p,section:"imagery"},{id:"oam",title:"OpenAerialMap",href:"https://openaerialmap.org/",icon:d,section:"imagery"},{id:"tasking-manager",title:"Tasking Manager",href:"https://tasks.hotosm.org/",icon:w,section:"mapping"},{id:"fair",title:"fAIr",href:"https://fair.hotosm.org/",icon:m,section:"mapping"},{id:"field",title:"Field Mapping Tasking Manager",href:"https://fmtm.hotosm.org/",icon:c,section:"field"},{id:"chat-map",title:"ChatMap",href:"https://www.hotosm.org/tech-suite/chatmap/",icon:f,section:"field"},{id:"export-tool",title:"Export Tool",href:"https://export.hotosm.org/",icon:v,section:"data"},{id:"umap",title:"Maps",href:"https://umap.hotosm.org/",icon:u,section:"data"}],r=class extends h{constructor(){super(...arguments);this.showLogos=!1;this.tools=E}getToolsBySection(t){return this.tools.filter(o=>o.section===t)}handleSelect(t){let o=t.detail.item.value,i=this.tools.find(e=>e.id===o);i&&(this.dispatchEvent(new CustomEvent("tool-selected",{detail:{tool:i},bubbles:!0,composed:!0})),window.open(i.href,"_blank","noopener,noreferrer"))}render(){return a`
|
|
2
|
+
<wa-dropdown placement="bottom-end" @wa-select=${this.handleSelect}>
|
|
3
|
+
<wa-button
|
|
4
|
+
slot="trigger"
|
|
5
|
+
appearance="plain"
|
|
6
|
+
aria-label="Open tools menu"
|
|
7
|
+
>
|
|
8
|
+
<wa-icon src="${g}" class="menu-icon"></wa-icon>
|
|
9
|
+
</wa-button>
|
|
10
|
+
|
|
11
|
+
${k.map((t,o)=>{let i=this.getToolsBySection(t.id);return i.length===0?"":a`
|
|
12
|
+
<div
|
|
13
|
+
class="section-group ${o>0?"section-divider":""}"
|
|
14
|
+
>
|
|
15
|
+
<wa-dropdown-label>${t.title}</wa-dropdown-label>
|
|
16
|
+
${i.map(e=>a`
|
|
17
|
+
<wa-dropdown-item value="${e.id}">
|
|
18
|
+
${this.showLogos?a`<img
|
|
19
|
+
slot="icon"
|
|
20
|
+
src="${e.icon}"
|
|
21
|
+
alt="${e.title}"
|
|
22
|
+
style="width: 32px; height: 32px; object-fit: contain; display: block;"
|
|
23
|
+
/>`:""}
|
|
24
|
+
<div class="tool-content">
|
|
25
|
+
<div class="tool-title">${e.title}</div>
|
|
26
|
+
</div>
|
|
27
|
+
</wa-dropdown-item>
|
|
28
|
+
`)}
|
|
29
|
+
</div>
|
|
30
|
+
`})}
|
|
31
|
+
</wa-dropdown>
|
|
32
|
+
`}};r.styles=l,s([n({type:Boolean,attribute:"show-logos",reflect:!1})],r.prototype,"showLogos",2);var et=r;export{r as a,et as b};
|