@vechain/vechain-kit 2.9.0 → 2.10.1
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 +91 -41
- package/dist/assets/index.cjs +1 -1
- package/dist/assets/index.d.cts +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/assets/index.mjs +1 -1
- package/dist/{assets-BL24r-Yp.mjs → assets-C0RHiZ9a.mjs} +3 -3
- package/dist/{assets-BL24r-Yp.mjs.map → assets-C0RHiZ9a.mjs.map} +1 -1
- package/dist/{assets-DNJsQD7_.cjs → assets-CZs6EVH8.cjs} +2 -2
- package/dist/{assets-DNJsQD7_.cjs.map → assets-CZs6EVH8.cjs.map} +1 -1
- package/dist/{index-DXwqcSci.d.cts → index-BjQrND59.d.mts} +4 -4
- package/dist/{index-DXwqcSci.d.cts.map → index-BjQrND59.d.mts.map} +1 -1
- package/dist/{index-BYfc-9J5.d.mts → index-C8Uj8ple.d.cts} +1 -1
- package/dist/{index-BYfc-9J5.d.mts.map → index-C8Uj8ple.d.cts.map} +1 -1
- package/dist/{index-B93L_AT2.d.mts → index-Gsp1h6d7.d.mts} +265 -74
- package/dist/index-Gsp1h6d7.d.mts.map +1 -0
- package/dist/{index-QQ-9cIOs.d.cts → index-aWHEC3vV.d.cts} +379 -190
- package/dist/index-aWHEC3vV.d.cts.map +1 -0
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +3 -3
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-C4gc1L9t.cjs +2 -0
- package/dist/utils-C4gc1L9t.cjs.map +1 -0
- package/dist/utils-DPIscp9_.mjs +2 -0
- package/dist/utils-DPIscp9_.mjs.map +1 -0
- package/package.json +2 -2
- package/dist/index-B93L_AT2.d.mts.map +0 -1
- package/dist/index-QQ-9cIOs.d.cts.map +0 -1
- package/dist/utils-B1rpHKZq.mjs +0 -2
- package/dist/utils-B1rpHKZq.mjs.map +0 -1
- package/dist/utils-D0w5dcVX.cjs +0 -2
- package/dist/utils-D0w5dcVX.cjs.map +0 -1
package/README.md
CHANGED
|
@@ -4,29 +4,77 @@ An all-in-one SDK for building frontend applications on VeChain, supporting wall
|
|
|
4
4
|
<img src="https://prod-vechainkit-docs-images-bucket.s3.eu-west-1.amazonaws.com/vechain-kit-v2-shocase.png" alt="VeChain Kit Banner">
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What's inside
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- **Seamless Wallet Integration:** VeWorld, Sync2, WalletConnect, and social logins (Google, Apple, GitHub, X/Twitter, Discord, TikTok, LINE, email, passkey via Privy).
|
|
10
|
+
- **Custom Connection UI:** A themeable connect modal owns the VeWorld and Sync2 flows end-to-end. WalletConnect's QR modal is preserved.
|
|
11
|
+
- **Developer-Friendly Hooks:** Easy-to-use React Hooks that let you read and write data on VeChainThor.
|
|
12
|
+
- **Pre-Built UI Components:** TransactionModal, ProfileModal, SendTokenModal — drop them in and go.
|
|
13
|
+
- **Token Operations:** Send, swap, check balances, manage VET domains.
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
- <b>Custom Connection UI:</b> A built-in, themeable connect modal owns the VeWorld and Sync2 flows end-to-end (no dapp-kit modal hand-off). WalletConnect's QR modal is preserved.
|
|
13
|
-
- <b>Developer-Friendly Hooks:</b> Easy-to-use React Hooks that let you read and write data on the VeChainThor blockchain.
|
|
14
|
-
- <b>Token Operations:</b> Send and swap tokens, check balances, manage VET domains, and more—all in one place.
|
|
15
|
-
- <b>Pre-Built UI Components:</b> Ready-to-use components (e.g., TransactionModal) to simplify wallet operations and enhance your users’ experience.
|
|
15
|
+
> **Note:** Currently supports React and Next.js only.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## Start with AI (recommended)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
The fastest path is to hand a prompt to your coding agent (Claude Code, Cursor, or any agent). The prompts below tell the agent to read the relevant [VeChain AI Skill](https://github.com/vechain/vechain-ai-skills) first so it follows current conventions.
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
### 🚀 Start a new VeChain dApp
|
|
22
|
+
|
|
23
|
+
```text
|
|
24
|
+
Before doing anything, read these VeChain AI Skills so you follow current conventions:
|
|
25
|
+
- create-vechain-dapp: https://github.com/vechain/vechain-ai-skills/tree/main/skills/create-vechain-dapp
|
|
26
|
+
- vechain-kit: https://github.com/vechain/vechain-ai-skills/tree/main/skills/vechain-kit
|
|
27
|
+
|
|
28
|
+
Now the task:
|
|
29
|
+
|
|
30
|
+
Scaffold a new VeChain dApp for me using create-vechain-dapp, with:
|
|
31
|
+
- VeChain Kit pre-wired (Privy social login: Google + email, plus VeWorld and WalletConnect)
|
|
32
|
+
- Chakra UI v3 (with next-themes) and dark mode by default — follow the next-chakra-v3 example in the vechain-kit repo for wiring the kit's `theme` prop via `useChakraContext().token.var(...)` so theme tokens stay reactive
|
|
33
|
+
- A landing page that shows the connected user's address, B3TR balance, and a "Send B3TR" button
|
|
34
|
+
- A GitHub Pages deploy workflow ready to use
|
|
35
|
+
|
|
36
|
+
Name the project "my-vechain-dapp". When done, run `yarn dev` and tell me the URL.
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### Or: add VeChain Kit to an existing project
|
|
40
|
+
|
|
41
|
+
```text
|
|
42
|
+
Before doing anything, read this VeChain AI Skill so you follow current conventions:
|
|
43
|
+
- vechain-kit: https://github.com/vechain/vechain-ai-skills/tree/main/skills/vechain-kit
|
|
44
|
+
|
|
45
|
+
Now the task:
|
|
46
|
+
|
|
47
|
+
I already have a Next.js app and I want to add VeChain Kit to it.
|
|
48
|
+
|
|
49
|
+
1. Install @vechain/vechain-kit and any required peer deps.
|
|
50
|
+
2. Find my root layout (app/layout.tsx for App Router or pages/_app.tsx for Pages Router) and wrap it with VeChainKitProvider.
|
|
51
|
+
3. Enable Privy social login (Google + email), VeWorld and WalletConnect.
|
|
52
|
+
4. Read Privy keys from NEXT_PUBLIC_PRIVY_* and the WalletConnect projectId from NEXT_PUBLIC_WC_PROJECT_ID.
|
|
53
|
+
5. Add a <WalletButton /> to my existing header.
|
|
54
|
+
6. Don't change my existing Chakra theme.
|
|
55
|
+
|
|
56
|
+
If you hit peer-dependency conflicts, stop and tell me before applying any fix.
|
|
57
|
+
```
|
|
23
58
|
|
|
24
|
-
###
|
|
59
|
+
### Why this works
|
|
25
60
|
|
|
26
|
-
|
|
61
|
+
[VeChain AI Skills](https://github.com/vechain/vechain-ai-skills) give your coding agent up-to-date domain knowledge (wallet UX, smart contracts, VeBetterDAO, StarGate, and more). Install once:
|
|
27
62
|
|
|
28
|
-
|
|
63
|
+
```bash
|
|
64
|
+
npx skills add vechain/vechain-ai-skills
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Or in Claude Code:
|
|
68
|
+
|
|
69
|
+
```text
|
|
70
|
+
/plugin marketplace add vechain/vechain-ai-skills
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Browse all 11 skills and try each in context: <https://playground.vechainkit.vechain.org/ai-skills>.
|
|
74
|
+
|
|
75
|
+
## Manual install
|
|
29
76
|
|
|
77
|
+
Prefer to wire it yourself?
|
|
30
78
|
|
|
31
79
|
```bash
|
|
32
80
|
yarn add @vechain/vechain-kit \
|
|
@@ -38,30 +86,21 @@ yarn add @vechain/vechain-kit \
|
|
|
38
86
|
framer-motion@^11.15.0
|
|
39
87
|
```
|
|
40
88
|
|
|
89
|
+
Wrap your app with the provider:
|
|
41
90
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
Wrap your app with the VeChainKitProvider:
|
|
45
|
-
|
|
46
|
-
```typescript
|
|
91
|
+
```tsx
|
|
47
92
|
'use client';
|
|
48
93
|
|
|
49
94
|
import { VeChainKitProvider } from '@vechain/vechain-kit';
|
|
50
95
|
|
|
51
96
|
export function Providers({ children }: { children: React.ReactNode }) {
|
|
52
|
-
return
|
|
53
|
-
<VeChainKitProvider>
|
|
54
|
-
{children}
|
|
55
|
-
</VeChainKitProvider>
|
|
56
|
-
);
|
|
97
|
+
return <VeChainKitProvider>{children}</VeChainKitProvider>;
|
|
57
98
|
}
|
|
58
99
|
```
|
|
59
100
|
|
|
60
|
-
|
|
101
|
+
Add a wallet button anywhere:
|
|
61
102
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
```typescript
|
|
103
|
+
```tsx
|
|
65
104
|
'use client';
|
|
66
105
|
|
|
67
106
|
import { WalletButton } from '@vechain/vechain-kit';
|
|
@@ -71,6 +110,7 @@ export function Page() {
|
|
|
71
110
|
}
|
|
72
111
|
```
|
|
73
112
|
|
|
113
|
+
That's it — your app is ready to connect to VeChain mainnet with VeWorld.
|
|
74
114
|
|
|
75
115
|
#### Customize the login modal
|
|
76
116
|
|
|
@@ -78,29 +118,39 @@ The connect modal renders a grid of login methods. Reorder, hide, or swap them v
|
|
|
78
118
|
|
|
79
119
|
```tsx
|
|
80
120
|
<VeChainKitProvider
|
|
81
|
-
privy={{
|
|
82
|
-
|
|
121
|
+
privy={{
|
|
122
|
+
appId: '...',
|
|
123
|
+
clientId: '...',
|
|
124
|
+
loginMethods: ['google', 'apple', 'email'],
|
|
125
|
+
appearance: { /* ... */ },
|
|
126
|
+
}}
|
|
127
|
+
dappKit={{
|
|
128
|
+
allowedWallets: ['veworld', 'sync2', 'wallet-connect'],
|
|
129
|
+
walletConnectOptions: { /* ... */ },
|
|
130
|
+
}}
|
|
83
131
|
loginMethods={[
|
|
84
|
-
{ method: 'veworld', gridColumn: 4 },
|
|
132
|
+
{ method: 'veworld', gridColumn: 4 }, // primary CTA (filled, recommended)
|
|
85
133
|
{ method: 'google', gridColumn: 4 },
|
|
86
134
|
{ method: 'apple', gridColumn: 4 },
|
|
87
|
-
{ method: 'more', gridColumn: 4 },
|
|
135
|
+
{ method: 'more', gridColumn: 4 }, // opens an in-modal sub-view
|
|
88
136
|
]}
|
|
89
|
-
// Optional: theme the brand accent (spinner, focus rings, "Waiting for signature…" headline)
|
|
90
137
|
theme={{ accent: '#3b82f6' }}
|
|
91
138
|
>
|
|
92
139
|
```
|
|
93
140
|
|
|
94
|
-
Available `method` values: `veworld`, `sync2`, `wallet-connect`, `google`, `apple`, `github`, `email`, `passkey`, `vechain` (cross-app), `ecosystem`, `more`, and the legacy `dappkit
|
|
141
|
+
Available `method` values: `veworld`, `sync2`, `wallet-connect`, `google`, `apple`, `github`, `email`, `passkey`, `vechain` (cross-app), `ecosystem`, `more`, and the legacy `dappkit`.
|
|
95
142
|
|
|
96
|
-
For
|
|
143
|
+
For full configuration options see the [documentation](https://docs.vechainkit.vechain.org/) or try every feature live in the [playground](https://playground.vechainkit.vechain.org/).
|
|
97
144
|
|
|
98
|
-
|
|
145
|
+
## Resources
|
|
99
146
|
|
|
100
|
-
|
|
147
|
+
- [VeKit Playground](https://playground.vechainkit.vechain.org/) — interactive demos + code + AI prompts for every kit feature
|
|
148
|
+
- [Homepage](https://vechainkit.vechain.org/)
|
|
149
|
+
- [Documentation](https://docs.vechainkit.vechain.org/)
|
|
150
|
+
- [VeChain AI Skills](https://github.com/vechain/vechain-ai-skills)
|
|
101
151
|
|
|
102
|
-
|
|
152
|
+
## Troubleshooting
|
|
103
153
|
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
- Open an issue on
|
|
154
|
+
- [Troubleshooting docs](https://docs.vechainkit.vechain.org/vechain-kit/troubleshooting)
|
|
155
|
+
- [Discord](https://discord.gg/wGkQnPpRVq)
|
|
156
|
+
- [Open an issue on GitHub](https://github.com/vechain/vechain-kit/issues)
|
package/dist/assets/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=require(`../assets-
|
|
1
|
+
const e=require(`../assets-CZs6EVH8.cjs`);exports.BetterSwapLogo=e.n,exports.GitHubLogo=e.Q,exports.GoogleLogo=e.$,exports.PrivyLogo=e.i,exports.TwitterLogo=e.Z,exports.VETLogo=e.I,exports.VTHOLogo=e.F,exports.VeBetterIcon=e.L,exports.VeBetterIconDark=e.R,exports.VeBetterIconLight=e.z,exports.VeBetterLogo=e.B,exports.VeBetterLogoDark=e.V,exports.VeBetterLogoLight=e.H,exports.VeTradeLogo=e.t,exports.VeWorldLogoDark=e.N,exports.VeWorldLogoLight=e.P,exports.VechainEnergy=e.r,exports.VechainIcon=e.U,exports.VechainIconDark=e.W,exports.VechainIconLight=e.G,exports.VechainLogo=e.X,exports.VechainLogoDark=e.Y,exports.VechainLogoHorizontalDark=e.q,exports.VechainLogoHorizontalLight=e.K,exports.VechainLogoLight=e.J;
|
package/dist/assets/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as TwitterLogo, S as VechainLogo, T as GoogleLogo, _ as VechainIcon, a as VeWorldLogoDark, b as VechainLogoLight, c as VETLogo, d as VeBetterIcon, f as VeBetterLogoDark, g as VechainIconLight, h as VechainIconDark, i as PrivyLogo, l as VeBetterIconDark, m as VeBetterLogo, n as BetterSwapLogo, o as VeWorldLogoLight, p as VeBetterLogoLight, r as VechainEnergy, s as VTHOLogo, t as VeTradeLogo, u as VeBetterIconLight, v as VechainLogoHorizontalLight, w as GitHubLogo, x as VechainLogoDark, y as VechainLogoHorizontalDark } from "../index-
|
|
1
|
+
import { C as TwitterLogo, S as VechainLogo, T as GoogleLogo, _ as VechainIcon, a as VeWorldLogoDark, b as VechainLogoLight, c as VETLogo, d as VeBetterIcon, f as VeBetterLogoDark, g as VechainIconLight, h as VechainIconDark, i as PrivyLogo, l as VeBetterIconDark, m as VeBetterLogo, n as BetterSwapLogo, o as VeWorldLogoLight, p as VeBetterLogoLight, r as VechainEnergy, s as VTHOLogo, t as VeTradeLogo, u as VeBetterIconLight, v as VechainLogoHorizontalLight, w as GitHubLogo, x as VechainLogoDark, y as VechainLogoHorizontalDark } from "../index-C8Uj8ple.cjs";
|
|
2
2
|
export { BetterSwapLogo, GitHubLogo, GoogleLogo, PrivyLogo, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VeTradeLogo, VeWorldLogoDark, VeWorldLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
|
package/dist/assets/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as TwitterLogo, S as VechainLogo, T as GoogleLogo, _ as VechainIcon, a as VeWorldLogoDark, b as VechainLogoLight, c as VETLogo, d as VeBetterIcon, f as VeBetterLogoDark, g as VechainIconLight, h as VechainIconDark, i as PrivyLogo, l as VeBetterIconDark, m as VeBetterLogo, n as BetterSwapLogo, o as VeWorldLogoLight, p as VeBetterLogoLight, r as VechainEnergy, s as VTHOLogo, t as VeTradeLogo, u as VeBetterIconLight, v as VechainLogoHorizontalLight, w as GitHubLogo, x as VechainLogoDark, y as VechainLogoHorizontalDark } from "../index-
|
|
1
|
+
import { C as TwitterLogo, S as VechainLogo, T as GoogleLogo, _ as VechainIcon, a as VeWorldLogoDark, b as VechainLogoLight, c as VETLogo, d as VeBetterIcon, f as VeBetterLogoDark, g as VechainIconLight, h as VechainIconDark, i as PrivyLogo, l as VeBetterIconDark, m as VeBetterLogo, n as BetterSwapLogo, o as VeWorldLogoLight, p as VeBetterLogoLight, r as VechainEnergy, s as VTHOLogo, t as VeTradeLogo, u as VeBetterIconLight, v as VechainLogoHorizontalLight, w as GitHubLogo, x as VechainLogoDark, y as VechainLogoHorizontalDark } from "../index-BjQrND59.mjs";
|
|
2
2
|
export { BetterSwapLogo, GitHubLogo, GoogleLogo, PrivyLogo, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VeTradeLogo, VeWorldLogoDark, VeWorldLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
|
package/dist/assets/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{$ as e,B as t,F as n,G as r,H as i,I as a,J as o,K as s,L as c,N as l,P as u,Q as d,R as f,U as p,V as m,W as h,X as g,Y as _,Z as v,i as y,n as b,q as x,r as S,t as C,z as w}from"../assets-C0RHiZ9a.mjs";export{b as BetterSwapLogo,d as GitHubLogo,e as GoogleLogo,y as PrivyLogo,v as TwitterLogo,a as VETLogo,n as VTHOLogo,c as VeBetterIcon,f as VeBetterIconDark,w as VeBetterIconLight,t as VeBetterLogo,m as VeBetterLogoDark,i as VeBetterLogoLight,C as VeTradeLogo,l as VeWorldLogoDark,u as VeWorldLogoLight,S as VechainEnergy,p as VechainIcon,h as VechainIconDark,r as VechainIconLight,g as VechainLogo,_ as VechainLogoDark,x as VechainLogoHorizontalDark,s as VechainLogoHorizontalLight,o as VechainLogoLight};
|
|
@@ -30,9 +30,9 @@ import{Box as e,Icon as t,Image as n}from"@chakra-ui/react";import r,{useId as i
|
|
|
30
30
|
<path fill="#34A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/>
|
|
31
31
|
<path fill="#FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
|
|
32
32
|
<path fill="#EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/>
|
|
33
|
-
</svg>`},...n}),
|
|
33
|
+
</svg>`},...n}),ee=({boxSize:t=`20px`,...n})=>a(e,{as:`span`,display:`inline-block`,width:t,height:t,dangerouslySetInnerHTML:{__html:`
|
|
34
34
|
<svg viewBox="0 0 24 24" fill="currentColor">
|
|
35
35
|
<path d="M12 0C5.374 0 0 5.373 0 12 0 17.302 3.438 21.8 8.207 23.387c.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.509 11.509 0 0112 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z"/>
|
|
36
36
|
</svg>
|
|
37
|
-
`},...n}),d=({isDark:t,boxSize:n=`20px`,...r})=>a(e,{as:`span`,display:`inline-block`,width:n,height:n,dangerouslySetInnerHTML:{__html:t?s.dark:s.light},...r}),f=({isDark:e=!1,...t})=>a(e?h:g,{...t}),p=({...e})=>a(t,{viewBox:`0 0 320 292`,...e,children:a(`path`,{d:`M320 0H291.94c-7 0-13.34 4-15.94 10.3L198.83 167.26l-0.08-0.17-20 41.65 0.08 0.17-20 41.65-100-208.17h28.52c7 0 13.34 4 15.94 10.3l65.2 135.15 20-41.65L137.91 37C127.23 14.72 104.74 0 80.07 0H0l20 41.65h0.06L140.41 292h40L320 0Z`,fill:`white`})}),m=({...e})=>a(t,{viewBox:`0 0 320 292`,...e,children:a(`path`,{d:`M320 0H291.94c-7 0-13.34 4-15.94 10.3L198.83 167.26l-0.08-0.17-20 41.65 0.08 0.17-20 41.65-100-208.17h28.52c7 0 13.34 4 15.94 10.3l65.2 135.15 20-41.65L137.91 37C127.23 14.72 104.74 0 80.07 0H0l20 41.65h0.06L140.41 292h40L320 0Z`,fill:`black`})}),h=({...e})=>o(t,{viewBox:`0 0 320 80`,...e,children:[a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M230.868 30.0071C233.836 30.0071 236.414 30.5814 238.601 31.7287C240.789 32.8239 242.559 34.3621 243.913 36.3438L244.929 30.4765H252.272V70.5307H244.851L243.913 64.4291C242.507 66.4108 240.71 68.0016 238.523 69.201C236.336 70.4004 233.784 71 230.868 71C227.223 71 223.968 70.1916 221.103 68.5749C218.239 66.906 216 64.5332 214.385 61.4563C212.771 58.3271 211.964 54.6759 211.964 50.5036C211.964 46.4357 212.771 42.863 214.385 39.786C216.052 36.6569 218.317 34.2579 221.182 32.589C224.046 30.868 227.275 30.0072 230.868 30.0071ZM232.274 37.2041C228.785 37.2042 225.973 38.4566 223.838 40.9599C221.703 43.411 220.635 46.5921 220.635 50.5036C220.635 54.4672 221.703 57.7007 223.838 60.2041C225.973 62.6552 228.785 63.8814 232.274 63.8814C235.763 63.8814 238.576 62.6553 240.711 60.2041C242.846 57.7529 243.913 54.5717 243.913 50.6603C243.913 46.6968 242.846 43.4632 240.711 40.9599C238.576 38.4565 235.763 37.2041 232.274 37.2041Z`,fill:`#FCFCFD`}),a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M86.4946 29.8513C90.357 29.8513 93.75 30.6348 96.6729 32.2029C99.6478 33.771 101.97 35.9929 103.64 38.8676C105.362 41.7424 106.25 45.1135 106.302 48.9813C106.302 50.0267 106.224 51.0985 106.067 52.1961H75.8467V52.6664C76.0554 56.1684 77.1519 58.9388 79.1351 60.9773C81.1184 63.0158 83.7543 64.0353 87.0425 64.0353C89.6522 64.0353 91.8447 63.4346 93.6193 62.2324C95.3939 60.9779 96.5684 59.2262 97.1425 56.9786H105.598C104.867 61.0557 102.883 64.4014 99.6472 67.0149C96.4634 69.6283 92.4705 70.9352 87.6687 70.9352C83.4932 70.9351 79.8393 70.0985 76.7077 68.4259C73.6286 66.701 71.228 64.2969 69.5057 61.2134C67.8355 58.1295 67 54.5486 67 50.4716C67 46.3423 67.8094 42.7354 69.4274 39.6515C71.0976 36.5155 73.3936 34.1107 76.3163 32.4381C79.2914 30.7132 82.6844 29.8513 86.4946 29.8513ZM86.8077 36.6719C84.0414 36.6719 81.6403 37.5347 79.6047 39.2596C77.6214 40.9322 76.4729 43.1802 76.1598 46.0027H97.6904C97.325 43.0756 96.1505 40.8016 94.1672 39.1812C92.236 37.5085 89.7827 36.6719 86.8077 36.6719Z`,fill:`#FCFCFD`}),a(`path`,{d:`M138.35 15.1109C142.474 15.111 146.18 15.8945 149.468 17.4625C152.808 19.0306 155.522 21.2786 157.61 24.2056C159.698 27.0805 161.029 30.4262 161.603 34.2419H152.599C151.711 30.7399 149.989 27.9957 147.432 26.0095C144.874 24.0233 141.717 23.0299 137.959 23.0298C134.566 23.0298 131.591 23.8917 129.033 25.6166C126.476 27.2892 124.519 29.6417 123.162 32.6732C121.805 35.6526 121.126 39.1028 121.126 43.0231C121.126 46.8908 121.805 50.3404 123.162 53.3719C124.519 56.4034 126.476 58.7821 129.033 60.507C131.591 62.1796 134.566 63.0163 137.959 63.0163C141.717 63.0162 144.848 62.0228 147.354 60.0366C149.911 58.0504 151.633 55.3063 152.52 51.8042H161.525C160.951 55.6722 159.62 59.044 157.532 61.9189C155.496 64.7936 152.834 67.0145 149.546 68.5826C146.258 70.1507 142.526 70.9351 138.35 70.9352C133.027 70.9352 128.355 69.7851 124.336 67.4852C120.369 65.1854 117.29 61.9448 115.098 57.7635C112.958 53.5296 111.888 48.6159 111.888 43.0231C111.888 37.4824 112.958 32.621 115.098 28.4394C117.29 24.2057 120.369 20.9391 124.336 18.6393C128.355 16.2871 133.027 15.1109 138.35 15.1109Z`,fill:`#FCFCFD`}),a(`path`,{d:`M176.877 36.1232C179.904 31.9417 184.106 29.8514 189.481 29.8513C194.283 29.8513 198.172 31.3148 201.147 34.2419C204.174 37.169 205.688 41.8729 205.689 48.3543V70.4648H197.232V48.8246C197.232 45.0091 196.398 42.108 194.728 40.1218C193.11 38.1356 190.734 37.1422 187.603 37.1422C184.262 37.1422 181.627 38.3185 179.695 40.6705C177.816 42.9704 176.877 46.1333 176.877 50.1581V70.4648H168.421V15.5813H176.877V36.1232Z`,fill:`#FCFCFD`}),a(`path`,{d:`M269.639 70.4648H261.183V30.3217H269.639V70.4648Z`,fill:`#FCFCFD`}),a(`path`,{d:`M299.871 29.8513C304.621 29.8513 308.483 31.3148 311.458 34.2419C314.486 37.169 316 41.8729 316 48.3543V70.4648H307.465V48.8246C307.465 45.0091 306.657 42.108 305.039 40.1218C303.421 38.1356 301.046 37.1422 297.914 37.1422C294.574 37.1422 291.938 38.3185 290.007 40.6705C288.128 42.9704 287.188 46.1594 287.188 50.2365V70.4648H278.733V30.3217H286.092L287.032 35.5745C290.059 31.7588 294.339 29.8514 299.871 29.8513Z`,fill:`#FCFCFD`}),a(`path`,{d:`M270.581 17.7035C270.581 19.9747 270.581 21.1104 270.139 21.9779C269.751 22.7409 269.132 23.3611 268.37 23.7498C267.504 24.1919 266.37 24.1921 264.102 24.1921H260.241V20.4886C260.241 18.2174 260.242 17.0816 260.683 16.2142C261.071 15.4511 261.69 14.8301 262.452 14.4413C263.318 13.9993 264.453 14 266.72 14H270.581V17.7035Z`,fill:`#FCFCFD`}),a(`path`,{d:`M77 0H70.1231C68.4445 0 66.9096 0.977009 66.1781 2.51231L48.1138 40.5792L48.0958 40.5368L43.2814 50.677L43.2994 50.7195L38.4909 60.8537L14.4431 10.1585H21.3019C22.9807 10.1585 24.5156 11.1355 25.2469 12.6708L40.9431 45.5613L45.7575 35.415L33.077 8.85983C30.5111 3.44684 25.0971 0 19.1676 0H0L4.80239 10.1585H4.82037L33.6766 71H43.2994L77 0Z`,fill:`#7266FF`})]}),g=({...e})=>o(t,{viewBox:`0 0 320 80`,...e,children:[a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M230.868 30.0071C233.836 30.0071 236.414 30.5814 238.601 31.7287C240.789 32.8239 242.559 34.3621 243.913 36.3438L244.929 30.4765H252.272V70.5307H244.851L243.913 64.4291C242.507 66.4108 240.71 68.0016 238.523 69.201C236.336 70.4004 233.784 71 230.868 71C227.223 71 223.968 70.1916 221.103 68.5749C218.239 66.906 216 64.5332 214.385 61.4563C212.771 58.3271 211.964 54.6759 211.964 50.5036C211.964 46.4357 212.771 42.863 214.385 39.786C216.052 36.6569 218.317 34.2579 221.182 32.589C224.046 30.868 227.275 30.0072 230.868 30.0071ZM232.274 37.2041C228.785 37.2042 225.973 38.4566 223.838 40.9599C221.703 43.411 220.635 46.5921 220.635 50.5036C220.635 54.4672 221.703 57.7007 223.838 60.2041C225.973 62.6552 228.785 63.8814 232.274 63.8814C235.763 63.8814 238.576 62.6553 240.711 60.2041C242.846 57.7529 243.913 54.5717 243.913 50.6603C243.913 46.6968 242.846 43.4632 240.711 40.9599C238.576 38.4565 235.763 37.2041 232.274 37.2041Z`,fill:`#0C0A1F`}),a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M86.4946 29.8513C90.357 29.8513 93.75 30.6348 96.6729 32.2029C99.6478 33.771 101.97 35.9929 103.64 38.8676C105.362 41.7424 106.25 45.1135 106.302 48.9813C106.302 50.0267 106.224 51.0985 106.067 52.1961H75.8467V52.6664C76.0554 56.1684 77.1519 58.9388 79.1351 60.9773C81.1184 63.0158 83.7543 64.0353 87.0425 64.0353C89.6522 64.0353 91.8447 63.4346 93.6193 62.2324C95.3939 60.9779 96.5684 59.2262 97.1425 56.9786H105.598C104.867 61.0557 102.883 64.4014 99.6472 67.0149C96.4634 69.6283 92.4705 70.9352 87.6687 70.9352C83.4932 70.9351 79.8393 70.0985 76.7077 68.4259C73.6286 66.701 71.228 64.2969 69.5057 61.2134C67.8355 58.1295 67 54.5486 67 50.4716C67 46.3423 67.8094 42.7354 69.4274 39.6515C71.0976 36.5155 73.3936 34.1107 76.3163 32.4381C79.2914 30.7132 82.6844 29.8513 86.4946 29.8513ZM86.8077 36.6719C84.0414 36.6719 81.6403 37.5347 79.6047 39.2596C77.6214 40.9322 76.4729 43.1802 76.1598 46.0027H97.6904C97.325 43.0756 96.1505 40.8016 94.1672 39.1812C92.236 37.5085 89.7827 36.6719 86.8077 36.6719Z`,fill:`#0C0A1F`}),a(`path`,{d:`M138.35 15.1109C142.474 15.111 146.18 15.8945 149.468 17.4625C152.808 19.0306 155.522 21.2786 157.61 24.2056C159.698 27.0805 161.029 30.4262 161.603 34.2419H152.599C151.711 30.7399 149.989 27.9957 147.432 26.0095C144.874 24.0233 141.717 23.0299 137.959 23.0298C134.566 23.0298 131.591 23.8917 129.033 25.6166C126.476 27.2892 124.519 29.6417 123.162 32.6732C121.805 35.6526 121.126 39.1028 121.126 43.0231C121.126 46.8908 121.805 50.3404 123.162 53.3719C124.519 56.4034 126.476 58.7821 129.033 60.507C131.591 62.1796 134.566 63.0163 137.959 63.0163C141.717 63.0162 144.848 62.0228 147.354 60.0366C149.911 58.0504 151.633 55.3063 152.52 51.8042H161.525C160.951 55.6722 159.62 59.044 157.532 61.9189C155.496 64.7936 152.834 67.0145 149.546 68.5826C146.258 70.1507 142.526 70.9351 138.35 70.9352C133.027 70.9352 128.355 69.7851 124.336 67.4852C120.369 65.1854 117.29 61.9448 115.098 57.7635C112.958 53.5296 111.888 48.6159 111.888 43.0231C111.888 37.4824 112.958 32.621 115.098 28.4394C117.29 24.2057 120.369 20.9391 124.336 18.6393C128.355 16.2871 133.027 15.1109 138.35 15.1109Z`,fill:`#0C0A1F`}),a(`path`,{d:`M176.877 36.1232C179.904 31.9417 184.106 29.8514 189.481 29.8513C194.283 29.8513 198.172 31.3148 201.147 34.2419C204.174 37.169 205.688 41.8729 205.689 48.3543V70.4648H197.232V48.8246C197.232 45.0091 196.398 42.108 194.728 40.1218C193.11 38.1356 190.734 37.1422 187.603 37.1422C184.262 37.1422 181.627 38.3185 179.695 40.6705C177.816 42.9704 176.877 46.1333 176.877 50.1581V70.4648H168.421V15.5813H176.877V36.1232Z`,fill:`#0C0A1F`}),a(`path`,{d:`M269.639 70.4648H261.183V30.3217H269.639V70.4648Z`,fill:`#0C0A1F`}),a(`path`,{d:`M299.871 29.8513C304.621 29.8513 308.483 31.3148 311.458 34.2419C314.486 37.169 316 41.8729 316 48.3543V70.4648H307.465V48.8246C307.465 45.0091 306.657 42.108 305.039 40.1218C303.421 38.1356 301.046 37.1422 297.914 37.1422C294.574 37.1422 291.938 38.3185 290.007 40.6705C288.128 42.9704 287.188 46.1594 287.188 50.2365V70.4648H278.733V30.3217H286.092L287.032 35.5745C290.059 31.7588 294.339 29.8514 299.871 29.8513Z`,fill:`#0C0A1F`}),a(`path`,{d:`M270.581 17.7035C270.581 19.9747 270.581 21.1104 270.139 21.9779C269.751 22.7409 269.132 23.3611 268.37 23.7498C267.504 24.1919 266.37 24.1921 264.102 24.1921H260.241V20.4886C260.241 18.2174 260.242 17.0816 260.683 16.2142C261.071 15.4511 261.69 14.8301 262.452 14.4413C263.318 13.9993 264.453 14 266.72 14H270.581V17.7035Z`,fill:`#0C0A1F`}),a(`path`,{d:`M77 0H70.1231C68.4445 0 66.9096 0.977009 66.1781 2.51231L48.1138 40.5792L48.0958 40.5368L43.2814 50.677L43.2994 50.7195L38.4909 60.8537L14.4431 10.1585H21.3019C22.9807 10.1585 24.5156 11.1355 25.2469 12.6708L40.9431 45.5613L45.7575 35.415L33.077 8.85983C30.5111 3.44684 25.0971 0 19.1676 0H0L4.80239 10.1585H4.82037L33.6766 71H43.2994L77 0Z`,fill:`#7266FF`})]}),_=({...e})=>a(t,{viewBox:`0 0 2000 2000`,...e,children:a(`path`,{d:`M1465.89,566h-85.12c-20.78,0-39.78,12.08-48.83,31.07l-223.61,470.74-.22-.52-59.59,125.4.22.53-59.52,125.32-297.68-626.9h84.9c20.78,0,39.78,12.08,48.83,31.07l194.3,406.73,59.6-125.47-156.97-328.39c-31.76-66.94-98.78-109.56-172.18-109.56h-237.27l59.45,125.62h.22l357.2,752.38h119.12l417.16-878Z`,fill:`#002234`})}),v=({...e})=>a(t,{viewBox:`0 0 2000 2000`,...e,children:a(`path`,{d:`M1470.89,566h-85.12c-20.78,0-39.78,12.08-48.83,31.07l-223.61,470.74-.22-.52-59.59,125.4.22.53-59.52,125.32-297.68-626.9h84.9c20.78,0,39.78,12.08,48.83,31.07l194.3,406.73,59.6-125.47-156.97-328.39c-31.76-66.94-98.78-109.56-172.18-109.56h-237.27l59.45,125.62h.22l357.2,752.38h119.12l417.16-878Z`,fill:`#eef3f7`})}),y=({isDark:e=!1,...t})=>a(e?v:_,{...t}),b=({...e})=>o(t,{viewBox:`0 0 920 446`,...e,children:[a(`path`,{fill:`#fff`,d:`M246.97,272.37c-1.6-3.9.3-8.3,4.2-9.8,11.9-4.8,21.6-11.1,28.2-18.3,5.2-5.7,8.2-11.7,8.5-16.9.2-2.6-.3-6-3.3-7.7-4.2-2.4-13.6-1.6-27.1,7.8-3.2,2.3-7.7,1.6-10.2-1.4-2.5-3.1-2.2-7.5.7-10.2,6.7-6.3,11.5-12.1,14.4-17.3,2-3.6,3.1-6.8,3-9.3,0-1.8-.6-3.2-1.8-4.2-2.2-1.9-6.8-1.5-9.9.8-3.4,2.5-6,6.8-8,13.3-4,12.9-14.1,46.2-14.1,46.2-1,3.3-4.1,5.7-7.5,5.5s-6.3-2.4-7-5.8c-.3-1.1-3.7-10.7-22-40.1-2.2-3.5-1.1-8.2,2.4-10.4s8.2-1.1,10.4,2.4c6.7,10.7,11.5,19,15,25.4,3-9.9,6.5-21.2,8.4-27.6,3-9.7,7.4-16.6,13.5-21.1,4-2.9,9-4.6,13.9-4.9,5.6-.2,10.9,1.5,14.8,4.9,4.4,3.8,6.8,9.2,6.9,15.3,0,4.6-1.1,9.5-3.7,14.7,5.7-.5,10.9.5,15.2,3,7.4,4.2,11.5,12.4,10.9,21.8-.6,8.6-5,17.9-12.4,26.1-8.1,8.9-19.7,16.6-33.7,22.2-1.21.47-2.4.67-3.58.65-3,0-4.92-2.15-6.12-5.05Z`}),o(`g`,{children:[a(`path`,{fill:`#fff`,d:`M411.07,187.77l-26.2,69.8h-13.3l-26.3-69.8h5.4c4.1,0,7.8,2.6,9.1,6.4l18.4,51.6,18.5-51.7c1.4-3.8,5-6.4,9.1-6.4h5.2l.1.1Z`}),a(`path`,{fill:`#fff`,d:`M517.07,227.67c2.6,3.3,3.9,7,3.9,11.2s-.9,6.7-2.8,9.6c-1.8,2.8-4.5,5.1-8,6.7-3.5,1.6-7.5,2.5-12.2,2.5h-27.9v-69.8h26.6c4.8,0,8.8.8,12.3,2.4,3.4,1.6,6,3.8,7.7,6.5s2.6,5.7,2.6,9.1-1.1,7.4-3.2,10c-2.1,2.7-5,4.7-8.6,5.9,3.8.7,6.9,2.47,9.5,5.77l.1.13ZM481.57,217.17h14.2c3.8,0,6.7-.9,8.8-2.6,2.1-1.7,3.2-4.2,3.2-7.4s-1.1-5.6-3.2-7.4c-2.1-1.8-5-2.7-8.8-2.7h-14.2v20.1ZM506.27,245.47c2.2-1.9,3.3-4.5,3.3-7.8s-1.2-6.1-3.5-8.1-5.5-3-9.3-3h-15.1v21.8h15.5c3.9,0,6.9-.9,9.1-2.8v-.1Z`}),a(`path`,{fill:`#fff`,d:`M579.37,234.27h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15c2.3-4.3,5.6-7.7,9.7-10,4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.4,8.9,3.4,14.2,0,1.7-.02,2.87-.06,3.69,0,.15-.01.3-.02.43,0,.12-.01.23-.02.33,0,.11-.01.22-.02.31,0,.04,0,.07,0,.11,0,.02,0,.05,0,.07,0,.05,0,.09-.01.13,0,.03,0,.06,0,.08,0,.04-.01.08-.02.11,0,.05-.02.09-.02.12,0,.03-.01.05-.01.06v.05s-.05,0-.05,0h-.09s-.06,0-.06,0h0ZM567.77,224.97c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{fill:`#fff`,d:`M642.77,211.57v-9.19h-13.5v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-19.1v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-6.5v9.3h6.5v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.65,3.46,11.85,3.46h9l.05-9.36h-7c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.7h19.1v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.7,3.6,11.9,3.6l9.2-.04v-9.46h-7.2c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.6`}),a(`path`,{fill:`#fff`,d:`M697.57,234.27h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15,5.6-7.7,9.7-10c4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.47,8.9,3.4,14.2-.06,4.71-.34,5.5-.34,5.5h-.06ZM686.07,224.97c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{fill:`#fff`,d:`M720.17,203.77c2.8-1.6,6.1-2.14,9.9-2.14v11.64s-2.9,0-2.9,0c-4.5,0-7.9,1.1-10.2,3.4-2.3,2.3-3.5,6.2-3.5,11.9l-.02,28.96h-11.5l.02-55.26h6.3c2.9,0,5.2,2.3,5.2,5.2v2.9c1.7-2.8,3.9-5,6.7-6.6h0Z`}),a(`path`,{fill:`#fff`,d:`M463.17,230.47c-.2,11.1-6.9,21.1-17,25.6-3.7,1.6-7.6,2.5-11.6,2.5-11.4,0-21.7-6.7-26.3-17-3.1-7-3.3-14.8-.6-22,2.7-7.2,8.1-12.8,15.1-15.9,3.7-1.7,7.6-2.5,11.7-2.5,9.4,0,18.2,4.6,23.5,12.2,1,1.4,1.9,3,2.7,4.8.7,1.5,1.2,3,1.6,4.6l-25.7,11.4-3.9-8.8,14.6-6.5.69-.33c-.29-.35-.56-.65-.79-.87-3.3-3.5-7.9-5.62-12.7-5.4-2.44.14-5.17.62-7.2,1.5-4.31,1.88-7.6,5.4-9.3,9.8-1.7,4.4-1.6,9.2.3,13.5,2.8,6.4,9.2,10.5,16.2,10.5,2.42-.03,4.95-.54,7.1-1.5,4.42-1.97,7.8-5.7,9.4-10.1l12.1-5.4h0l.1-.1Z`})]})]}),x=({...e})=>a(t,{viewBox:`0 0 920 446`,...e,children:o(`g`,{id:`Black-2`,"data-name":`Black`,children:[o(`g`,{children:[a(`path`,{d:`M408.6,187.5l-26.2,69.8h-13.3l-26.3-69.8h5.4c4.1,0,7.8,2.6,9.1,6.4l18.4,51.6,18.5-51.7c1.4-3.8,5-6.4,9.1-6.4h5.2l.1.1Z`}),a(`path`,{d:`M514.6,227.4c2.6,3.3,3.9,7,3.9,11.2s-.9,6.7-2.8,9.6c-1.8,2.8-4.5,5.1-8,6.7-3.5,1.6-7.5,2.5-12.2,2.5h-27.9v-69.8h26.6c4.8,0,8.8.8,12.3,2.4,3.4,1.6,6,3.8,7.7,6.5s2.6,5.7,2.6,9.1-1.1,7.4-3.2,10c-2.1,2.7-5,4.7-8.6,5.9,3.8.7,6.9,2.47,9.5,5.77l.1.13ZM479.1,216.9h14.2c3.8,0,6.7-.9,8.8-2.6,2.1-1.7,3.2-4.2,3.2-7.4s-1.1-5.6-3.2-7.4c-2.1-1.8-5-2.7-8.8-2.7h-14.2v20.1ZM503.8,245.2c2.2-1.9,3.3-4.5,3.3-7.8s-1.2-6.1-3.5-8.1-5.5-3-9.3-3h-15.1v21.8h15.5c3.9,0,6.9-.9,9.1-2.8v-.1Z`}),a(`path`,{d:`M576.9,234h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15c2.3-4.3,5.6-7.7,9.7-10,4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.4,8.9,3.4,14.2,0,1.7-.02,2.87-.06,3.69,0,.15-.01.3-.02.43,0,.12-.01.23-.02.33,0,.11-.01.22-.02.31,0,.04,0,.07,0,.11,0,.02,0,.05,0,.07,0,.05,0,.09-.01.13,0,.03,0,.06,0,.08,0,.04-.01.08-.02.11,0,.05-.02.09-.02.12,0,.03-.01.05-.01.06v.05s-.05,0-.05,0h-.09s-.06,0-.06,0h0ZM565.3,224.7c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{d:`M640.3,211.29v-9.19h-13.5v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-19.1v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-6.5v9.3h6.5v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.65,3.46,11.85,3.46h9l.05-9.36h-7c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.7h19.1v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.7,3.6,11.9,3.6l9.2-.04v-9.46h-7.2c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.6`}),a(`path`,{d:`M695.1,234h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15,5.6-7.7,9.7-10c4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.47,8.9,3.4,14.2-.06,4.71-.34,5.5-.34,5.5h-.06ZM683.6,224.7c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{d:`M717.7,203.5c2.8-1.6,6.1-2.14,9.9-2.14v11.64s-2.9,0-2.9,0c-4.5,0-7.9,1.1-10.2,3.4-2.3,2.3-3.5,6.2-3.5,11.9l-.02,28.96h-11.5l.02-55.26h6.3c2.9,0,5.2,2.3,5.2,5.2v2.9c1.7-2.8,3.9-5,6.7-6.6h0Z`}),a(`path`,{d:`M460.7,230.2c-.2,11.1-6.9,21.1-17,25.6-3.7,1.6-7.6,2.5-11.6,2.5-11.4,0-21.7-6.7-26.3-17-3.1-7-3.3-14.8-.6-22,2.7-7.2,8.1-12.8,15.1-15.9,3.7-1.7,7.6-2.5,11.7-2.5,9.4,0,18.2,4.6,23.5,12.2,1,1.4,1.9,3,2.7,4.8.7,1.5,1.2,3,1.6,4.6l-25.7,11.4-3.9-8.8,14.6-6.5.69-.33c-.29-.35-.56-.65-.79-.87-3.3-3.5-7.9-5.62-12.7-5.4-2.44.14-5.17.62-7.2,1.5-4.31,1.88-7.6,5.4-9.3,9.8-1.7,4.4-1.6,9.2.3,13.5,2.8,6.4,9.2,10.5,16.2,10.5,2.42-.03,4.95-.54,7.1-1.5,4.42-1.97,7.8-5.7,9.4-10.1l12.1-5.4h0l.1-.1Z`})]}),a(`path`,{d:`M244.5,272.1c-1.6-3.9.3-8.3,4.2-9.8,11.9-4.8,21.6-11.1,28.2-18.3,5.2-5.7,8.2-11.7,8.5-16.9.2-2.6-.3-6-3.3-7.7-4.2-2.4-13.6-1.6-27.1,7.8-3.2,2.3-7.7,1.6-10.2-1.4-2.5-3.1-2.2-7.5.7-10.2,6.7-6.3,11.5-12.1,14.4-17.3,2-3.6,3.1-6.8,3-9.3,0-1.8-.6-3.2-1.8-4.2-2.2-1.9-6.8-1.5-9.9.8-3.4,2.5-6,6.8-8,13.3-4,12.9-14.1,46.2-14.1,46.2-1,3.3-4.1,5.7-7.5,5.5s-6.3-2.4-7-5.8c-.3-1.1-3.7-10.7-22-40.1-2.2-3.5-1.1-8.2,2.4-10.4s8.2-1.1,10.4,2.4c6.7,10.7,11.5,19,15,25.4,3-9.9,6.5-21.2,8.4-27.6,3-9.7,7.4-16.6,13.5-21.1,4-2.9,9-4.6,13.9-4.9,5.6-.2,10.9,1.5,14.8,4.9,4.4,3.8,6.8,9.2,6.9,15.3,0,4.6-1.1,9.5-3.7,14.7,5.7-.5,10.9.5,15.2,3,7.4,4.2,11.5,12.4,10.9,21.8-.6,8.6-5,17.9-12.4,26.1-8.1,8.9-19.7,16.6-33.7,22.2-1.21.47-2.4.67-3.58.65-3,0-4.92-2.15-6.12-5.05Z`})]})}),S=({isDark:e=!1,...t})=>a(e?b:x,{...t}),C=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`B3TR`,children:[a(`rect`,{fill:`#eef3f7`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),a(`path`,{fill:`#004cfc`,d:`M829.14,1220.08c-23.76,0-46.21-14.22-55.65-37.58-12.33-30.69,2.55-65.63,33.24-77.96,94.28-37.93,171.68-88.34,223.88-145.83,40.98-45.12,65.03-92.88,67.78-134.45,1.34-20.46-2.05-47.61-25.95-61.14-33.69-19.01-108-12.68-215.4,62.23-25.75,17.97-60.94,12.98-80.75-11.33-19.81-24.35-17.47-59.84,5.29-81.4,53-50.11,91.63-96.32,114.78-137.39,16.07-28.5,24.41-54.2,24.01-74.31-.3-14.47-5.04-25.8-14.12-33.74-17.17-14.97-54.1-12.13-79.05,6.09-27.05,19.71-47.86,54.4-63.58,105.95-31.44,102.91-112.24,367.42-112.24,367.42-8.03,26.2-32.49,44.97-59.89,43.62-27.2-1.3-49.76-19.46-55.45-46.02-2.74-8.63-29.45-85.34-174.97-318.76-17.52-28.1-8.93-65.03,19.16-82.54,28.1-17.52,65.03-8.93,82.55,19.16,53.15,85.29,91.53,151.22,119.13,201.73,23.95-78.36,51.56-168.69,67.08-219.54,23.61-77.31,58.79-132.15,107.55-167.79,31.89-23.2,71.27-36.93,110.89-38.63,44.87-1.9,86.64,11.98,117.68,39.08,34.58,30.19,54.2,73.41,55.15,121.67.75,36.53-9.14,75.66-29.35,116.58,45.31-3.64,86.44,4.34,120.53,23.55,59.19,33.39,91.58,98.22,86.64,173.38-4.49,68.47-39.53,142.04-98.67,207.11-64.28,70.82-156.91,131.81-267.85,176.42-7.34,2.94-14.92,4.34-22.36,4.34l-.05.05Z`})]})}),w=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`B3TR`,children:[a(`rect`,{fill:`#eef3f7`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),a(`path`,{fill:`#004cfc`,d:`M829.14,1220.08c-23.76,0-46.21-14.22-55.65-37.58-12.33-30.69,2.55-65.63,33.24-77.96,94.28-37.93,171.68-88.34,223.88-145.83,40.98-45.12,65.03-92.88,67.78-134.45,1.34-20.46-2.05-47.61-25.95-61.14-33.69-19.01-108-12.68-215.4,62.23-25.75,17.97-60.94,12.98-80.75-11.33-19.81-24.35-17.47-59.84,5.29-81.4,53-50.11,91.63-96.32,114.78-137.39,16.07-28.5,24.41-54.2,24.01-74.31-.3-14.47-5.04-25.8-14.12-33.74-17.17-14.97-54.1-12.13-79.05,6.09-27.05,19.71-47.86,54.4-63.58,105.95-31.44,102.91-112.24,367.42-112.24,367.42-8.03,26.2-32.49,44.97-59.89,43.62-27.2-1.3-49.76-19.46-55.45-46.02-2.74-8.63-29.45-85.34-174.97-318.76-17.52-28.1-8.93-65.03,19.16-82.54,28.1-17.52,65.03-8.93,82.55,19.16,53.15,85.29,91.53,151.22,119.13,201.73,23.95-78.36,51.56-168.69,67.08-219.54,23.61-77.31,58.79-132.15,107.55-167.79,31.89-23.2,71.27-36.93,110.89-38.63,44.87-1.9,86.64,11.98,117.68,39.08,34.58,30.19,54.2,73.41,55.15,121.67.75,36.53-9.14,75.66-29.35,116.58,45.31-3.64,86.44,4.34,120.53,23.55,59.19,33.39,91.58,98.22,86.64,173.38-4.49,68.47-39.53,142.04-98.67,207.11-64.28,70.82-156.91,131.81-267.85,176.42-7.34,2.94-14.92,4.34-22.36,4.34l-.05.05Z`})]})}),T=({isDark:e=!1,...t})=>a(e?C:w,{...t}),E=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`VET`,children:[a(`rect`,{fill:`#6042dd`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),a(`path`,{fill:`#eef3f7`,d:`M1259.66,354.93h-84.01c-20.51,0-39.26,11.92-48.2,30.66l-220.7,464.61-.22-.52-58.82,123.76.22.52-58.75,123.69L495.39,478.92h83.8c20.51,0,39.26,11.92,48.2,30.66l191.76,401.43,58.82-123.84-154.92-324.11c-31.35-66.07-97.49-108.14-169.94-108.14h-234.18l58.67,123.99h.22l352.54,742.58h117.57l411.73-866.56Z`})]})}),D=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`VeTHOR`,children:[a(`rect`,{fill:`#eef3f7`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),o(`g`,{children:[a(`path`,{fill:`#6042dd`,opacity:.65,d:`M983.34,285.88h146.6l-275.54,358.45h247.27l-614.18,682.1,214.6-483.78h-215.8l217.59-556.77h279.47Z`}),a(`path`,{fill:`#6042dd`,d:`M992.16,285.88l-247.66,411.81h226.46l-483.49,628.74,214.6-483.78h-215.8l217.59-556.77`})]})]})}),O=({...e})=>a(t,{viewBox:`0 0 250 167`,...e,children:a(`path`,{d:` M 258.147 -0.275 L 264.521 -0.275 L 266.198 -0.275 C 266.404 -0.329 266.741 -0.394 266.869 -0.163 L 266.869 -0.163 L 267.093 -0.275 L 267.149 -0.107 Q 255.37 22.78 244.169 46.243 Q 214.168 106.426 184.68 167.122 L 160.918 167.066 C 151.359 147.182 141.575 127.406 131.565 107.745 L 131.565 107.745 L 131.398 107.801 C 121.761 127.427 112.275 147.127 102.939 166.898 L 102.939 166.898 L 86.166 166.898 L 82.029 166.898 C 81.583 167.033 80.812 167.243 80.463 166.786 L 80.463 166.786 L 80.239 166.786 L 79.848 166.619 L 23.434 49.15 L 7.276 15.436 L 0.008 0.117 C 2.658 -0.207 5.341 -0.22 8.003 -0.051 L 8.003 -0.051 L 26.901 -0.051 L 27.236 0.061 Q 37.443 -0.194 47.028 0.173 Q 63.697 1.731 72.132 11.523 Q 76.721 16.215 79.401 22.817 L 84.992 34.11 L 101.709 68.719 L 106.909 79.398 L 108.195 82.138 C 108.641 82.403 108.727 82.948 108.698 83.424 L 108.698 83.424 L 97.348 106.962 C 88.879 90.051 80.623 73.033 72.58 55.916 L 72.58 55.916 L 62.516 35.229 L 60 30.253 Q 59.197 28.036 57.54 26.674 Q 54.591 23.417 47.699 24.102 L 34.505 24.102 L 34.56 24.27 C 53.267 63.86 72.257 103.317 91.533 142.633 L 91.533 142.633 L 119.824 83.927 C 122.242 83.751 124.67 83.727 127.092 83.815 L 127.092 83.815 L 143.195 83.815 L 143.586 83.983 Q 157.896 113.842 172.827 143.08 Q 202.427 83.67 231.589 23.823 Q 231.254 23.487 230.415 23.655 L 227.732 23.655 L 217.109 23.655 Q 209.653 23.356 206.653 27.513 Q 199.029 41.47 192.117 56.139 L 166.789 106.962 L 154.992 83.312 L 179.425 34.166 L 185.687 21.754 Q 188.849 14.517 194.409 9.678 Q 203.972 0.007 223.035 -0.163 L 223.259 -0.163 L 249.313 -0.163 L 255.799 -0.163 L 257.476 -0.163 C 257.682 -0.109 258.019 -0.043 258.147 -0.275 L 258.147 -0.275 Z `,fill:`rgb(235,241,246)`})}),k=({...e})=>a(t,{viewBox:`0 0 250 167`,...e,children:a(`path`,{d:` M 226.611 0.055 L 267.259 0.11 C 258.698 16.759 250.387 33.536 242.322 50.431 L 242.322 50.431 L 184.677 167.455 L 184.454 167.455 L 167.233 167.455 L 162.872 167.455 Q 161.669 167.818 161.306 167.343 Q 161.166 167.595 161.026 167.287 Q 146.552 137.424 131.673 107.965 L 131.505 108.021 L 102.934 167.231 L 86.16 167.12 L 81.799 167.12 Q 80.597 167.483 80.234 167.008 Q 80.094 167.259 79.954 166.952 L 0 0.334 Q 8.478 0.034 17.389 0.166 Q 17.808 0.698 19.178 0.278 L 24.322 0.278 Q 34.655 0.009 44.338 0.39 Q 64.103 1.089 73.021 12.635 Q 76.825 16.826 79.227 22.419 L 85.545 35.447 L 102.654 70.671 C 105.086 74.801 107.123 79.157 108.805 83.643 L 108.805 83.643 L 97.455 107.182 L 97.287 107.126 L 70.673 52.22 L 62.062 34.329 L 59.938 30.191 Q 59.058 27.884 57.198 26.557 Q 54.449 23.827 48.476 24.32 L 35.616 24.32 Q 35.358 24.678 34.554 24.488 Q 62.824 83.888 91.528 142.854 L 91.696 142.798 L 119.931 84.146 L 143.694 84.202 L 163.039 123.34 Q 167.726 133.583 172.936 143.301 Q 202.528 83.881 231.699 24.041 Q 230.199 23.64 228.065 23.873 L 219.566 23.873 C 219.273 24.273 218.614 24.101 218.224 23.985 L 218.224 23.985 L 214.311 23.985 Q 209.152 24.473 206.762 27.731 Q 199.138 41.688 192.225 56.358 L 166.897 107.182 L 166.729 107.126 L 155.1 83.531 L 179.533 34.385 L 185.795 21.972 Q 188.931 14.932 194.294 10.119 Q 204.623 -0.743 226.611 0.055 Z `,fill:`rgb(0,0,0)`})}),A=`https://api.github.com/repos/vechain/app-hub/`,j=`https://raw.githubusercontent.com/vechain/app-hub/`,M=`https://status.privy.io`,N=`https://auth.privy.io`,P=`https://mainnet.vechain.org`,F=`https://vechainkit.vechain.org`,I=`https://docs.vechainkit.vechain.org`,L=`https://vet.domains`,ee=`https://mainnet.delegator.vechain.org`,R=`https://testnet.delegator.vechain.org`,z=`https://explore.vechain.org`,B=`https://vechainstats.com`,V=`https://governance.vebetterdao.org`,H=`https://swap.vechain.energy`,U=`https://vetrade.vet`,W=`https://app.cleanify.vet`,G=`https://greencart.ai`,K=`https://mugshot.vet`,q=`https://evearn.io`,J=`https://vechain.github.io/token-registry/assets/`,Y=`https://s2.coinmarketcap.com`,X=`https://upload.wikimedia.org/wikipedia/commons/a/a3/Image-not-found.png`,Z=`https://prod-vechainkit-docs-images-bucket.s3.eu-west-1.amazonaws.com`,Q=`https://mintlify.s3.us-west-1.amazonaws.com`,$=`https://twitter.com`,te=`https://telegram.me`,ne=`https://wa.me`,re=({isDark:e=!1,...t})=>a(n,{src:e?new URL(`/privy-c2af3412/logo/privy-logo-dark.png`,Q).toString():new URL(`/privy-c2af3412/logo/privy-logo-light.png`,Q).toString(),alt:`Privy Logo`,...t}),ie=({isDark:t,...n})=>a(e,{as:`span`,display:`inline-block`,dangerouslySetInnerHTML:{__html:t?c.dark:c.light},...n}),ae=({boxSize:e=`24px`,...t})=>o(`svg`,{width:e,height:e,viewBox:`0 0 32 32`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,style:{borderRadius:`4px`},...t,children:[a(`rect`,{width:`32`,height:`32`,rx:`4`,fill:`#000000`}),a(`path`,{d:`M27.1113 18.2502C26.8649 17.9295 26.5926 17.6427 26.2949 17.3892L21.5105 21.0938C21.4697 22.4315 20.631 23.1005 18.9942 23.1005H18.9189L11.9738 28.4782H20.3213C22.8626 28.4782 24.8367 27.8996 26.2434 26.7424C27.6501 25.5852 28.3538 23.9857 28.3538 21.9433C28.3538 20.5592 27.9394 19.3282 27.1113 18.2502Z`,fill:`#FFFFFF`}),a(`path`,{d:`M27.6991 10.836C27.6991 8.86222 27.0011 6.27989 25.6059 5.19083C24.2103 4.10176 22.2874 3.55681 19.8368 3.55682H8.33262V17.6668L11.3195 15.3505L15.0037 12.4748V8.86674H18.3731C18.8086 8.86674 19.7341 8.83209 19.9589 9.05695C20.7337 9.83166 20.4264 11.0472 19.9023 11.5303C19.8049 11.6201 19.6982 11.7195 19.5814 11.8295C19.4991 11.9069 19.4125 11.9798 19.3222 12.0477L15.0037 15.2932L10.2059 18.965L7.15909 21.4083L6.23537 19.8432L1.40462 28.4729H11.3287L10.4157 26.926L26.0913 14.7484C26.5695 14.3769 26.9562 13.8981 27.2046 13.3458C27.5342 12.6133 27.6991 11.7766 27.6991 10.836Z`,fill:`#FFFFFF`})]}),oe=({boxSize:e=`24px`,...t})=>{let n=i(),r=`vetrade-gradient-1-${n}`,s=`vetrade-gradient-2-${n}`;return o(`svg`,{width:e,height:e,viewBox:`0 0 512 512`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...t,children:[o(`defs`,{children:[o(`linearGradient`,{id:r,x1:`0%`,y1:`0%`,x2:`100%`,y2:`0%`,children:[a(`stop`,{offset:`0%`,stopColor:`#ec4899`}),a(`stop`,{offset:`100%`,stopColor:`#9333ea`})]}),o(`linearGradient`,{id:s,x1:`0%`,y1:`0%`,x2:`100%`,y2:`0%`,children:[a(`stop`,{offset:`0%`,stopColor:`#9333ea`}),a(`stop`,{offset:`100%`,stopColor:`#ec4899`})]})]}),o(`g`,{transform:`rotate(-30 256 256)`,children:[a(`path`,{d:`M440.712 282.966c-32.398-54.779-92.034-91.509-160.268-91.509v32.705c0 11.693-13.789 17.925-22.566 10.197L156.16 144.796c-6.145-5.411-6.144-14.988.003-20.397l101.718-89.512c8.777-7.724 22.563-1.492 22.563 10.2v32.716c110.627 0 193.535 94.769 185.668 199.701C465.114 290.808 447.503 294.449 440.712 282.966z`,fill:`url(#${r})`}),a(`path`,{d:`M71.285 229.034c32.398 54.779 92.034 91.509 160.268 91.509v-32.705c0-11.693 13.789-17.925 22.566-10.197l101.718 89.563c6.145 5.411 6.144 14.988-.003 20.397l-101.718 89.512c-8.777 7.724-22.563 1.492-22.563-10.2l0-32.716c-110.627 0-193.535-94.768-185.668-199.701C46.882 221.192 64.493 217.551 71.285 229.034z`,fill:`url(#${s})`})]}),a(`rect`,{width:`512`,height:`512`,rx:`8`,fill:`none`})]})};export{ne as A,b as B,I as C,J as D,P as E,T as F,h as G,v as H,w as I,f as J,m as K,C as L,O as M,D as N,U as O,E as P,S as R,z as S,F as T,_ as U,y as V,g as W,u as X,d as Y,l as Z,te as _,A as a,B as b,Y as c,R as d,G as f,M as g,N as h,re as i,k as j,L as k,q as l,K as m,ae as n,j as o,X as p,p as q,ie as r,W as s,oe as t,ee as u,$ as v,Z as w,H as x,V as y,x as z};
|
|
38
|
-
//# sourceMappingURL=assets-
|
|
37
|
+
`},...n}),u=({isDark:t,boxSize:n=`20px`,...r})=>a(e,{as:`span`,display:`inline-block`,width:n,height:n,dangerouslySetInnerHTML:{__html:t?s.dark:s.light},...r}),d=({isDark:e=!1,...t})=>a(e?m:h,{...t}),f=({...e})=>a(t,{viewBox:`0 0 320 292`,...e,children:a(`path`,{d:`M320 0H291.94c-7 0-13.34 4-15.94 10.3L198.83 167.26l-0.08-0.17-20 41.65 0.08 0.17-20 41.65-100-208.17h28.52c7 0 13.34 4 15.94 10.3l65.2 135.15 20-41.65L137.91 37C127.23 14.72 104.74 0 80.07 0H0l20 41.65h0.06L140.41 292h40L320 0Z`,fill:`white`})}),p=({...e})=>a(t,{viewBox:`0 0 320 292`,...e,children:a(`path`,{d:`M320 0H291.94c-7 0-13.34 4-15.94 10.3L198.83 167.26l-0.08-0.17-20 41.65 0.08 0.17-20 41.65-100-208.17h28.52c7 0 13.34 4 15.94 10.3l65.2 135.15 20-41.65L137.91 37C127.23 14.72 104.74 0 80.07 0H0l20 41.65h0.06L140.41 292h40L320 0Z`,fill:`black`})}),m=({...e})=>o(t,{viewBox:`0 0 320 80`,...e,children:[a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M230.868 30.0071C233.836 30.0071 236.414 30.5814 238.601 31.7287C240.789 32.8239 242.559 34.3621 243.913 36.3438L244.929 30.4765H252.272V70.5307H244.851L243.913 64.4291C242.507 66.4108 240.71 68.0016 238.523 69.201C236.336 70.4004 233.784 71 230.868 71C227.223 71 223.968 70.1916 221.103 68.5749C218.239 66.906 216 64.5332 214.385 61.4563C212.771 58.3271 211.964 54.6759 211.964 50.5036C211.964 46.4357 212.771 42.863 214.385 39.786C216.052 36.6569 218.317 34.2579 221.182 32.589C224.046 30.868 227.275 30.0072 230.868 30.0071ZM232.274 37.2041C228.785 37.2042 225.973 38.4566 223.838 40.9599C221.703 43.411 220.635 46.5921 220.635 50.5036C220.635 54.4672 221.703 57.7007 223.838 60.2041C225.973 62.6552 228.785 63.8814 232.274 63.8814C235.763 63.8814 238.576 62.6553 240.711 60.2041C242.846 57.7529 243.913 54.5717 243.913 50.6603C243.913 46.6968 242.846 43.4632 240.711 40.9599C238.576 38.4565 235.763 37.2041 232.274 37.2041Z`,fill:`#FCFCFD`}),a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M86.4946 29.8513C90.357 29.8513 93.75 30.6348 96.6729 32.2029C99.6478 33.771 101.97 35.9929 103.64 38.8676C105.362 41.7424 106.25 45.1135 106.302 48.9813C106.302 50.0267 106.224 51.0985 106.067 52.1961H75.8467V52.6664C76.0554 56.1684 77.1519 58.9388 79.1351 60.9773C81.1184 63.0158 83.7543 64.0353 87.0425 64.0353C89.6522 64.0353 91.8447 63.4346 93.6193 62.2324C95.3939 60.9779 96.5684 59.2262 97.1425 56.9786H105.598C104.867 61.0557 102.883 64.4014 99.6472 67.0149C96.4634 69.6283 92.4705 70.9352 87.6687 70.9352C83.4932 70.9351 79.8393 70.0985 76.7077 68.4259C73.6286 66.701 71.228 64.2969 69.5057 61.2134C67.8355 58.1295 67 54.5486 67 50.4716C67 46.3423 67.8094 42.7354 69.4274 39.6515C71.0976 36.5155 73.3936 34.1107 76.3163 32.4381C79.2914 30.7132 82.6844 29.8513 86.4946 29.8513ZM86.8077 36.6719C84.0414 36.6719 81.6403 37.5347 79.6047 39.2596C77.6214 40.9322 76.4729 43.1802 76.1598 46.0027H97.6904C97.325 43.0756 96.1505 40.8016 94.1672 39.1812C92.236 37.5085 89.7827 36.6719 86.8077 36.6719Z`,fill:`#FCFCFD`}),a(`path`,{d:`M138.35 15.1109C142.474 15.111 146.18 15.8945 149.468 17.4625C152.808 19.0306 155.522 21.2786 157.61 24.2056C159.698 27.0805 161.029 30.4262 161.603 34.2419H152.599C151.711 30.7399 149.989 27.9957 147.432 26.0095C144.874 24.0233 141.717 23.0299 137.959 23.0298C134.566 23.0298 131.591 23.8917 129.033 25.6166C126.476 27.2892 124.519 29.6417 123.162 32.6732C121.805 35.6526 121.126 39.1028 121.126 43.0231C121.126 46.8908 121.805 50.3404 123.162 53.3719C124.519 56.4034 126.476 58.7821 129.033 60.507C131.591 62.1796 134.566 63.0163 137.959 63.0163C141.717 63.0162 144.848 62.0228 147.354 60.0366C149.911 58.0504 151.633 55.3063 152.52 51.8042H161.525C160.951 55.6722 159.62 59.044 157.532 61.9189C155.496 64.7936 152.834 67.0145 149.546 68.5826C146.258 70.1507 142.526 70.9351 138.35 70.9352C133.027 70.9352 128.355 69.7851 124.336 67.4852C120.369 65.1854 117.29 61.9448 115.098 57.7635C112.958 53.5296 111.888 48.6159 111.888 43.0231C111.888 37.4824 112.958 32.621 115.098 28.4394C117.29 24.2057 120.369 20.9391 124.336 18.6393C128.355 16.2871 133.027 15.1109 138.35 15.1109Z`,fill:`#FCFCFD`}),a(`path`,{d:`M176.877 36.1232C179.904 31.9417 184.106 29.8514 189.481 29.8513C194.283 29.8513 198.172 31.3148 201.147 34.2419C204.174 37.169 205.688 41.8729 205.689 48.3543V70.4648H197.232V48.8246C197.232 45.0091 196.398 42.108 194.728 40.1218C193.11 38.1356 190.734 37.1422 187.603 37.1422C184.262 37.1422 181.627 38.3185 179.695 40.6705C177.816 42.9704 176.877 46.1333 176.877 50.1581V70.4648H168.421V15.5813H176.877V36.1232Z`,fill:`#FCFCFD`}),a(`path`,{d:`M269.639 70.4648H261.183V30.3217H269.639V70.4648Z`,fill:`#FCFCFD`}),a(`path`,{d:`M299.871 29.8513C304.621 29.8513 308.483 31.3148 311.458 34.2419C314.486 37.169 316 41.8729 316 48.3543V70.4648H307.465V48.8246C307.465 45.0091 306.657 42.108 305.039 40.1218C303.421 38.1356 301.046 37.1422 297.914 37.1422C294.574 37.1422 291.938 38.3185 290.007 40.6705C288.128 42.9704 287.188 46.1594 287.188 50.2365V70.4648H278.733V30.3217H286.092L287.032 35.5745C290.059 31.7588 294.339 29.8514 299.871 29.8513Z`,fill:`#FCFCFD`}),a(`path`,{d:`M270.581 17.7035C270.581 19.9747 270.581 21.1104 270.139 21.9779C269.751 22.7409 269.132 23.3611 268.37 23.7498C267.504 24.1919 266.37 24.1921 264.102 24.1921H260.241V20.4886C260.241 18.2174 260.242 17.0816 260.683 16.2142C261.071 15.4511 261.69 14.8301 262.452 14.4413C263.318 13.9993 264.453 14 266.72 14H270.581V17.7035Z`,fill:`#FCFCFD`}),a(`path`,{d:`M77 0H70.1231C68.4445 0 66.9096 0.977009 66.1781 2.51231L48.1138 40.5792L48.0958 40.5368L43.2814 50.677L43.2994 50.7195L38.4909 60.8537L14.4431 10.1585H21.3019C22.9807 10.1585 24.5156 11.1355 25.2469 12.6708L40.9431 45.5613L45.7575 35.415L33.077 8.85983C30.5111 3.44684 25.0971 0 19.1676 0H0L4.80239 10.1585H4.82037L33.6766 71H43.2994L77 0Z`,fill:`#7266FF`})]}),h=({...e})=>o(t,{viewBox:`0 0 320 80`,...e,children:[a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M230.868 30.0071C233.836 30.0071 236.414 30.5814 238.601 31.7287C240.789 32.8239 242.559 34.3621 243.913 36.3438L244.929 30.4765H252.272V70.5307H244.851L243.913 64.4291C242.507 66.4108 240.71 68.0016 238.523 69.201C236.336 70.4004 233.784 71 230.868 71C227.223 71 223.968 70.1916 221.103 68.5749C218.239 66.906 216 64.5332 214.385 61.4563C212.771 58.3271 211.964 54.6759 211.964 50.5036C211.964 46.4357 212.771 42.863 214.385 39.786C216.052 36.6569 218.317 34.2579 221.182 32.589C224.046 30.868 227.275 30.0072 230.868 30.0071ZM232.274 37.2041C228.785 37.2042 225.973 38.4566 223.838 40.9599C221.703 43.411 220.635 46.5921 220.635 50.5036C220.635 54.4672 221.703 57.7007 223.838 60.2041C225.973 62.6552 228.785 63.8814 232.274 63.8814C235.763 63.8814 238.576 62.6553 240.711 60.2041C242.846 57.7529 243.913 54.5717 243.913 50.6603C243.913 46.6968 242.846 43.4632 240.711 40.9599C238.576 38.4565 235.763 37.2041 232.274 37.2041Z`,fill:`#0C0A1F`}),a(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M86.4946 29.8513C90.357 29.8513 93.75 30.6348 96.6729 32.2029C99.6478 33.771 101.97 35.9929 103.64 38.8676C105.362 41.7424 106.25 45.1135 106.302 48.9813C106.302 50.0267 106.224 51.0985 106.067 52.1961H75.8467V52.6664C76.0554 56.1684 77.1519 58.9388 79.1351 60.9773C81.1184 63.0158 83.7543 64.0353 87.0425 64.0353C89.6522 64.0353 91.8447 63.4346 93.6193 62.2324C95.3939 60.9779 96.5684 59.2262 97.1425 56.9786H105.598C104.867 61.0557 102.883 64.4014 99.6472 67.0149C96.4634 69.6283 92.4705 70.9352 87.6687 70.9352C83.4932 70.9351 79.8393 70.0985 76.7077 68.4259C73.6286 66.701 71.228 64.2969 69.5057 61.2134C67.8355 58.1295 67 54.5486 67 50.4716C67 46.3423 67.8094 42.7354 69.4274 39.6515C71.0976 36.5155 73.3936 34.1107 76.3163 32.4381C79.2914 30.7132 82.6844 29.8513 86.4946 29.8513ZM86.8077 36.6719C84.0414 36.6719 81.6403 37.5347 79.6047 39.2596C77.6214 40.9322 76.4729 43.1802 76.1598 46.0027H97.6904C97.325 43.0756 96.1505 40.8016 94.1672 39.1812C92.236 37.5085 89.7827 36.6719 86.8077 36.6719Z`,fill:`#0C0A1F`}),a(`path`,{d:`M138.35 15.1109C142.474 15.111 146.18 15.8945 149.468 17.4625C152.808 19.0306 155.522 21.2786 157.61 24.2056C159.698 27.0805 161.029 30.4262 161.603 34.2419H152.599C151.711 30.7399 149.989 27.9957 147.432 26.0095C144.874 24.0233 141.717 23.0299 137.959 23.0298C134.566 23.0298 131.591 23.8917 129.033 25.6166C126.476 27.2892 124.519 29.6417 123.162 32.6732C121.805 35.6526 121.126 39.1028 121.126 43.0231C121.126 46.8908 121.805 50.3404 123.162 53.3719C124.519 56.4034 126.476 58.7821 129.033 60.507C131.591 62.1796 134.566 63.0163 137.959 63.0163C141.717 63.0162 144.848 62.0228 147.354 60.0366C149.911 58.0504 151.633 55.3063 152.52 51.8042H161.525C160.951 55.6722 159.62 59.044 157.532 61.9189C155.496 64.7936 152.834 67.0145 149.546 68.5826C146.258 70.1507 142.526 70.9351 138.35 70.9352C133.027 70.9352 128.355 69.7851 124.336 67.4852C120.369 65.1854 117.29 61.9448 115.098 57.7635C112.958 53.5296 111.888 48.6159 111.888 43.0231C111.888 37.4824 112.958 32.621 115.098 28.4394C117.29 24.2057 120.369 20.9391 124.336 18.6393C128.355 16.2871 133.027 15.1109 138.35 15.1109Z`,fill:`#0C0A1F`}),a(`path`,{d:`M176.877 36.1232C179.904 31.9417 184.106 29.8514 189.481 29.8513C194.283 29.8513 198.172 31.3148 201.147 34.2419C204.174 37.169 205.688 41.8729 205.689 48.3543V70.4648H197.232V48.8246C197.232 45.0091 196.398 42.108 194.728 40.1218C193.11 38.1356 190.734 37.1422 187.603 37.1422C184.262 37.1422 181.627 38.3185 179.695 40.6705C177.816 42.9704 176.877 46.1333 176.877 50.1581V70.4648H168.421V15.5813H176.877V36.1232Z`,fill:`#0C0A1F`}),a(`path`,{d:`M269.639 70.4648H261.183V30.3217H269.639V70.4648Z`,fill:`#0C0A1F`}),a(`path`,{d:`M299.871 29.8513C304.621 29.8513 308.483 31.3148 311.458 34.2419C314.486 37.169 316 41.8729 316 48.3543V70.4648H307.465V48.8246C307.465 45.0091 306.657 42.108 305.039 40.1218C303.421 38.1356 301.046 37.1422 297.914 37.1422C294.574 37.1422 291.938 38.3185 290.007 40.6705C288.128 42.9704 287.188 46.1594 287.188 50.2365V70.4648H278.733V30.3217H286.092L287.032 35.5745C290.059 31.7588 294.339 29.8514 299.871 29.8513Z`,fill:`#0C0A1F`}),a(`path`,{d:`M270.581 17.7035C270.581 19.9747 270.581 21.1104 270.139 21.9779C269.751 22.7409 269.132 23.3611 268.37 23.7498C267.504 24.1919 266.37 24.1921 264.102 24.1921H260.241V20.4886C260.241 18.2174 260.242 17.0816 260.683 16.2142C261.071 15.4511 261.69 14.8301 262.452 14.4413C263.318 13.9993 264.453 14 266.72 14H270.581V17.7035Z`,fill:`#0C0A1F`}),a(`path`,{d:`M77 0H70.1231C68.4445 0 66.9096 0.977009 66.1781 2.51231L48.1138 40.5792L48.0958 40.5368L43.2814 50.677L43.2994 50.7195L38.4909 60.8537L14.4431 10.1585H21.3019C22.9807 10.1585 24.5156 11.1355 25.2469 12.6708L40.9431 45.5613L45.7575 35.415L33.077 8.85983C30.5111 3.44684 25.0971 0 19.1676 0H0L4.80239 10.1585H4.82037L33.6766 71H43.2994L77 0Z`,fill:`#7266FF`})]}),g=({...e})=>a(t,{viewBox:`0 0 2000 2000`,...e,children:a(`path`,{d:`M1465.89,566h-85.12c-20.78,0-39.78,12.08-48.83,31.07l-223.61,470.74-.22-.52-59.59,125.4.22.53-59.52,125.32-297.68-626.9h84.9c20.78,0,39.78,12.08,48.83,31.07l194.3,406.73,59.6-125.47-156.97-328.39c-31.76-66.94-98.78-109.56-172.18-109.56h-237.27l59.45,125.62h.22l357.2,752.38h119.12l417.16-878Z`,fill:`#002234`})}),_=({...e})=>a(t,{viewBox:`0 0 2000 2000`,...e,children:a(`path`,{d:`M1470.89,566h-85.12c-20.78,0-39.78,12.08-48.83,31.07l-223.61,470.74-.22-.52-59.59,125.4.22.53-59.52,125.32-297.68-626.9h84.9c20.78,0,39.78,12.08,48.83,31.07l194.3,406.73,59.6-125.47-156.97-328.39c-31.76-66.94-98.78-109.56-172.18-109.56h-237.27l59.45,125.62h.22l357.2,752.38h119.12l417.16-878Z`,fill:`#eef3f7`})}),v=({isDark:e=!1,...t})=>a(e?_:g,{...t}),y=({...e})=>o(t,{viewBox:`0 0 920 446`,...e,children:[a(`path`,{fill:`#fff`,d:`M246.97,272.37c-1.6-3.9.3-8.3,4.2-9.8,11.9-4.8,21.6-11.1,28.2-18.3,5.2-5.7,8.2-11.7,8.5-16.9.2-2.6-.3-6-3.3-7.7-4.2-2.4-13.6-1.6-27.1,7.8-3.2,2.3-7.7,1.6-10.2-1.4-2.5-3.1-2.2-7.5.7-10.2,6.7-6.3,11.5-12.1,14.4-17.3,2-3.6,3.1-6.8,3-9.3,0-1.8-.6-3.2-1.8-4.2-2.2-1.9-6.8-1.5-9.9.8-3.4,2.5-6,6.8-8,13.3-4,12.9-14.1,46.2-14.1,46.2-1,3.3-4.1,5.7-7.5,5.5s-6.3-2.4-7-5.8c-.3-1.1-3.7-10.7-22-40.1-2.2-3.5-1.1-8.2,2.4-10.4s8.2-1.1,10.4,2.4c6.7,10.7,11.5,19,15,25.4,3-9.9,6.5-21.2,8.4-27.6,3-9.7,7.4-16.6,13.5-21.1,4-2.9,9-4.6,13.9-4.9,5.6-.2,10.9,1.5,14.8,4.9,4.4,3.8,6.8,9.2,6.9,15.3,0,4.6-1.1,9.5-3.7,14.7,5.7-.5,10.9.5,15.2,3,7.4,4.2,11.5,12.4,10.9,21.8-.6,8.6-5,17.9-12.4,26.1-8.1,8.9-19.7,16.6-33.7,22.2-1.21.47-2.4.67-3.58.65-3,0-4.92-2.15-6.12-5.05Z`}),o(`g`,{children:[a(`path`,{fill:`#fff`,d:`M411.07,187.77l-26.2,69.8h-13.3l-26.3-69.8h5.4c4.1,0,7.8,2.6,9.1,6.4l18.4,51.6,18.5-51.7c1.4-3.8,5-6.4,9.1-6.4h5.2l.1.1Z`}),a(`path`,{fill:`#fff`,d:`M517.07,227.67c2.6,3.3,3.9,7,3.9,11.2s-.9,6.7-2.8,9.6c-1.8,2.8-4.5,5.1-8,6.7-3.5,1.6-7.5,2.5-12.2,2.5h-27.9v-69.8h26.6c4.8,0,8.8.8,12.3,2.4,3.4,1.6,6,3.8,7.7,6.5s2.6,5.7,2.6,9.1-1.1,7.4-3.2,10c-2.1,2.7-5,4.7-8.6,5.9,3.8.7,6.9,2.47,9.5,5.77l.1.13ZM481.57,217.17h14.2c3.8,0,6.7-.9,8.8-2.6,2.1-1.7,3.2-4.2,3.2-7.4s-1.1-5.6-3.2-7.4c-2.1-1.8-5-2.7-8.8-2.7h-14.2v20.1ZM506.27,245.47c2.2-1.9,3.3-4.5,3.3-7.8s-1.2-6.1-3.5-8.1-5.5-3-9.3-3h-15.1v21.8h15.5c3.9,0,6.9-.9,9.1-2.8v-.1Z`}),a(`path`,{fill:`#fff`,d:`M579.37,234.27h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15c2.3-4.3,5.6-7.7,9.7-10,4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.4,8.9,3.4,14.2,0,1.7-.02,2.87-.06,3.69,0,.15-.01.3-.02.43,0,.12-.01.23-.02.33,0,.11-.01.22-.02.31,0,.04,0,.07,0,.11,0,.02,0,.05,0,.07,0,.05,0,.09-.01.13,0,.03,0,.06,0,.08,0,.04-.01.08-.02.11,0,.05-.02.09-.02.12,0,.03-.01.05-.01.06v.05s-.05,0-.05,0h-.09s-.06,0-.06,0h0ZM567.77,224.97c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{fill:`#fff`,d:`M642.77,211.57v-9.19h-13.5v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-19.1v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-6.5v9.3h6.5v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.65,3.46,11.85,3.46h9l.05-9.36h-7c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.7h19.1v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.7,3.6,11.9,3.6l9.2-.04v-9.46h-7.2c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.6`}),a(`path`,{fill:`#fff`,d:`M697.57,234.27h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15,5.6-7.7,9.7-10c4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.47,8.9,3.4,14.2-.06,4.71-.34,5.5-.34,5.5h-.06ZM686.07,224.97c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{fill:`#fff`,d:`M720.17,203.77c2.8-1.6,6.1-2.14,9.9-2.14v11.64s-2.9,0-2.9,0c-4.5,0-7.9,1.1-10.2,3.4-2.3,2.3-3.5,6.2-3.5,11.9l-.02,28.96h-11.5l.02-55.26h6.3c2.9,0,5.2,2.3,5.2,5.2v2.9c1.7-2.8,3.9-5,6.7-6.6h0Z`}),a(`path`,{fill:`#fff`,d:`M463.17,230.47c-.2,11.1-6.9,21.1-17,25.6-3.7,1.6-7.6,2.5-11.6,2.5-11.4,0-21.7-6.7-26.3-17-3.1-7-3.3-14.8-.6-22,2.7-7.2,8.1-12.8,15.1-15.9,3.7-1.7,7.6-2.5,11.7-2.5,9.4,0,18.2,4.6,23.5,12.2,1,1.4,1.9,3,2.7,4.8.7,1.5,1.2,3,1.6,4.6l-25.7,11.4-3.9-8.8,14.6-6.5.69-.33c-.29-.35-.56-.65-.79-.87-3.3-3.5-7.9-5.62-12.7-5.4-2.44.14-5.17.62-7.2,1.5-4.31,1.88-7.6,5.4-9.3,9.8-1.7,4.4-1.6,9.2.3,13.5,2.8,6.4,9.2,10.5,16.2,10.5,2.42-.03,4.95-.54,7.1-1.5,4.42-1.97,7.8-5.7,9.4-10.1l12.1-5.4h0l.1-.1Z`})]})]}),b=({...e})=>a(t,{viewBox:`0 0 920 446`,...e,children:o(`g`,{id:`Black-2`,"data-name":`Black`,children:[o(`g`,{children:[a(`path`,{d:`M408.6,187.5l-26.2,69.8h-13.3l-26.3-69.8h5.4c4.1,0,7.8,2.6,9.1,6.4l18.4,51.6,18.5-51.7c1.4-3.8,5-6.4,9.1-6.4h5.2l.1.1Z`}),a(`path`,{d:`M514.6,227.4c2.6,3.3,3.9,7,3.9,11.2s-.9,6.7-2.8,9.6c-1.8,2.8-4.5,5.1-8,6.7-3.5,1.6-7.5,2.5-12.2,2.5h-27.9v-69.8h26.6c4.8,0,8.8.8,12.3,2.4,3.4,1.6,6,3.8,7.7,6.5s2.6,5.7,2.6,9.1-1.1,7.4-3.2,10c-2.1,2.7-5,4.7-8.6,5.9,3.8.7,6.9,2.47,9.5,5.77l.1.13ZM479.1,216.9h14.2c3.8,0,6.7-.9,8.8-2.6,2.1-1.7,3.2-4.2,3.2-7.4s-1.1-5.6-3.2-7.4c-2.1-1.8-5-2.7-8.8-2.7h-14.2v20.1ZM503.8,245.2c2.2-1.9,3.3-4.5,3.3-7.8s-1.2-6.1-3.5-8.1-5.5-3-9.3-3h-15.1v21.8h15.5c3.9,0,6.9-.9,9.1-2.8v-.1Z`}),a(`path`,{d:`M576.9,234h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15c2.3-4.3,5.6-7.7,9.7-10,4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.4,8.9,3.4,14.2,0,1.7-.02,2.87-.06,3.69,0,.15-.01.3-.02.43,0,.12-.01.23-.02.33,0,.11-.01.22-.02.31,0,.04,0,.07,0,.11,0,.02,0,.05,0,.07,0,.05,0,.09-.01.13,0,.03,0,.06,0,.08,0,.04-.01.08-.02.11,0,.05-.02.09-.02.12,0,.03-.01.05-.01.06v.05s-.05,0-.05,0h-.09s-.06,0-.06,0h0ZM565.3,224.7c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{d:`M640.3,211.29v-9.19h-13.5v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-19.1v-8.6c0-2.9-2.3-5.2-5.2-5.2h-6.4v13.8h-6.5v9.3h6.5v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.65,3.46,11.85,3.46h9l.05-9.36h-7c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.7h19.1v30.6c0,5.4,1.4,9.3,4.1,11.8,2.7,2.4,6.7,3.6,11.9,3.6l9.2-.04v-9.46h-7.2c-2.3,0-4-.4-5-1.4-1-.9-1.5-2.4-1.5-4.5v-30.6`}),a(`path`,{d:`M695.1,234h-42.3c.3,4.4,2,8,4.9,10.7s6.6,4,10.8,4c6.2,0,10.5-2.6,13.1-7.7h12.4c-1.7,5.1-4.7,9.3-9.1,12.5-4.4,3.3-9.8,4.9-16.3,4.9s-10-1.2-14.2-3.6-7.5-5.7-9.8-10c-2.4-4.3-3.6-9.3-3.6-15s1.2-10.7,3.5-15,5.6-7.7,9.7-10c4.2-2.3,9-3.5,14.4-3.5s9.9,1.1,14,3.4c4.1,2.3,7.3,5.5,9.5,9.6,2.3,4.1,3.47,8.9,3.4,14.2-.06,4.71-.34,5.5-.34,5.5h-.06ZM683.6,224.7c0-4.2-1.6-7.6-4.5-10.1-3-2.5-6.6-3.8-11-3.8s-7.3,1.3-10.1,3.8-4.5,5.9-5,10.2h30.6v-.1Z`}),a(`path`,{d:`M717.7,203.5c2.8-1.6,6.1-2.14,9.9-2.14v11.64s-2.9,0-2.9,0c-4.5,0-7.9,1.1-10.2,3.4-2.3,2.3-3.5,6.2-3.5,11.9l-.02,28.96h-11.5l.02-55.26h6.3c2.9,0,5.2,2.3,5.2,5.2v2.9c1.7-2.8,3.9-5,6.7-6.6h0Z`}),a(`path`,{d:`M460.7,230.2c-.2,11.1-6.9,21.1-17,25.6-3.7,1.6-7.6,2.5-11.6,2.5-11.4,0-21.7-6.7-26.3-17-3.1-7-3.3-14.8-.6-22,2.7-7.2,8.1-12.8,15.1-15.9,3.7-1.7,7.6-2.5,11.7-2.5,9.4,0,18.2,4.6,23.5,12.2,1,1.4,1.9,3,2.7,4.8.7,1.5,1.2,3,1.6,4.6l-25.7,11.4-3.9-8.8,14.6-6.5.69-.33c-.29-.35-.56-.65-.79-.87-3.3-3.5-7.9-5.62-12.7-5.4-2.44.14-5.17.62-7.2,1.5-4.31,1.88-7.6,5.4-9.3,9.8-1.7,4.4-1.6,9.2.3,13.5,2.8,6.4,9.2,10.5,16.2,10.5,2.42-.03,4.95-.54,7.1-1.5,4.42-1.97,7.8-5.7,9.4-10.1l12.1-5.4h0l.1-.1Z`})]}),a(`path`,{d:`M244.5,272.1c-1.6-3.9.3-8.3,4.2-9.8,11.9-4.8,21.6-11.1,28.2-18.3,5.2-5.7,8.2-11.7,8.5-16.9.2-2.6-.3-6-3.3-7.7-4.2-2.4-13.6-1.6-27.1,7.8-3.2,2.3-7.7,1.6-10.2-1.4-2.5-3.1-2.2-7.5.7-10.2,6.7-6.3,11.5-12.1,14.4-17.3,2-3.6,3.1-6.8,3-9.3,0-1.8-.6-3.2-1.8-4.2-2.2-1.9-6.8-1.5-9.9.8-3.4,2.5-6,6.8-8,13.3-4,12.9-14.1,46.2-14.1,46.2-1,3.3-4.1,5.7-7.5,5.5s-6.3-2.4-7-5.8c-.3-1.1-3.7-10.7-22-40.1-2.2-3.5-1.1-8.2,2.4-10.4s8.2-1.1,10.4,2.4c6.7,10.7,11.5,19,15,25.4,3-9.9,6.5-21.2,8.4-27.6,3-9.7,7.4-16.6,13.5-21.1,4-2.9,9-4.6,13.9-4.9,5.6-.2,10.9,1.5,14.8,4.9,4.4,3.8,6.8,9.2,6.9,15.3,0,4.6-1.1,9.5-3.7,14.7,5.7-.5,10.9.5,15.2,3,7.4,4.2,11.5,12.4,10.9,21.8-.6,8.6-5,17.9-12.4,26.1-8.1,8.9-19.7,16.6-33.7,22.2-1.21.47-2.4.67-3.58.65-3,0-4.92-2.15-6.12-5.05Z`})]})}),x=({isDark:e=!1,...t})=>a(e?y:b,{...t}),S=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`B3TR`,children:[a(`rect`,{fill:`#eef3f7`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),a(`path`,{fill:`#004cfc`,d:`M829.14,1220.08c-23.76,0-46.21-14.22-55.65-37.58-12.33-30.69,2.55-65.63,33.24-77.96,94.28-37.93,171.68-88.34,223.88-145.83,40.98-45.12,65.03-92.88,67.78-134.45,1.34-20.46-2.05-47.61-25.95-61.14-33.69-19.01-108-12.68-215.4,62.23-25.75,17.97-60.94,12.98-80.75-11.33-19.81-24.35-17.47-59.84,5.29-81.4,53-50.11,91.63-96.32,114.78-137.39,16.07-28.5,24.41-54.2,24.01-74.31-.3-14.47-5.04-25.8-14.12-33.74-17.17-14.97-54.1-12.13-79.05,6.09-27.05,19.71-47.86,54.4-63.58,105.95-31.44,102.91-112.24,367.42-112.24,367.42-8.03,26.2-32.49,44.97-59.89,43.62-27.2-1.3-49.76-19.46-55.45-46.02-2.74-8.63-29.45-85.34-174.97-318.76-17.52-28.1-8.93-65.03,19.16-82.54,28.1-17.52,65.03-8.93,82.55,19.16,53.15,85.29,91.53,151.22,119.13,201.73,23.95-78.36,51.56-168.69,67.08-219.54,23.61-77.31,58.79-132.15,107.55-167.79,31.89-23.2,71.27-36.93,110.89-38.63,44.87-1.9,86.64,11.98,117.68,39.08,34.58,30.19,54.2,73.41,55.15,121.67.75,36.53-9.14,75.66-29.35,116.58,45.31-3.64,86.44,4.34,120.53,23.55,59.19,33.39,91.58,98.22,86.64,173.38-4.49,68.47-39.53,142.04-98.67,207.11-64.28,70.82-156.91,131.81-267.85,176.42-7.34,2.94-14.92,4.34-22.36,4.34l-.05.05Z`})]})}),C=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`B3TR`,children:[a(`rect`,{fill:`#eef3f7`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),a(`path`,{fill:`#004cfc`,d:`M829.14,1220.08c-23.76,0-46.21-14.22-55.65-37.58-12.33-30.69,2.55-65.63,33.24-77.96,94.28-37.93,171.68-88.34,223.88-145.83,40.98-45.12,65.03-92.88,67.78-134.45,1.34-20.46-2.05-47.61-25.95-61.14-33.69-19.01-108-12.68-215.4,62.23-25.75,17.97-60.94,12.98-80.75-11.33-19.81-24.35-17.47-59.84,5.29-81.4,53-50.11,91.63-96.32,114.78-137.39,16.07-28.5,24.41-54.2,24.01-74.31-.3-14.47-5.04-25.8-14.12-33.74-17.17-14.97-54.1-12.13-79.05,6.09-27.05,19.71-47.86,54.4-63.58,105.95-31.44,102.91-112.24,367.42-112.24,367.42-8.03,26.2-32.49,44.97-59.89,43.62-27.2-1.3-49.76-19.46-55.45-46.02-2.74-8.63-29.45-85.34-174.97-318.76-17.52-28.1-8.93-65.03,19.16-82.54,28.1-17.52,65.03-8.93,82.55,19.16,53.15,85.29,91.53,151.22,119.13,201.73,23.95-78.36,51.56-168.69,67.08-219.54,23.61-77.31,58.79-132.15,107.55-167.79,31.89-23.2,71.27-36.93,110.89-38.63,44.87-1.9,86.64,11.98,117.68,39.08,34.58,30.19,54.2,73.41,55.15,121.67.75,36.53-9.14,75.66-29.35,116.58,45.31-3.64,86.44,4.34,120.53,23.55,59.19,33.39,91.58,98.22,86.64,173.38-4.49,68.47-39.53,142.04-98.67,207.11-64.28,70.82-156.91,131.81-267.85,176.42-7.34,2.94-14.92,4.34-22.36,4.34l-.05.05Z`})]})}),w=({isDark:e=!1,...t})=>a(e?S:C,{...t}),T=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`VET`,children:[a(`rect`,{fill:`#6042dd`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),a(`path`,{fill:`#eef3f7`,d:`M1259.66,354.93h-84.01c-20.51,0-39.26,11.92-48.2,30.66l-220.7,464.61-.22-.52-58.82,123.76.22.52-58.75,123.69L495.39,478.92h83.8c20.51,0,39.26,11.92,48.2,30.66l191.76,401.43,58.82-123.84-154.92-324.11c-31.35-66.07-97.49-108.14-169.94-108.14h-234.18l58.67,123.99h.22l352.54,742.58h117.57l411.73-866.56Z`})]})}),E=({...e})=>a(t,{viewBox:`0 0 1578.5 1578.5`,...e,children:o(`g`,{id:`VeTHOR`,children:[a(`rect`,{fill:`#eef3f7`,width:`1578.5`,height:`1578.5`,rx:`147.81`,ry:`147.81`}),o(`g`,{children:[a(`path`,{fill:`#6042dd`,opacity:.65,d:`M983.34,285.88h146.6l-275.54,358.45h247.27l-614.18,682.1,214.6-483.78h-215.8l217.59-556.77h279.47Z`}),a(`path`,{fill:`#6042dd`,d:`M992.16,285.88l-247.66,411.81h226.46l-483.49,628.74,214.6-483.78h-215.8l217.59-556.77`})]})]})}),D=({...e})=>a(t,{viewBox:`0 0 250 167`,...e,children:a(`path`,{d:` M 258.147 -0.275 L 264.521 -0.275 L 266.198 -0.275 C 266.404 -0.329 266.741 -0.394 266.869 -0.163 L 266.869 -0.163 L 267.093 -0.275 L 267.149 -0.107 Q 255.37 22.78 244.169 46.243 Q 214.168 106.426 184.68 167.122 L 160.918 167.066 C 151.359 147.182 141.575 127.406 131.565 107.745 L 131.565 107.745 L 131.398 107.801 C 121.761 127.427 112.275 147.127 102.939 166.898 L 102.939 166.898 L 86.166 166.898 L 82.029 166.898 C 81.583 167.033 80.812 167.243 80.463 166.786 L 80.463 166.786 L 80.239 166.786 L 79.848 166.619 L 23.434 49.15 L 7.276 15.436 L 0.008 0.117 C 2.658 -0.207 5.341 -0.22 8.003 -0.051 L 8.003 -0.051 L 26.901 -0.051 L 27.236 0.061 Q 37.443 -0.194 47.028 0.173 Q 63.697 1.731 72.132 11.523 Q 76.721 16.215 79.401 22.817 L 84.992 34.11 L 101.709 68.719 L 106.909 79.398 L 108.195 82.138 C 108.641 82.403 108.727 82.948 108.698 83.424 L 108.698 83.424 L 97.348 106.962 C 88.879 90.051 80.623 73.033 72.58 55.916 L 72.58 55.916 L 62.516 35.229 L 60 30.253 Q 59.197 28.036 57.54 26.674 Q 54.591 23.417 47.699 24.102 L 34.505 24.102 L 34.56 24.27 C 53.267 63.86 72.257 103.317 91.533 142.633 L 91.533 142.633 L 119.824 83.927 C 122.242 83.751 124.67 83.727 127.092 83.815 L 127.092 83.815 L 143.195 83.815 L 143.586 83.983 Q 157.896 113.842 172.827 143.08 Q 202.427 83.67 231.589 23.823 Q 231.254 23.487 230.415 23.655 L 227.732 23.655 L 217.109 23.655 Q 209.653 23.356 206.653 27.513 Q 199.029 41.47 192.117 56.139 L 166.789 106.962 L 154.992 83.312 L 179.425 34.166 L 185.687 21.754 Q 188.849 14.517 194.409 9.678 Q 203.972 0.007 223.035 -0.163 L 223.259 -0.163 L 249.313 -0.163 L 255.799 -0.163 L 257.476 -0.163 C 257.682 -0.109 258.019 -0.043 258.147 -0.275 L 258.147 -0.275 Z `,fill:`rgb(235,241,246)`})}),O=({...e})=>a(t,{viewBox:`0 0 250 167`,...e,children:a(`path`,{d:` M 226.611 0.055 L 267.259 0.11 C 258.698 16.759 250.387 33.536 242.322 50.431 L 242.322 50.431 L 184.677 167.455 L 184.454 167.455 L 167.233 167.455 L 162.872 167.455 Q 161.669 167.818 161.306 167.343 Q 161.166 167.595 161.026 167.287 Q 146.552 137.424 131.673 107.965 L 131.505 108.021 L 102.934 167.231 L 86.16 167.12 L 81.799 167.12 Q 80.597 167.483 80.234 167.008 Q 80.094 167.259 79.954 166.952 L 0 0.334 Q 8.478 0.034 17.389 0.166 Q 17.808 0.698 19.178 0.278 L 24.322 0.278 Q 34.655 0.009 44.338 0.39 Q 64.103 1.089 73.021 12.635 Q 76.825 16.826 79.227 22.419 L 85.545 35.447 L 102.654 70.671 C 105.086 74.801 107.123 79.157 108.805 83.643 L 108.805 83.643 L 97.455 107.182 L 97.287 107.126 L 70.673 52.22 L 62.062 34.329 L 59.938 30.191 Q 59.058 27.884 57.198 26.557 Q 54.449 23.827 48.476 24.32 L 35.616 24.32 Q 35.358 24.678 34.554 24.488 Q 62.824 83.888 91.528 142.854 L 91.696 142.798 L 119.931 84.146 L 143.694 84.202 L 163.039 123.34 Q 167.726 133.583 172.936 143.301 Q 202.528 83.881 231.699 24.041 Q 230.199 23.64 228.065 23.873 L 219.566 23.873 C 219.273 24.273 218.614 24.101 218.224 23.985 L 218.224 23.985 L 214.311 23.985 Q 209.152 24.473 206.762 27.731 Q 199.138 41.688 192.225 56.358 L 166.897 107.182 L 166.729 107.126 L 155.1 83.531 L 179.533 34.385 L 185.795 21.972 Q 188.931 14.932 194.294 10.119 Q 204.623 -0.743 226.611 0.055 Z `,fill:`rgb(0,0,0)`})}),k=`https://api.github.com/repos/vechain/app-hub/`,A=`https://raw.githubusercontent.com/vechain/app-hub/`,j=`https://status.privy.io`,M=`https://auth.privy.io`,N=`https://mainnet.vechain.org`,P=`https://vechainkit.vechain.org`,F=`https://docs.vechainkit.vechain.org`,I=`https://vet.domains`,te=`https://mainnet.delegator.vechain.org`,L=`https://testnet.delegator.vechain.org`,R=`https://sponsor.vechain.energy/by/1060`,z=`https://sponsor-testnet.vechain.energy/by/221`,B=`https://explore.vechain.org`,V=`https://vechainstats.com`,H=`https://governance.vebetterdao.org`,U=`https://swap.vechain.energy`,W=`https://vetrade.vet`,G=`https://app.cleanify.vet`,K=`https://greencart.ai`,q=`https://mugshot.vet`,J=`https://evearn.io`,Y=`https://vechain.github.io/token-registry/assets/`,X=`https://s2.coinmarketcap.com`,Z=`https://upload.wikimedia.org/wikipedia/commons/a/a3/Image-not-found.png`,Q=`https://prod-vechainkit-docs-images-bucket.s3.eu-west-1.amazonaws.com`,$=`https://mintlify.s3.us-west-1.amazonaws.com`,ne=`https://twitter.com`,re=`https://telegram.me`,ie=`https://wa.me`,ae=({isDark:e=!1,...t})=>a(n,{src:e?new URL(`/privy-c2af3412/logo/privy-logo-dark.png`,$).toString():new URL(`/privy-c2af3412/logo/privy-logo-light.png`,$).toString(),alt:`Privy Logo`,...t}),oe=({isDark:t,...n})=>a(e,{as:`span`,display:`inline-block`,dangerouslySetInnerHTML:{__html:t?c.dark:c.light},...n}),se=({boxSize:e=`24px`,...t})=>o(`svg`,{width:e,height:e,viewBox:`0 0 32 32`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,style:{borderRadius:`4px`},...t,children:[a(`rect`,{width:`32`,height:`32`,rx:`4`,fill:`#000000`}),a(`path`,{d:`M27.1113 18.2502C26.8649 17.9295 26.5926 17.6427 26.2949 17.3892L21.5105 21.0938C21.4697 22.4315 20.631 23.1005 18.9942 23.1005H18.9189L11.9738 28.4782H20.3213C22.8626 28.4782 24.8367 27.8996 26.2434 26.7424C27.6501 25.5852 28.3538 23.9857 28.3538 21.9433C28.3538 20.5592 27.9394 19.3282 27.1113 18.2502Z`,fill:`#FFFFFF`}),a(`path`,{d:`M27.6991 10.836C27.6991 8.86222 27.0011 6.27989 25.6059 5.19083C24.2103 4.10176 22.2874 3.55681 19.8368 3.55682H8.33262V17.6668L11.3195 15.3505L15.0037 12.4748V8.86674H18.3731C18.8086 8.86674 19.7341 8.83209 19.9589 9.05695C20.7337 9.83166 20.4264 11.0472 19.9023 11.5303C19.8049 11.6201 19.6982 11.7195 19.5814 11.8295C19.4991 11.9069 19.4125 11.9798 19.3222 12.0477L15.0037 15.2932L10.2059 18.965L7.15909 21.4083L6.23537 19.8432L1.40462 28.4729H11.3287L10.4157 26.926L26.0913 14.7484C26.5695 14.3769 26.9562 13.8981 27.2046 13.3458C27.5342 12.6133 27.6991 11.7766 27.6991 10.836Z`,fill:`#FFFFFF`})]}),ce=({boxSize:e=`24px`,...t})=>{let n=i(),r=`vetrade-gradient-1-${n}`,s=`vetrade-gradient-2-${n}`;return o(`svg`,{width:e,height:e,viewBox:`0 0 512 512`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...t,children:[o(`defs`,{children:[o(`linearGradient`,{id:r,x1:`0%`,y1:`0%`,x2:`100%`,y2:`0%`,children:[a(`stop`,{offset:`0%`,stopColor:`#ec4899`}),a(`stop`,{offset:`100%`,stopColor:`#9333ea`})]}),o(`linearGradient`,{id:s,x1:`0%`,y1:`0%`,x2:`100%`,y2:`0%`,children:[a(`stop`,{offset:`0%`,stopColor:`#9333ea`}),a(`stop`,{offset:`100%`,stopColor:`#ec4899`})]})]}),o(`g`,{transform:`rotate(-30 256 256)`,children:[a(`path`,{d:`M440.712 282.966c-32.398-54.779-92.034-91.509-160.268-91.509v32.705c0 11.693-13.789 17.925-22.566 10.197L156.16 144.796c-6.145-5.411-6.144-14.988.003-20.397l101.718-89.512c8.777-7.724 22.563-1.492 22.563 10.2v32.716c110.627 0 193.535 94.769 185.668 199.701C465.114 290.808 447.503 294.449 440.712 282.966z`,fill:`url(#${r})`}),a(`path`,{d:`M71.285 229.034c32.398 54.779 92.034 91.509 160.268 91.509v-32.705c0-11.693 13.789-17.925 22.566-10.197l101.718 89.563c6.145 5.411 6.144 14.988-.003 20.397l-101.718 89.512c-8.777 7.724-22.563 1.492-22.563-10.2l0-32.716c-110.627 0-193.535-94.768-185.668-199.701C46.882 221.192 64.493 217.551 71.285 229.034z`,fill:`url(#${s})`})]}),a(`rect`,{width:`512`,height:`512`,rx:`8`,fill:`none`})]})};export{l as $,W as A,x as B,U as C,P as D,Q as E,E as F,g as G,y as H,T as I,p as J,h as K,w as L,ie as M,O as N,N as O,D as P,ee as Q,C as R,V as S,F as T,v as U,b as V,_ as W,d as X,f as Y,u as Z,M as _,k as a,ne as b,X as c,L as d,K as f,q as g,z as h,ae as i,I as j,Y as k,J as l,R as m,se as n,A as o,Z as p,m as q,oe as r,G as s,ce as t,te as u,j as v,B as w,H as x,re as y,S as z};
|
|
38
|
+
//# sourceMappingURL=assets-C0RHiZ9a.mjs.map
|