-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug_politics.html
More file actions
382 lines (378 loc) · 120 KB
/
debug_politics.html
File metadata and controls
382 lines (378 loc) · 120 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html><html lang="en" style="--kalshi-palette-text-x10: rgba(0, 0, 0, 0.9); --kalshi-palette-text-x20: rgba(0, 0, 0, 0.5); --kalshi-palette-text-x30: rgba(0, 0, 0, 0.3); --kalshi-palette-text-black: rgba(0, 0, 0, 0.9); --kalshi-palette-text-white: rgba(255, 255, 255, 1); --kalshi-palette-text-inverse: rgba(255, 255, 255, 1); --kalshi-palette-fill-x10: rgba(0, 0, 0, 0.9); --kalshi-palette-fill-x20: rgba(0, 0, 0, 0.35); --kalshi-palette-fill-x30: rgba(0, 0, 0, 0.2); --kalshi-palette-fill-x40: rgba(0, 0, 0, 0.1); --kalshi-palette-fill-x50: rgba(0, 0, 0, 0.07); --kalshi-palette-fill-x55: rgba(0, 0, 0, 0.05); --kalshi-palette-fill-x60: rgba(0, 0, 0, 0.03); --kalshi-palette-fill-white: rgba(255, 255, 255, 1); --kalshi-palette-fill-inverse: rgba(255, 255, 255, 1); --kalshi-palette-surface-x10: rgba(255, 255, 255, 1); --kalshi-palette-surface-x20: rgba(255, 255, 255, 0.96); --kalshi-palette-surface-x30: rgba(255, 255, 255, 1); --kalshi-palette-surface-x40: rgba(255, 255, 255, 1); --kalshi-palette-surface-inverse: rgba(26, 26, 26, 1); --kalshi-palette-surface-overlay: rgba(0, 0, 0, 0.4); --kalshi-palette-surface-foreground: rgba(0, 0, 0, 0.05); --kalshi-palette-yes-x10: rgba(38, 92, 255, 1); --kalshi-palette-yes-x20: rgba(38, 92, 255, 0.08); --kalshi-palette-yes-x30: rgba(38, 92, 255, 0.12); --kalshi-palette-yes-x40: rgba(32, 77, 214, 1); --kalshi-palette-yes-x50: rgba(23, 55, 153, 1); --kalshi-palette-no-x10: rgba(170, 0, 255, 1); --kalshi-palette-no-x20: rgba(170, 0, 255, 0.08); --kalshi-palette-no-x30: rgba(170, 0, 255, 0.12); --kalshi-palette-no-x40: rgba(143, 0, 214, 1); --kalshi-palette-no-x50: rgba(102, 0, 153, 1); --kalshi-palette-sell-x10: rgba(0, 0, 0, 0.9); --kalshi-palette-sell-x20: rgba(0, 0, 0, 0.05); --kalshi-palette-sell-x30: rgba(0, 0, 0, 0.1); --kalshi-palette-sell-x40: rgba(0, 0, 0, 0.45); --kalshi-palette-sell-x50: rgba(0, 0, 0, 0.6); --kalshi-palette-critical-x10: rgba(217, 22, 22, 1); --kalshi-palette-critical-x20: rgba(217, 22, 22, 0.06); --kalshi-palette-critical-x30: rgba(217, 22, 22, 0.1); --kalshi-palette-critical-x40: rgba(182, 18, 18, 1); --kalshi-palette-critical-x50: rgba(217, 22, 22, 1); --kalshi-palette-purple-x10: rgba(170, 0, 255, 1); --kalshi-palette-purple-x20: rgba(170, 0, 255, 0.08); --kalshi-palette-purple-x30: rgba(170, 0, 255, 0.12); --kalshi-palette-purple-x40: rgba(143, 0, 214, 1); --kalshi-palette-purple-x50: rgba(102, 0, 153, 1); --kalshi-palette-blue-x10: rgba(38, 92, 255, 1); --kalshi-palette-blue-x20: rgba(38, 92, 255, 0.08); --kalshi-palette-blue-x30: rgba(38, 92, 255, 0.12); --kalshi-palette-blue-x40: rgba(32, 77, 214, 1); --kalshi-palette-blue-x50: rgba(23, 55, 153, 1); --kalshi-palette-teal-x10: rgba(0, 181, 217, 1); --kalshi-palette-teal-x20: rgba(0, 181, 217, 0.08); --kalshi-palette-teal-x30: rgba(0, 181, 217, 0.12); --kalshi-palette-teal-x40: rgba(0, 152, 182, 1); --kalshi-palette-teal-x50: rgba(0, 109, 130, 1); --kalshi-palette-green-x10: rgba(10, 194, 133, 1); --kalshi-palette-green-x20: rgba(10, 194, 133, 0.08); --kalshi-palette-green-x30: rgba(10, 194, 133, 0.16); --kalshi-palette-green-x40: rgba(8, 163, 112, 1); --kalshi-palette-green-x50: rgba(6, 116, 80, 1); --kalshi-palette-yellow-x10: rgba(255, 214, 0, 1); --kalshi-palette-yellow-x20: rgba(255, 214, 0, 0.08); --kalshi-palette-yellow-x30: rgba(255, 214, 0, 0.12); --kalshi-palette-yellow-x40: rgba(214, 180, 0, 1); --kalshi-palette-yellow-x50: rgba(153, 128, 0, 1); --kalshi-palette-orange-x10: rgba(255, 106, 0, 1); --kalshi-palette-orange-x20: rgba(255, 106, 0, 0.08); --kalshi-palette-orange-x30: rgba(255, 106, 0, 0.12); --kalshi-palette-orange-x40: rgba(214, 89, 0, 1); --kalshi-palette-orange-x50: rgba(153, 64, 0, 1); --kalshi-palette-red-x10: rgba(217, 22, 22, 1); --kalshi-palette-red-x20: rgba(217, 22, 22, 0.06); --kalshi-palette-red-x30: rgba(217, 22, 22, 0.1); --kalshi-palette-red-x40: rgba(182, 18, 18, 1); --kalshi-palette-red-x50: rgba(217, 22, 22, 1); --kalshi-palette-gradient-x10: radial-gradient(100% 100% at 0% 100%, #00B5D9 0%, #265CFF 31.77%, #AA00FF 66.15%, #D90048 100%); --kalshi-palette-special-mint: #00D991; --kalshi-palette-special-black: linear-gradient(135deg, #B2ADA1 0%, #A09C91 25%, #D1CEC7 50%, #8E8A81 75%, #B2ADA1 100%); --kalshi-palette-special-gold: #F2BA49; --kalshi-palette-special-silver: #B8CBD9; --kalshi-palette-special-bronze: #E5AA95; --kalshi-palette-special-platinum: linear-gradient(135deg, #D9D9D9 0%, #AEAEAE 25%, #E8E8E8 50%, #828282 75%, #D9D9D9 100%); --kalshi-palette-special-diamond: linear-gradient(135deg, #95E5E5 0%, #A1A1E5 11.11%, #E5ACE5 22.22%, #F2F2DA 44.44%, #ACE5E5 55.56%, #7478A6 66.67%, #A1A1E5 77.78%, #D9D9C3 88.89%, #95E595 100%); --kalshi-palette-special-brand: #09C285; --kalshi-palette-brand-primary: #09C285; --kalshi-palette-brand-secondary: rgba(0, 50, 33, 1); --kalshi-palette-brand-tertiary: #003221; --kalshi-palette-brand-x20: rgba(229, 251, 244, 1); --kalshi-palette-brand-x30: rgba(179, 244, 222, 1); --kalshi-palette-brand-x40: rgba(128, 236, 200, 1); --kalshi-palette-brand-x50: rgba(77, 228, 178, 1); --kalshi-palette-brand-x60: rgba(0, 195, 130, 1); --kalshi-palette-brand-x70: rgba(0, 152, 102, 1); --kalshi-palette-brand-x80: rgba(0, 109, 73, 1);"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="/_next/static/css/aa831bffcfa78fc6.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" data-precedence="next"><link rel="stylesheet" href="/_next/static/css/ccbeb162d02aa357.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" data-precedence="next"><link rel="stylesheet" href="/_next/static/css/e5d7c5090de12352.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" data-precedence="next"><link rel="stylesheet" href="/_next/static/css/5f965642b74a5c8c.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" data-precedence="next"><link rel="stylesheet" href="/_next/static/css/934dedd01726bc29.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" data-precedence="next"><link rel="preload" as="script" fetchpriority="low" href="/_next/static/chunks/webpack-213a4065033d0b4e.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL"><script type="text/javascript" async="" src="https://analytics.tiktok.com/i18n/pixel/static/identify_c4432507.js"></script><script type="text/javascript" async="" src="https://analytics.tiktok.com/i18n/pixel/static/main.MWYyNDJlNWM5OQ.js" data-id="CS8O933C77UC3ENMLB3G"></script><script type="text/javascript" async="" src="https://analytics.tiktok.com/i18n/pixel/static/main.MWYyNDJlNWM5OQ.js" data-id="CS8O933C77UC3ENMLB3G"></script><script id="spdt-capture" async="" src="https://pixel.byspotify.com/ping.min.js"></script><script async="" src="https://cdn.mgln.ai/pixel.min.js"></script><script async="" src="https://s.axon.ai/pixel.js"></script><script async="" src="https://res4.applovin.com/p/l/loader.iife.js"></script><script type="text/javascript" async="" src="https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CS8O933C77UC3ENMLB3G&lib=ttq"></script><script type="text/javascript" async="" src="https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CS8O933C77UC3ENMLB3G&lib=ttq"></script><script type="text/javascript" async="" src="https://www.redditstatic.com/ads/pixel.js"></script><script type="text/javascript" async="" src="https://static.ads-twitter.com/uwt.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-R10JTCKS4W&cx=c&gtm=4e5bi1"></script><script src="https://connect.facebook.net/signals/config/1883349879275306?v=2.9.243&r=stable&domain=kalshi.com&hme=fdfab1132115f4ac7aabc9fd7eee63947594f6e6f1735b47a225dd71217525d3&ex_m=89%2C147%2C127%2C18%2C65%2C66%2C120%2C61%2C41%2C121%2C70%2C60%2C134%2C78%2C13%2C88%2C26%2C115%2C108%2C68%2C71%2C114%2C131%2C97%2C136%2C7%2C3%2C4%2C6%2C5%2C2%2C79%2C87%2C137%2C214%2C158%2C55%2C216%2C217%2C48%2C173%2C25%2C67%2C222%2C221%2C161%2C28%2C54%2C8%2C57%2C83%2C84%2C85%2C90%2C111%2C27%2C24%2C113%2C110%2C109%2C128%2C69%2C130%2C129%2C43%2C53%2C105%2C12%2C133%2C38%2C203%2C205%2C168%2C21%2C22%2C23%2C15%2C16%2C37%2C33%2C35%2C34%2C74%2C80%2C82%2C95%2C119%2C122%2C39%2C96%2C19%2C17%2C101%2C62%2C31%2C124%2C123%2C125%2C116%2C20%2C30%2C52%2C94%2C132%2C63%2C14%2C126%2C29%2C183%2C154%2C275%2C201%2C145%2C186%2C179%2C155%2C92%2C112%2C73%2C103%2C47%2C40%2C102%2C107%2C51%2C58%2C42%2C98%2C46%2C49%2C45%2C86%2C135%2C0%2C106%2C11%2C104%2C9%2C1%2C50%2C81%2C56%2C59%2C100%2C77%2C76%2C44%2C117%2C75%2C72%2C64%2C99%2C91%2C36%2C118%2C32%2C93%2C10%2C138%2C209%2C199%2C223%2C225%2C277%2C202%2C219%2C148%2C193%2C175%2C156%2C274%2C142%2C176%2C206%2C196%2C144%2C164%2C149%2C181%2C195%2C242%2C141%2C191" async=""></script><script src="https://connect.facebook.net/signals/config/1537332917135729?v=2.9.243&r=stable&domain=kalshi.com&hme=fdfab1132115f4ac7aabc9fd7eee63947594f6e6f1735b47a225dd71217525d3&ex_m=89%2C147%2C127%2C18%2C65%2C66%2C120%2C61%2C41%2C121%2C70%2C60%2C134%2C78%2C13%2C88%2C26%2C115%2C108%2C68%2C71%2C114%2C131%2C97%2C136%2C7%2C3%2C4%2C6%2C5%2C2%2C79%2C87%2C137%2C214%2C158%2C55%2C216%2C217%2C48%2C173%2C25%2C67%2C222%2C221%2C161%2C28%2C54%2C8%2C57%2C83%2C84%2C85%2C90%2C111%2C27%2C24%2C113%2C110%2C109%2C128%2C69%2C130%2C129%2C43%2C53%2C105%2C12%2C133%2C38%2C203%2C205%2C168%2C21%2C22%2C23%2C15%2C16%2C37%2C33%2C35%2C34%2C74%2C80%2C82%2C95%2C119%2C122%2C39%2C96%2C19%2C17%2C101%2C62%2C31%2C124%2C123%2C125%2C116%2C20%2C30%2C52%2C94%2C132%2C63%2C14%2C126%2C29%2C183%2C154%2C275%2C201%2C145%2C186%2C179%2C155%2C92%2C112%2C73%2C103%2C47%2C40%2C102%2C107%2C51%2C58%2C42%2C98%2C46%2C49%2C45%2C86%2C135%2C0%2C106%2C11%2C104%2C9%2C1%2C50%2C81%2C56%2C59%2C100%2C77%2C76%2C44%2C117%2C75%2C72%2C64%2C99%2C91%2C36%2C118%2C32%2C93%2C10%2C138" async=""></script><script async="" src="https://connect.facebook.net/en_US/fbevents.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-NP66QTXD"></script><script id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script><script src="/_next/static/chunks/fd9d1056-635208bbdd661c2a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/2117-7cf19b207e0c1f16.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/main-app-d87abd7b0af9e990.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/app/global-error-77c69d2af6604838.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/7980-df089979a745ec82.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/3826-2136ca4a4d62270c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/2962-1f7676c7af7c0fd5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/8811-b5714238f0bb0efa.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/4074-7364717b7ce0d4a6.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/5425-27b98bb385c346df.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/8347-2aaa8b8a1debf235.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script src="/_next/static/chunks/app/not-found-2f9b966613a327b3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><link rel="preload" href="/js/vendors/twitter.js" as="script"><link rel="assetlinks.json file" href="/.well-known/assetlinks.json"><link rel="apple-app-site-association file" href="/.well-known/apple-app-site-association"><link rel="preconnect" href="https://kalshi-public-docs.s3.amazonaws.com"><link rel="alternate" type="application/rss+xml" href="https://kalshi.com/blog/rss.xml"><title>Kalshi</title><meta name="description" content="Kalshi is a platform for trading on the outcome of events."><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><meta name="google-site-verification" content="__iRTEJjgJhIOf8BJ9s2w8p-CGJTXGILxlW4if97-BQ"><meta property="og:title" content="Kalshi - Prediction Market for Trading the Future"><meta property="og:description" content="Kalshi is a regulated exchange & prediction market where you can trade on the outcome of real-world events. Buy and sell Event Contracts."><meta property="og:image" content="https://kalshi.com/images/meta-og.png"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Kalshi - Prediction Market for Trading the Future"><meta name="twitter:description" content="Kalshi is a regulated exchange & prediction market where you can trade on the outcome of real-world events. Buy and sell Event Contracts."><meta name="twitter:image" content="https://kalshi.com/images/meta-og.png"><link rel="icon" href="/favicon.ico"><link rel="apple-touch-icon" href="/logo192.png"><meta name="next-size-adjust"><script>
(function() {
var theme = localStorage.getItem('kalshi-color-palette');
if (theme === 'dark') {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
var userId = localStorage.getItem('userId');
if (!!userId) {
document.documentElement.classList.add('user-logged-in');
} else {
document.documentElement.classList.remove('user-logged-in');
}
})();
</script><meta name="robots" content="noindex"><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" nomodule=""></script><link rel="preload" href="/_next/static/media/8e9860b6e62d6359-s.p.woff2" as="font" crossorigin="" type="font/woff2"><link rel="preload" href="/_next/static/media/ff710c092db72df4-s.p.woff2" as="font" crossorigin="" type="font/woff2"><script src="https://cdn.lr-ingest.io/logger-1.min.js" async=""></script><style type="text/css">.transform-component-module_wrapper__SPB86 {
position: relative;
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
overflow: hidden;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
margin: 0;
padding: 0;
transform: translate3d(0, 0, 0);
}
.transform-component-module_content__FBWxo {
display: flex;
flex-wrap: wrap;
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 0;
transform-origin: 0% 0%;
}
.transform-component-module_content__FBWxo img {
pointer-events: none;
}
</style><script src="https://js.stripe.com/clover/stripe.js"></script><style data-jss="" data-meta="Unthemed">
.enabledIconButton-0-2-9 {
cursor: pointer;
transition: opacity 83ms, transform 167ms;
}
.enabledIconButton-0-2-9:active {
transform: scale(0.9);
transition: opacity 50ms, transform 50ms;
}
.rotateIcon-0-2-10 {
animation: keyframes-rotate-0-2-11 0.8s ease-in-out;
}
@-webkit-keyframes keyframes-rotate-0-2-11 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.mirror-0-2-12 {
transform: scaleX(-1);
}
</style><style data-jss="" data-meta="Unthemed">
.base-0-2-17 {
border: 0;
transition: background-color 83ms;
border-radius: 8px;
background-color: transparent;
}
.default-0-2-18 {
color: var(--kalshi-palette-text-x10, rgba(0, 0, 0, 0.9));
}
.default-0-2-18:hover {
background-color: var(--kalshi-palette-fill-x50, rgba(0, 0, 0, 0.07));
}
.destructive-0-2-19 {
color: var(--kalshi-palette-critical-x10, rgba(217, 22, 22, 1));
}
.destructive-0-2-19:hover {
background-color: var(--kalshi-palette-fill-x50, rgba(0, 0, 0, 0.07));
}
.brand-0-2-20 {
color: var(--kalshi-palette-brand-primary, #09C285);
}
.brand-0-2-20:hover {
background-color: var(--kalshi-palette-fill-x50, rgba(0, 0, 0, 0.07));
}
.success-0-2-21 {
color: var(--kalshi-palette-green-x10, rgba(10, 194, 133, 1));
}
.success-0-2-21:hover {
background-color: var(--kalshi-palette-fill-x50, rgba(0, 0, 0, 0.07));
}
.disabled-0-2-22 {
color: var(--kalshi-palette-fill-x30, rgba(0, 0, 0, 0.2));
}
.leaderboard-0-2-23 {
color: var(--kalshi-palette-fill-x20, rgba(0, 0, 0, 0.35));
}
</style><style data-jss="" data-meta="Unthemed">
.medium-0-2-13 {
padding: 12px;
min-width: 48px;
min-height: 48px;
}
.small-0-2-14 {
padding: 8px;
min-width: 40px;
min-height: 40px;
}
.tiny-0-2-15 {
padding: 4px;
min-width: 32px;
min-height: 32px;
}
.minuscule-0-2-16 {
padding: 2px;
}
</style><style data-jss="" data-meta="Unthemed">
@-webkit-keyframes keyframes-show-0-2-2 {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes keyframes-slideIntoPosition-0-2-3 {
from {
transform: translateY(24px);
}
to {
transform: none;
}
}
.background-0-2-4 {
top: 0;
left: 0;
color: var(--kalshi-palette-text-x10, rgba(0, 0, 0, 0.9));
width: 100vw;
height: 100vh;
display: flex;
z-index: 1000;
position: fixed;
animation: keyframes-show-0-2-2 0.1s ease forwards;
justify-content: center;
background-color: var(--kalshi-palette-surface-overlay, rgba(0, 0, 0, 0.4));
}
.modal-0-2-5 {
top: 56px;
height: fit-content;
opacity: 0;
position: relative;
animation: keyframes-show-0-2-2 0.3s ease 0.1s forwards, keyframes-slideIntoPosition-0-2-3 0.3s ease 0.1s forwards;
max-width: calc(100vw - 16px - 16px);
box-sizing: border-box;
max-height: calc(100vh - 64px - 16px);
border-radius: 16px;
background-color: var(--kalshi-palette-surface-x10, rgba(255, 255, 255, 1));
}
@media (max-width: 599px) {
.modal-0-2-5 {
height: 100vh;
animation: keyframes-show-0-2-2 0.3s ease forwards, keyframes-slideIntoPosition-0-2-3 0.3s ease forwards;
max-width: none;
margin-top: 0;
max-height: none;
border-radius: 0;
}
}
.dialog-0-2-6 {
height: fit-content;
opacity: 0;
animation: keyframes-show-0-2-2 0.3s ease 0.1s forwards, keyframes-slideIntoPosition-0-2-3 0.3s ease 0.1s forwards;
max-width: calc(100vw - 16px - 16px);
align-self: center;
box-sizing: border-box;
max-height: calc(100vh - 16px - 16px);
border-radius: 16px;
background-color: var(--kalshi-palette-surface-x10, rgba(255, 255, 255, 1));
}
</style><style data-jss="" data-meta="Unthemed">
.root-0-2-1 {
left: 50%;
z-index: 2000;
position: fixed;
transform: translate(-50%, 0);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 8px;
background-color: var(--kalshi-palette-surface-x40, rgba(255, 255, 255, 1));
}
.content-0-2-2 {
gap: 12px;
width: 320px;
display: flex;
padding: 12px;
max-width: 560px;
min-width: 320px;
box-sizing: border-box;
align-items: center;
border-radius: 8px;
}
@media (max-width: 599px) {
.content-0-2-2 {
width: min(100vw - 32px, 540px);
min-width: unset;
}
}
.neutral-0-2-3 {
color: var(--kalshi-palette-yes-x10, rgba(38, 92, 255, 1));
background-color: var(--kalshi-palette-surface-x40, rgba(255, 255, 255, 1));
}
.positive-0-2-4 {
color: var(--kalshi-palette-special-black, linear-gradient(135deg, #B2ADA1 0%, #A09C91 25%, #D1CEC7 50%, #8E8A81 75%, #B2ADA1 100%));
background-color: var(--kalshi-palette-brand-primary, #09C285);
}
.negative-0-2-5 {
color: var(--kalshi-palette-critical-x10, rgba(217, 22, 22, 1));
background-color: var(--kalshi-palette-surface-x40, rgba(255, 255, 255, 1));
}
.default-0-2-6 {
color: var(--kalshi-palette-text-inverse, rgba(255, 255, 255, 1));
background-color: var(--kalshi-palette-surface-inverse, rgba(26, 26, 26, 1));
}
.interactive-0-2-7 {
cursor: pointer;
}
.interactive-0-2-7:hover {
background: var(--kalshi-palette-fill-x40, rgba(0, 0, 0, 0.1));
}
.interactive-0-2-7:active {
background: var(--kalshi-palette-fill-x30, rgba(0, 0, 0, 0.2));
}
.textBox-0-2-8 {
display: flex;
flex-grow: 1;
align-items: center;
}
.actionBox-0-2-9 {
cursor: pointer;
display: flex;
flex-grow: 0;
margin-left: auto;
justify-content: flex-end;
}
</style><style data-jss="" data-meta="Unthemed">
.rootPopoverSearch-0-2-1 {
display: flex;
padding: 4px;
max-height: calc(90vh - 70px);
overflow-y: auto;
flex-direction: column;
}
.popoverLike-0-2-2 {
position: absolute;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
margin-top: 8px;
border-radius: 8px;
background-color: var(--kalshi-palette-surface-x40, rgba(255, 255, 255, 1));
}
.notFoundTips-0-2-3 {
gap: 8px;
display: flex;
flex-direction: column;
}
.notFoundFooter-0-2-4 {
cursor: pointer;
margin: 0 -16px;
display: flex;
padding: 16px;
justify-content: space-between;
}
.notFoundFooter-0-2-4:hover {
background-color: var(--kalshi-palette-fill-x50, rgba(0, 0, 0, 0.07));
}
.notFoundFooter-0-2-4:active {
background-color: var(--kalshi-palette-fill-x40, rgba(0, 0, 0, 0.1));
}
.seeAll-0-2-5 {
display: flex;
justify-content: space-between;
}
.seeAll-0-2-5:hover {
background-color: var(--kalshi-palette-fill-x60, rgba(0, 0, 0, 0.03));
}
</style><style data-jss="" data-meta="Unthemed">
.popoverContainer-0-2-1 {
left: 0;
display: flex;
opacity: 1;
z-index: 100;
position: fixed;
box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
background-color: var(--kalshi-palette-surface-x10, rgba(255, 255, 255, 1));
}
.columnContainer-0-2-2 {
gap: 24px;
width: 100%;
display: flex;
position: relative;
overflow-x: auto;
overflow-y: hidden;
background-color: var(--kalshi-palette-surface-x10, rgba(255, 255, 255, 1));
}
.categoryColumn-0-2-3 {
flex: 1 1 18%;
min-width: 96px;
white-space: nowrap;
margin-right: 24px;
margin-bottom: 24px;
}
.categoryTitle-0-2-4 {
align-items: center;
padding-top: 5px;
padding-bottom: 5px;
}
.subcategory-0-2-5 {
align-items: center;
padding-top: 5px;
padding-bottom: 5px;
}
.moreCategories-0-2-6 {
flex: 1 1 18%;
min-width: 96px;
white-space: nowrap;
}
.categoryLink-0-2-7 {
cursor: pointer;
display: block;
}
.categoryLink-0-2-7:hover {
text-decoration: underline;
text-decoration-color: var(--kalshi-palette-green-x40, rgba(8, 163, 112, 1));
}
.link-0-2-8 {
color: var(--kalshi-palette-text-x10, rgba(0, 0, 0, 0.9));
cursor: pointer;
display: block;
}
.link-0-2-8:hover {
color: var(--kalshi-palette-text-x20, rgba(0, 0, 0, 0.5));
text-decoration-color: var(--kalshi-palette-text-x10, rgba(0, 0, 0, 0.9));
}
</style><style data-jss="" data-meta="Unthemed">
.box-0-2-1 {
width: 100%;
border: 1px solid var(--kalshi-palette-fill-x50, rgba(0, 0, 0, 0.07));
border-radius: 8px;
}
</style><style data-emotion="mui" data-s=""></style><meta name="robots" content="noindex"><script src="/_vercel/insights/script.js" defer="" data-sdkn="@vercel/analytics/next" data-sdkv="1.5.0" data-disable-auto-track="1"></script><script src="/_vercel/speed-insights/script.js" defer="" data-sdkn="@vercel/speed-insights/next" data-sdkv="1.2.0" data-route="/markets/[...slug]"></script><script defer="" src="https://res4.applovin.com/p/104/b/bs.c9e1074f5b3f9fc8ea15d152add07294-1.iife.js"></script><script defer="" src="https://res4.applovin.com/p/104/hs/hs.iife.js"></script></head><body class="__className_09cb3e overflow-x-hidden" style="overflow: hidden auto;"><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NP66QTXD" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!--$--><!--/$--><div class="bg-surface-x10 text-text-x10 w-full box-border absolute top-0 left-0 min-h-full" id="top-level-layout" style="padding-right: 0px;"><!--$--><!--/$--><!--$--><!--/$--><div style="width:100%;height:65px"></div><!--$--><!--/$--><div class=""></div><div class="flex w-screen bg-surface-x10 z-[100] fixed left-0 backdrop-blur-md min-h-7 items-center box-border border-solid border-b border-b-fill-x50 border-t-0 border-l-0 border-r-0 sm:border-b-0" style="top:0;margin-right:0" data-testid="navbar-top"><div class=" flex w-svw md:w-full" style="padding-left: 0px;"><div class="flex flex-col gap-0.5 m-auto justify-center box-border w-full md:min-h-7 max-w-[var(--menu-width)] md:max-w-none pl-3 pr-[39px] md:pr-3"><div class="flex w-full h-5 my-1.5"><div class="flex justify-start items-center gap-1.5 md:grow"><div data-testid="navbar-logo"><a class="flex flex-col justify-center cursor-pointer" role="link" href="/"><svg width="78" height="20px" viewBox="0 0 78 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="transition-all duration-200" style="padding:12px;margin:-12px;color:var(--kalshi-palette-brand-primary, #09C285);overflow:visible"><path d="M40.1043 0H36.0332V19.9986H40.1043V0Z" fill="currentColor" fill-opacity="0.9"></path><path d="M0.416887 0.0221237H4.73849V8.99348L12.818 0.0221237H18.0582L10.6468 8.24586L18.5384 20H13.3608L7.59868 11.5686L4.73849 14.7459V20H0.416887V0.0221237Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M34.4675 19.8117H32.4007C30.5426 19.8117 29.624 19.0017 29.6658 17.4027C29.1229 18.2334 28.4549 18.8771 27.6824 19.3132C26.8891 19.7494 25.9496 19.9778 24.8222 19.9778C23.1729 19.9778 21.8368 19.604 20.8138 18.8564C19.8117 18.088 19.3106 17.0289 19.3106 15.6582C19.3106 14.1007 19.8952 12.8962 21.0434 12.0656C22.2126 11.2141 23.9036 10.778 26.1166 10.778H29.0603V10.0719C29.0603 9.40737 28.8098 8.8882 28.3087 8.49362C27.8077 8.09905 27.1396 7.89138 26.2836 7.89138C25.532 7.89138 24.9266 8.05752 24.4464 8.36902C23.9662 8.70129 23.674 9.1374 23.5905 9.67734H19.6446C19.7699 8.18212 20.4589 7.01916 21.6697 6.18848C22.8806 5.3578 24.4882 4.92169 26.4924 4.92169C28.5801 4.92169 30.2086 5.37857 31.3359 6.29232C32.4842 7.20607 33.0688 8.53516 33.0688 10.2588V15.4298C33.0688 15.7828 33.1523 16.0321 33.2984 16.1774C33.4445 16.302 33.6951 16.3851 34.0291 16.3851H34.4675V19.8117ZM26.0749 13.4569C25.2398 13.4569 24.5717 13.6231 24.0915 13.9761C23.6322 14.3084 23.4026 14.7653 23.4026 15.3675C23.4026 15.8867 23.5905 16.2813 23.9871 16.5928C24.3838 16.9043 24.9266 17.0496 25.5947 17.0496C26.6594 17.0496 27.4945 16.7589 28.1 16.1567C28.7054 15.5544 29.0394 14.7445 29.0603 13.7269V13.4569H26.0749Z" fill="currentColor"></path><path d="M45.5115 14.9314C45.5741 15.5752 45.8873 16.0944 46.4718 16.5097C47.0564 16.9043 47.7871 17.112 48.6848 17.112C49.5408 17.112 50.2297 16.9874 50.7308 16.7174C51.2318 16.4266 51.4824 16.0321 51.4824 15.5129C51.4824 15.1391 51.3571 14.8483 51.1275 14.6614C50.8978 14.4745 50.5638 14.3292 50.1462 14.2669C49.7287 14.163 49.0397 14.0592 48.0794 13.9554C46.7641 13.7892 45.6785 13.5608 44.8225 13.2908C43.9665 13.0208 43.2567 12.6055 42.7557 12.024C42.2337 11.4426 41.9832 10.6949 41.9832 9.73966C41.9832 8.78438 42.2337 7.9537 42.7557 7.22685C43.2985 6.47924 44.0501 5.91853 45.0104 5.50319C45.9708 5.10861 47.0773 4.90094 48.3299 4.90094C50.355 4.92171 51.9625 5.35782 53.1943 6.1885C54.4469 7.01918 55.115 8.18213 55.2194 9.67736H51.3571C51.2945 9.11665 51.0022 8.68054 50.4594 8.3275C49.9374 7.97446 49.2694 7.78756 48.4343 7.78756C47.6618 7.78756 47.0355 7.93293 46.5553 8.22367C46.096 8.5144 45.8664 8.88821 45.8664 9.36585C45.8664 9.71889 45.9916 9.9681 46.2422 10.1342C46.4927 10.3004 46.8267 10.425 47.2234 10.508C47.6201 10.5911 48.309 10.6742 49.2485 10.7572C51.2527 10.9857 52.7768 11.4218 53.8206 12.0448C54.9062 12.647 55.4282 13.7062 55.4282 15.2222C55.4282 16.1774 55.1359 17.0081 54.5722 17.735C54.0085 18.4618 53.2361 19.0225 52.2131 19.4171C51.211 19.7909 50.0418 19.9986 48.7266 19.9986C46.6806 19.9986 44.9895 19.5417 43.716 18.6487C42.4216 17.735 41.7535 16.4889 41.67 14.9314H45.5115Z" fill="currentColor"></path><path d="M69.7503 6.72852C68.623 5.6694 67.2033 5.12946 65.4496 5.12946C63.6333 5.12946 62.1719 5.794 61.0654 7.12309V0H56.9943V19.9986H61.0654V12.4602C61.0654 11.1934 61.3368 10.2174 61.9213 9.5113C62.5059 8.80522 63.3201 8.45218 64.364 8.45218C65.3661 8.45218 66.1177 8.78445 66.6187 9.42823C67.1198 10.0512 67.3703 10.965 67.3703 12.1902V19.9986H71.4414V12.0241C71.4414 9.55283 70.8777 7.78763 69.7503 6.72852Z" fill="currentColor"></path><path d="M73.0068 5.29551H77.0779V19.9778H73.0068V5.29551Z" fill="currentColor" fill-opacity="0.9"></path><path d="M76.473 0.581477C76.0972 0.20767 75.617 0 75.0324 0C74.4688 0 73.9677 0.20767 73.571 0.581477C73.1952 0.955283 72.9865 1.41216 72.9865 1.97287C72.9865 2.53358 73.1952 3.01122 73.571 3.38503C73.9677 3.75883 74.4688 3.9665 75.0324 3.9665C75.5961 3.9665 76.0972 3.7796 76.473 3.38503C76.8488 2.99045 77.0575 2.53358 77.0575 1.97287C77.0575 1.41216 76.8488 0.934516 76.473 0.581477Z" fill="currentColor"></path></svg></a></div><div class="flex gap-0.5 md:hidden"><div><div class=""><button class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1 px-1 min-h-[40px] bg-[#00000000] text-text-x10 border-none hover:bg-fill-x50 active:bg-fill-x30 w-full" style="font-family:var(--inter-font)"><span style="color:inherit;font-size:13px;line-height:20px;font-weight:500;letter-spacing:0.13px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on"><div style="display:flex;flex-wrap:nowrap;align-items:center"><span style="color:inherit;font-size:13px;line-height:20px;font-weight:500;letter-spacing:0.13px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Markets</span></div></span></button></div></div><a style="color: var(--kalshi-palette-critical-x10, rgba(217, 22, 22, 1));" class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1 px-1 min-h-[40px] bg-[#00000000] text-text-x10 border-none hover:bg-fill-x50 active:bg-fill-x30" role="link" href="/calendar"><span style="color:inherit;font-size:13px;line-height:20px;font-weight:500;letter-spacing:0.13px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Live</span></a><a style="font-family:var(--inter-font)" class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1 px-1 min-h-[40px] bg-[#00000000] text-text-x10 border-none hover:bg-fill-x50 active:bg-fill-x30" role="link" href="/ideas/feed"><span style="color:inherit;font-size:13px;line-height:20px;font-weight:500;letter-spacing:0.13px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Ideas</span></a><a href="https://docs.kalshi.com" class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1 px-1 min-h-[40px] bg-[#00000000] text-text-x10 border-none hover:bg-fill-x50 active:bg-fill-x30" style="font-family:var(--inter-font)" target="_blank" rel="noopener noreferrer"><span style="color:inherit;font-size:13px;line-height:20px;font-weight:500;letter-spacing:0.13px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">API</span></a></div></div><nav class="flex justify-end items-center gap-1 h-5 grow animate-fade-in "><div class="flex items-center w-full max-w-[380px] grow ml-2 md:hidden"><div style="width: 100%;"><div class="relative w-full"><form><input id="search-navbar" placeholder="Search markets or profiles" class="rounded-x30 border border-solid border-custom-transparent pl-[44px] text-text-x10 transition-[background-color] duration-[300ms] cubic-bezier(0.66, 0, 0.34, 1) bg-fill-x50 text-[15px] font-normal leading-6 hover:border-fill-x30 hover:bg-surface-x10 focus:border-[#00D991] focus:outline focus:outline-1 focus:outline-[#00D991] focus:bg-surface-x10 focus-visible:border-[#00D991] focus-visible:bg-surface-x10 w-[calc(100%-44px)] max-w-[380px] h-[36px] pr-0" autocomplete="off" value="" style=""></form><div class="absolute top-0 bottom-0 flex items-center"><div class="pl-1.5 undefined"><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium mui-q7mezt" focusable="false" color="var(--kalshi-palette-text-x20, rgba(0, 0, 0, 0.5))" aria-hidden="true" viewBox="0 0 24 24" data-testid="SearchIcon" size="24" style="font-size: 24px; vertical-align: middle;"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"></path></svg></div></div><div class="absolute top-0 bottom-0 z-[1] right-1.5 flex items-center"><span style="color: var(--kalshi-palette-fill-x30, rgba(0, 0, 0, 0.2)); font-size: 13px; line-height: 20px; font-weight: 400; letter-spacing: 0.13px; font-feature-settings: "cv09", "cv01", "cv08", "case";">/</span></div></div></div></div><div class="relative"><span class="select-none [&_*]:select-none cursor-pointer" aria-label=""><div class="flex flex-col items-center justify-center rounded-x20 h-5 pt-0.5 pb-0.5 pl-1 pr-1 cursor-pointer transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] hover:bg-fill-x50" role="button" style="padding: 0px; background: none;"><div style="min-height: 24px; display: flex; align-items: center;"><div class=""><button class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1 px-1.5 min-w-[60px] min-h-[40px] border !border-solid border-fill-x40 bg-custom-transparent text-text-x10 hover:bg-fill-x50 active:bg-fill-x30 !text-green-x10 w-full" style="font-family: var(--inter-font);"><span style="color: inherit; font-size: 13px; line-height: 20px; font-weight: 500; letter-spacing: 0.13px; font-feature-settings: "cv09", "cv01", "cv08", "case";">Log in</span></button></div></div></div></span></div><div class="relative"><span class="select-none [&_*]:select-none cursor-pointer" aria-label=""><div class="flex flex-col items-center justify-center rounded-x20 h-5 pt-0.5 pb-0.5 pl-1 pr-1 cursor-pointer transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms]" role="button" style="padding: 0px; background: none;"><div style="min-height: 24px; display: flex; align-items: center;"><div class=""><button class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1 px-1.5 min-w-[60px] min-h-[40px] bg-brand-primary text-text-inverse active:bg-green-x50 w-full" style="font-family: var(--inter-font);"><span style="color: inherit; font-size: 13px; line-height: 20px; font-weight: 500; letter-spacing: 0.13px; font-feature-settings: "cv09", "cv01", "cv08", "case";">Sign up</span></button></div></div></div></span></div></nav></div></div></div></div><div class="flex-col w-full fixed bottom-0 left-0 z-[91] hidden md:flex" data-testid="navbar-bottom"><div class="flex items-center justify-between w-full m-auto box-border min-h-7 p-0.5 bg-surface-x10"></div></div><div class="h-full w-screen box-border md:w-full min-h-[90vh]" style="display:flex"><div class="watchlist-component hidden border-0 border-r border-solid border-fill-x50 self-stretch flex-shrink-0 relative transition-[width] duration-[300ms] ease-[cubic-bezier(0.36,0,0.66,-0.56)]" style="width:56px"><div class="w-full sticky overflow-y-auto scrollbar-none [scrollbar-width:none] [-ms-overflow-style:none] " style="top:65px;max-height:calc(100vh - 65px - 16px);padding:8px"><button class="enabledIconButton-0-2-9 default-0-2-18 base-0-2-17 tiny-0-2-15"><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium mui-q7mezt" focusable="false" color="inherit" aria-hidden="true" viewBox="0 0 24 24" data-testid="FormatListBulletedIcon" size="20" style="font-size: 20px; vertical-align: middle;"><path d="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5m0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5M7 19h14v-2H7zm0-6h14v-2H7zm0-8v2h14V5z"></path></svg></button></div></div><!--$--><!--$--><!--/$--><!--/$--><div class="flex items-center justify-center w-full h-full"><div class="flex items-center justify-center h-[70vh]"><div class="flex flex-col gap-3 items-center max-w-[300px]"><div class="max-w-full"><img alt="404 Not Found" loading="lazy" width="1" height="1" decoding="async" data-nimg="1" sizes="100vw" srcset="/_next/image?url=%2Fimages%2F404.png&w=640&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 640w, /_next/image?url=%2Fimages%2F404.png&w=750&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 750w, /_next/image?url=%2Fimages%2F404.png&w=828&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 828w, /_next/image?url=%2Fimages%2F404.png&w=1080&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 1080w, /_next/image?url=%2Fimages%2F404.png&w=1200&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 1200w, /_next/image?url=%2Fimages%2F404.png&w=1920&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 1920w, /_next/image?url=%2Fimages%2F404.png&w=2048&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 2048w, /_next/image?url=%2Fimages%2F404.png&w=3840&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL 3840w" src="/_next/image?url=%2Fimages%2F404.png&w=3840&q=75&dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" style="color: transparent; width: 100%; height: auto;"></div><div class="flex flex-col gap-1 items-center"><span style="color: inherit; font-size: 15px; line-height: 24px; font-weight: 600; font-feature-settings: "cv09", "cv01", "cv08", "case";">Page not found</span><div class="flex flex-col gap-2"><span class="text-center"><span style="color: inherit; font-size: 13px; line-height: 20px; font-weight: 400; letter-spacing: 0.13px; font-feature-settings: "cv09", "cv01", "cv08", "case";">We can't seem to find the page you're looking for. Check to see if the link you're trying to visit is correct. If the problem persists, <a href="mailto:support@kalshi.com" style="color: inherit; cursor: pointer; font-size: 13px; line-height: 20px; font-weight: 400; letter-spacing: 0.13px; text-decoration-line: underline;">let us know.</a></span></span><a class="inline-flex justify-center items-center rounded-x30 box-border cursor-pointer border-none h-fit whitespace-nowrap flex-nowrap transition-[opacity,background-color,transform] duration-83 hover:opacity-80 active:scale-90 active:transition-[opacity,background-color,transform] active:duration-50 [&:not(:active)]:transition-[opacity,background-color,transform] [&:not(:active)]:duration-[83ms,83ms,167ms] outline-none outline-offset-0 outline-0 outline-[#00000000] focus-visible:outline-2 focus-visible:outline-brand-primary py-1.5 px-2 min-w-[72px] min-h-[48px] text-text-inverse bg-fill-x10 active:bg-fill-x30" role="link" href="/" style="font-family: var(--inter-font);"><span style="color: inherit; font-size: 15px; line-height: 24px; font-weight: 500; letter-spacing: 0.15px; font-feature-settings: "cv09", "cv01", "cv08", "case";">Go to home page</span></a> </div></div></div></div></div></div><footer class="bg-fill-x50 mt-7 pt-3 pb-3 pl-2 pr-2 sm:pt-2 sm:pb-8"><div class="box-border ml-auto mr-auto flex flex-col justify-center max-w-[1072px] sm:max-w-[min(100%-32px,640px)]"><div class="flex justify-between gap-3 sm:flex-wrap"><div class="flex flex-col gap-2 sm:w-[calc(50%-16px)]"><div style="display:flex;flex-direction:column"><div style="padding-bottom:8px" class="text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:500;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Company</span></div><a target="_blank" rel="noopener noreferrer" href="/blog" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Blog</span></a><a target="_blank" rel="noopener noreferrer" href="/careers" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Careers</span></a><a target="_blank" rel="noopener noreferrer" href="/privacy-policy" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Privacy Policy</span></a><a target="_blank" rel="noopener noreferrer" href="https://kalshi-public-docs.s3.amazonaws.com/kalshi-data-terms-of-service.pdf" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Data Terms of Service</span></a><a target="_blank" rel="noopener noreferrer" href="/about" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Company</span></a><a target="_blank" rel="noopener noreferrer" href="/brandkit" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Brand Kit</span></a></div></div><div class="flex flex-col gap-2 sm:w-[calc(50%-16px)]"><div style="display:flex;flex-direction:column"><div style="padding-bottom:8px" class="text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:500;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Social</span></div><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/kalshi" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">X (Twitter)</span></a><a target="_blank" rel="noopener noreferrer" href="https://linkedin.com/company/kalshi/" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">LinkedIn</span></a><a target="_blank" rel="noopener noreferrer" href="https://discord.com/invite/kalshi" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Discord</span></a><a target="_blank" rel="noopener noreferrer" href="https://facebook.com/TradeWithKalshi" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Facebook</span></a><a target="_blank" rel="noopener noreferrer" href="https://instagram.com/kalshi/" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Instagram</span></a><a target="_blank" rel="noopener noreferrer" href="https://www.reddit.com/r/Kalshi/" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Reddit</span></a><a target="_blank" rel="noopener noreferrer" href="https://www.tiktok.com/@kalshi" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">TikTok</span></a></div></div><div class="flex flex-col gap-2 sm:w-[calc(50%-16px)]"><div style="display:flex;flex-direction:column"><div style="padding-bottom:8px" class="text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:500;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Product</span></div><a target="_blank" rel="noopener noreferrer" href="https://help.kalshi.com" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Help Center</span></a><a target="_blank" rel="noopener noreferrer" href="https://docs.kalshi.com" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">API</span></a><a target="_blank" rel="noopener noreferrer" href="/faq" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">FAQ</span></a><a target="_blank" rel="noopener noreferrer" href="https://kalshi-public-docs.s3.amazonaws.com/kalshi_finance_faq.pdf" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">FAQ for Finance Professionals</span></a><a target="_blank" rel="noopener noreferrer" href="/regulatory" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Regulatory</span></a><a target="_blank" rel="noopener noreferrer" href="https://help.kalshi.com/trading/what-are-trading-hours" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Trading Hours</span></a><a target="_blank" rel="noopener noreferrer" href="/fee-schedule" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Fee Schedule</span></a><a target="_blank" rel="noopener noreferrer" href="https://kalshi-public-docs.s3.amazonaws.com/kalshi-source-agency-trading-prohibitions.pdf" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Trading Prohibitions</span></a><a target="_blank" rel="noopener noreferrer" href="/incentives" class="cursor-pointer break-words pt-0.75 pb-0.75 hover:underline text-text-x10"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Incentive Program</span></a></div></div></div><hr class="border-none flex-shrink-0 self-stretch" style="background-color:var(--fill-x50);width:calc(100% - 0px * 2);height:1px;margin-inline-start:0px;margin-inline-end:0px;margin-block-start:16px;margin-block-end:16px"><span style="color:var(--text-x20);font-size:13px;line-height:20px;font-weight:500;letter-spacing:0.13px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on" data-nosnippet="true">© 2025 Kalshi Inc.</span><div class="pt-1 text-text-x20" data-nosnippet="true"><span style="color:inherit;font-size:11px;line-height:18px;font-weight:400;letter-spacing:0.11px;font-feature-settings:'cv09' on, 'cv01' on, 'cv08' on, 'case' on">Trading on Kalshi involves risk and may not be appropriate for all. Members risk losing
their cost to enter any transaction, including fees. You should carefully consider
whether trading on Kalshi is appropriate for you in light of your investment experience
and financial resources. Any trading decisions you make are solely your responsibility
and at your own risk. Information is provided for convenience only on an "AS IS" basis.
Past performance is not necessarily indicative of future results. Kalshi is subject to
U.S. regulatory oversight by the CFTC.</span></div></div></footer></div><!--$--><!--/$--><!--$--><!--/$--><script src="/_next/static/chunks/webpack-213a4065033d0b4e.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/8e9860b6e62d6359-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/media/ff710c092db72df4-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n3:HL[\"/_next/static/css/aa831bffcfa78fc6.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"style\"]\n4:HL[\"/_next/static/css/ccbeb162d02aa357.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"style\"]\n5:HL[\"/_next/static/css/e5d7c5090de12352.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"style\"]\n6:HL[\"/_next/static/css/5f965642b74a5c8c.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"style\"]\n7:HL[\"/_next/static/css/934dedd01726bc29.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"style\"]\n"])</script><script>self.__next_f.push([1,"8:I[12846,[],\"\"]\nc:I[4707,[],\"\"]\nd:I[36423,[],\"\"]\n10:I[21667,[\"6470\",\"static/chunks/app/global-error-77c69d2af6604838.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n11:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L8\",null,{\"buildId\":\"wP1rN0YZ9gLnoT-TTVoXm\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"markets\",\"KXPOLITICS\"],\"initialTree\":[\"\",{\"children\":[\"markets\",{\"children\":[[\"slug\",\"KXPOLITICS\",\"c\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"markets\",{\"children\":[[\"slug\",\"KXPOLITICS\",\"c\"],{\"children\":[\"__PAGE__\",{},[[\"$L9\",\"$La\",null],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/934dedd01726bc29.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],\"$Lb\"],null],null]},[null,[\"$\",\"$Lc\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"markets\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Ld\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],[[\"$\",\"div\",null,{\"className\":\"w-full animate-fade-in\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex w-full mb-6 justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex w-full justify-center pt-3 pl-3 pr-[39px] md:pr-3 box-border max-w-[1320px] gap-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col w-[calc(100%-352px)] md:w-full\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex gap-3 w-full justify-center\",\"children\":[[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"80px\",\"minWidth\":\"80px\",\"height\":\"80px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 rounded-[4px]\"}]],[\"$\",\"div\",null,{\"className\":\"flex flex-col w-full gap-1 my-1.5\",\"children\":[[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"100%\",\"minWidth\":\"100%\",\"height\":\"20px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 undefined\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"30%\",\"minWidth\":\"30%\",\"height\":\"20px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 undefined\"}]]]}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1.5 mt-3\",\"children\":[[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"100%\",\"minWidth\":\"100%\",\"height\":\"300px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 undefined\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"100%\",\"minWidth\":\"100%\",\"height\":\"180px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 undefined\"}]]]}]]}],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"352px\",\"minWidth\":\"352px\",\"height\":\"400px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 md:hidden rounded-x40\"}]]]}]}]}],[],[]]]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/aa831bffcfa78fc6.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/ccbeb162d02aa357.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e5d7c5090de12352.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/5f965642b74a5c8c.css?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],\"$Le\"],null],[[\"$\",\"div\",null,{\"className\":\"w-full animate-fade-in\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex w-full justify-center py-2 box-border\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-2 w-full box-border mx-auto px-3 max-w-[var(--menu-width)]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex gap-1\",\"children\":[[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"70px\",\"minWidth\":\"70px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"140px\",\"minWidth\":\"140px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"90px\",\"minWidth\":\"90px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"160px\",\"minWidth\":\"160px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"230px\",\"minWidth\":\"230px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"110px\",\"minWidth\":\"110px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"140px\",\"minWidth\":\"140px\",\"height\":\"32px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x50\"}]]]}],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"100%\",\"minWidth\":\"100%\",\"height\":\"404px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x40 md:max-h-[300px]\"}]],[\"$\",\"div\",null,{\"className\":\"flex gap-2 mt-2 max-w-full\",\"children\":[[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1 lg:hidden\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1 md:hidden\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1 sm:hidden\"}]]]}],[\"$\",\"div\",null,{\"className\":\"flex gap-2 max-w-full\",\"children\":[[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1 lg:hidden\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1 md:hidden\"}]],[[\"$\",\"style\",null,{\"children\":\"\\n @keyframes pulse {\\n 0% {\\n box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);\\n }\\n 100% {\\n box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);\\n }\\n }\\n \"}],[\"$\",\"div\",null,{\"style\":{\"width\":\"auto\",\"minWidth\":\"auto\",\"height\":\"200px\",\"borderRadius\":\"4px\",\"animation\":\"pulse 5s infinite\"},\"className\":\"bg-fill-x60 !rounded-x20 flex-1 sm:hidden\"}]]]}]]}]}]}],[],[]]],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Lf\"],\"globalErrorComponent\":\"$10\",\"missingSlots\":\"$W11\"}]\n"])</script><script>self.__next_f.push([1,"12:I[88003,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9810\",\"static/chunks/4408ca20-1bc1f45c4957b858.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1065\",\"static/chunks/1065-8c9ba97c02c33f1f.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7980\",\"static/chunks/7980-df089979a745ec82.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5606\",\"static/chunks/5606-375ea65d83f63da7.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3826\",\"static/chunks/3826-2136ca4a4d62270c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3822\",\"static/chunks/3822-a408a07f5b5cee51.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2962\",\"static/chunks/2962-1f7676c7af7c0fd5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8811\",\"static/chunks/8811-b5714238f0bb0efa.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4074\",\"static/chunks/4074-7364717b7ce0d4a6.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9049\",\"static/chunks/9049-0f8a08f521a80510.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5425\",\"static/chunks/5425-27b98bb385c346df.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4466\",\"static/chunks/4466-3c4ce0eae8067629.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3582\",\"static/chunks/3582-56c34412c39164a9.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8347\",\"static/chunks/8347-2aaa8b8a1debf235.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1323\",\"static/chunks/app/markets/%5B...slug%5D/layout-ef044e8fc0c4b76f.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"\"]\n"])</script><script>self.__next_f.push([1,"13:I[89541,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"14:I[84363,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"NuqsAdapter\"]\n"])</script><script>self.__next_f.push([1,"15:I[66604,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"16:I[71770,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"17:I[55032,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"18:I[94779,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"19:I[21996,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"1a:\"$Sreact.suspense\"\n1b:I[65878,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9160\",\"static/chunks/app/not-found-2f9b966613a327b3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"Image\"]\n1c:I[28447,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9160\",\"static/chunks/app/not-found-2f9b966613a327b3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"1d:I[62652,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"1e:I[49197,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"Analytics\"]\n"])</script><script>self.__next_f.push([1,"1f:I[1952,[\"5147\",\"static/chunks/6468630d-433422e6f6f0cc92.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1716\",\"static/chunks/56868bf5-af156531e500d035.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"4370\",\"static/chunks/bf76e631-bf7cd4352f1c38b8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2001\",\"static/chunks/0c177acc-6298bea0c245d044.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2279\",\"static/chunks/2279-dfe7bce695d2b00a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7280\",\"static/chunks/7280-fb09339d72ed1240.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7198\",\"static/chunks/7198-75f573db8a6061af.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8633\",\"static/chunks/8633-11c2cd12042157ef.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9140\",\"static/chunks/9140-d3e19acbb071b744.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8199\",\"static/chunks/8199-54202c43088c1554.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5878\",\"static/chunks/5878-bf07ee99d141f106.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5398\",\"static/chunks/5398-37d93f5c6fc5c4b5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6053\",\"static/chunks/6053-585102997bcf7008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"7726\",\"static/chunks/7726-af1143bcb931b855.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5905\",\"static/chunks/5905-83efc53533c68e9c.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9242\",\"static/chunks/9242-a232451f17b35008.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5779\",\"static/chunks/5779-c9fcf9965afba821.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2957\",\"static/chunks/2957-e6edda56946ce5e8.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9354\",\"static/chunks/9354-89610303f1f5de08.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"5628\",\"static/chunks/5628-f8d04cf98b370a1a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"681\",\"static/chunks/681-d35b0a2baec9eca3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8046\",\"static/chunks/8046-64b587ec1ac6e498.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3320\",\"static/chunks/3320-4e34a31b5c36a25b.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3040\",\"static/chunks/3040-feec76171519338a.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2062\",\"static/chunks/2062-89a034cbc194aedb.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"2655\",\"static/chunks/2655-54deae6852f215e4.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"9355\",\"static/chunks/9355-3891d32f53a60f61.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1030\",\"static/chunks/1030-cf4030e51df27bfc.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6604\",\"static/chunks/6604-408e064df96d01f5.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"8539\",\"static/chunks/8539-f094f8b34b6fddd1.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"6384\",\"static/chunks/6384-979888d2ed5bdcad.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"1378\",\"static/chunks/1378-d05ae7ae2373e8d3.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\",\"3185\",\"static/chunks/app/layout-0d6dc8cad3fb0d21.js?dpl=dpl_6vGy93AoQ2kASe5yTfSbSgZvG9nL\"],\"SpeedInsights\"]\n"])</script><script>self.__next_f.push([1,"a:\"$undefined\"\n"])</script><script>self.__next_f.push([1,"e:[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"assetlinks.json file\",\"href\":\"/.well-known/assetlinks.json\"}],[\"$\",\"link\",null,{\"rel\":\"apple-app-site-association file\",\"href\":\"/.well-known/apple-app-site-association\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://kalshi-public-docs.s3.amazonaws.com\"}],[\"$\",\"link\",null,{\"rel\":\"alternate\",\"type\":\"application/rss+xml\",\"href\":\"https://kalshi.com/blog/rss.xml\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n var theme = localStorage.getItem('kalshi-color-palette');\\n if (theme === 'dark') {\\n document.documentElement.classList.add('dark');\\n } else {\\n document.documentElement.classList.remove('dark');\\n }\\n\\n var userId = localStorage.getItem('userId');\\n if (!!userId) {\\n document.documentElement.classList.add('user-logged-in');\\n } else {\\n document.documentElement.classList.remove('user-logged-in');\\n }\\n })();\\n \"}}],[\"$\",\"$L12\",null,{\"id\":\"twitter-widget\",\"src\":\"/js/vendors/twitter.js\",\"strategy\":\"afterInteractive\"}]]}],[\"$\",\"body\",null,{\"className\":\"__className_09cb3e overflow-x-hidden\",\"children\":[[\"$\",\"noscript\",null,{\"children\":[\"$\",\"iframe\",null,{\"src\":\"https://www.googletagmanager.com/ns.html?id=GTM-NP66QTXD\",\"height\":\"0\",\"width\":\"0\",\"style\":{\"display\":\"none\",\"visibility\":\"hidden\"}}]}],[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$L16\",null,{\"children\":[[\"$\",\"$L17\",null,{\"children\":[\"$\",\"$L18\",null,{\"children\":[\"$\",\"$L19\",null,{\"showWatchlist\":true,\"children\":[\"$\",\"$1a\",null,{\"children\":[\"$\",\"$Lc\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Ld\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$\",\"div\",null,{\"className\":\"flex items-center justify-center w-full h-full\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-center justify-center h-[70vh]\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-3 items-center max-w-[300px]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"max-w-full\",\"children\":[\"$\",\"$L1b\",null,{\"src\":\"/images/404.png\",\"alt\":\"404 Not Found\",\"width\":1,\"height\":1,\"style\":{\"width\":\"100%\",\"height\":\"auto\"},\"sizes\":\"100vw\"}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-1 items-center\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"inherit\",\"WebkitTextFillColor\":\"$undefined\",\"WebkitTextStrokeColor\":\"$undefined\",\"WebkitTextStrokeWidth\":\"$undefined\",\"fontSize\":\"15px\",\"lineHeight\":\"24px\",\"fontWeight\":600,\"fontFeatureSettings\":\"'cv09' on, 'cv01' on, 'cv08' on, 'case' on\"},\"className\":\"$undefined\",\"children\":\"Page not found\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-center\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"inherit\",\"WebkitTextFillColor\":\"$undefined\",\"WebkitTextStrokeColor\":\"$undefined\",\"WebkitTextStrokeWidth\":\"$undefined\",\"fontSize\":\"13px\",\"lineHeight\":\"20px\",\"fontWeight\":400,\"letterSpacing\":\"0.13px\",\"fontFeatureSettings\":\"'cv09' on, 'cv01' on, 'cv08' on, 'case' on\"},\"className\":\"$undefined\",\"children\":[\"We can't seem to find the page you're looking for. Check to see if the link you're trying to visit is correct. If the problem persists, \",[\"$\",\"a\",null,{\"href\":\"mailto:support@kalshi.com\",\"style\":{\"color\":\"inherit\",\"cursor\":\"pointer\",\"fontSize\":\"13px\",\"lineHeight\":\"20px\",\"fontWeight\":400,\"letterSpacing\":\"0.13px\",\"textDecorationLine\":\"underline\"},\"onClick\":\"$undefined\",\"children\":\"let us know.\"}]]}]}],[\"$\",\"$L1c\",null,{\"href\":\"/\",\"text\":\"Go to home page\",\"forceNext\":true}],\" \"]}]]}]]}]}]}],\"notFoundStyles\":[]}]}]}]}]}],[\"$\",\"$L1d\",null,{}]]}]}]}]}],[\"$\",\"$L1e\",null,{}],[\"$\",\"$L1f\",null,{}]]}]]}]\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Kalshi\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Kalshi is a platform for trading on the outcome of events.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"5\",{\"name\":\"google-site-verification\",\"content\":\"__iRTEJjgJhIOf8BJ9s2w8p-CGJTXGILxlW4if97-BQ\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:title\",\"content\":\"Kalshi - Prediction Market for Trading the Future\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:description\",\"content\":\"Kalshi is a regulated exchange \u0026 prediction market where you can trade on the outcome of real-world events. Buy and sell Event Contracts.\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:image\",\"content\":\"https://kalshi.com/images/meta-og.png\"}],[\"$\",\"meta\",\"9\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"10\",{\"name\":\"twitter:title\",\"content\":\"Kalshi - Prediction Market for Trading the Future\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:description\",\"content\":\"Kalshi is a regulated exchange \u0026 prediction market where you can trade on the outcome of real-world events. Buy and sell Event Contracts.\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:image\",\"content\":\"https://kalshi.com/images/meta-og.png\"}],[\"$\",\"link\",\"13\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"link\",\"14\",{\"rel\":\"apple-touch-icon\",\"href\":\"/logo192.png\"}],[\"$\",\"meta\",\"15\",{\"name\":\"next-size-adjust\"}]]\n9:null\nb:E{\"digest\":\"NEXT_NOT_FOUND\"}\n"])</script><script src="/js/vendors/twitter.js" id="twitter-widget" data-nscript="afterInteractive"></script><next-route-announcer style="position: absolute;"></next-route-announcer><iframe scrolling="no" frameborder="0" allowtransparency="true" src="https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fkalshi.com" title="Twitter settings iframe" style="display: none;"></iframe><script type="text/javascript" id="" charset="">function create_UUID(){var a=(new Date).getTime(),d="xxxxxxxx-xxxx-4xxx-yxxxxxxxxxxxxxxx".replace(/[xy]/g,function(b){var c=(a+Math.random()*16)%16|0;a=Math.floor(a/16);return(b=="x"?c:c&3|8).toString(16)});return d}function createCookie(a,d,b){var c=new Date;c.setTime(c.getTime()+b*36E5);b=";expires\x3d"+c.toGMTString();document.cookie=d&&d!=="undefined"?a+"\x3d"+d+b+"; path\x3d/":a+"\x3d"+create_UUID()+b+"; path\x3d/"}createCookie("FPC","undefined",168);</script>
<script type="text/javascript" id="" charset="">!function(d,h,e){d.TiktokAnalyticsObject=e;var a=d[e]=d[e]||[];a.methods="page track identify instances debug on off once ready alias group enableCookie disableCookie holdConsent revokeConsent grantConsent".split(" ");a.setAndDefer=function(b,c){b[c]=function(){b.push([c].concat(Array.prototype.slice.call(arguments,0)))}};for(d=0;d<a.methods.length;d++)a.setAndDefer(a,a.methods[d]);a.instance=function(b){b=a._i[b]||[];for(var c=0;c<a.methods.length;c++)a.setAndDefer(b,a.methods[c]);return b};a.load=
function(b,c){var f="https://analytics.tiktok.com/i18n/pixel/events.js",g=c&&c.partner;a._i=a._i||{};a._i[b]=[];a._i[b]._u=f;a._i[b]._partner=g||"GoogleTagManagerClient";a._t=a._t||{};a._t[b]=+new Date;a._o=a._o||{};a._o[b]=c||{};a._partner=a._partner||"GoogleTagManagerClient";c=document.createElement("script");c.type="text/javascript";c.async=!0;c.src=f+"?sdkid\x3d"+b+"\x26lib\x3d"+e;b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(c,b)};a.load("CS8O933C77UC3ENMLB3G");a.page()}(window,
document,"ttq");</script>
<script type="text/javascript" id="" charset="">!function(d,g,e){d.TiktokAnalyticsObject=e;var a=d[e]=d[e]||[];a.methods="page track identify instances debug on off once ready alias group enableCookie disableCookie holdConsent revokeConsent grantConsent".split(" ");a.setAndDefer=function(b,c){b[c]=function(){b.push([c].concat(Array.prototype.slice.call(arguments,0)))}};for(d=0;d<a.methods.length;d++)a.setAndDefer(a,a.methods[d]);a.instance=function(b){b=a._i[b]||[];for(var c=0;c<a.methods.length;c++)a.setAndDefer(b,a.methods[c]);return b};a.load=
function(b,c){var f="https://analytics.tiktok.com/i18n/pixel/events.js";a._i=a._i||{};a._i[b]=[];a._i[b]._u=f;a._t=a._t||{};a._t[b]=+new Date;a._o=a._o||{};a._o[b]=c||{};c=document.createElement("script");c.type="text/javascript";c.async=!0;c.src=f+"?sdkid\x3d"+b+"\x26lib\x3d"+e;b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(c,b)};a.load("CS8O933C77UC3ENMLB3G");a.page()}(window,document,"ttq");</script>
<script type="text/javascript" id="" charset="">var AXON_EVENT_KEY="277230aa-6c32-4fce-9b40-e0b0ff0d0f3d";
!function(b,e){var f=["https://s.axon.ai/pixel.js","https://res4.applovin.com/p/l/loader.iife.js"];if(!b.axon){var a=b.axon=function(){a.performOperation?a.performOperation.apply(a,arguments):a.operationQueue.push(arguments)};a.operationQueue=[];a.ts=Date.now();a.eventKey=AXON_EVENT_KEY;b=e.getElementsByTagName("script")[0];for(var c=0;c<f.length;c++){var d=e.createElement("script");d.async=!0;d.src=f[c];b.parentNode.insertBefore(d,b)}}}(window,document);axon("init");</script> <script type="text/javascript" id="" charset="">(function(a,b,d){if(!a.MAI){a.MAI=a.MAI||{emit:function(){(a.MAI.q=a.MAI.q||[]).push(arguments)}};var c=b.createElement(d);c.async=1;c.src="https://cdn.mgln.ai/pixel.min.js";b=b.getElementsByTagName(d)[0];b.parentNode.insertBefore(c,b)}})(window,document,"script");MAI.emit("conf","0199e337f5fa79f290f601bdef37ef45");MAI.emit("view");</script><script type="text/javascript" id="" charset="">(function(a,b){var d="spdt-capture",e="script";if(!b.getElementById(d)){a.spdt=a.spdt||function(){(a.spdt.q=a.spdt.q||[]).push(arguments)};var c=b.createElement(e);c.id=d;c.async=1;c.src="https://pixel.byspotify.com/ping.min.js";b=b.getElementsByTagName(e)[0];b.parentNode.insertBefore(c,b)}a.spdt("conf",{key:"ddd3af24408a4168acdc14e3e0c9221f"});a.spdt("view",{event_id:"INSERT_EVENT_ID"})})(window,document);</script>
<script type="text/javascript" id="" charset="">!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version="2.0",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,"script","https://connect.facebook.net/en_US/fbevents.js");fbq("init","1883349879275306");fbq("set","agent","gtmss","1883349879275306");fbq("track",google_tag_manager["rm"]["197087850"](9),{},{eventID:google_tag_manager["rm"]["197087850"](11)});</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1883349879275306&ev=PageView&noscript=1"></noscript>
<script id="" text="" charset="" type="text/javascript" src="https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js"></script>
<script type="text/javascript" id="" charset="">!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version="2.0",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,"script","https://connect.facebook.net/en_US/fbevents.js");fbq("init","1537332917135729");fbq("set","agent","gtmss","1537332917135729");fbq("track",google_tag_manager["rm"]["197087850"](12),{},{eventID:google_tag_manager["rm"]["197087850"](14)});</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1537332917135729&ev=PageView&noscript=1"></noscript>
<script id="" text="" charset="" type="text/javascript" src="https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js"></script><img src="https://t.co/1/i/adsct?bci=4&dv=America%2FNew_York%26en-US%2Cen%26Google%20Inc.%26Win32%26127%261280%26720%2616%2624%261280%26720%260%26na&eci=3&event=%7B%7D&event_id=750143aa-e5f9-4ff9-bcc7-f52fb3a58d23&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=d5fd5a37-b6c1-43a2-aa55-7ec6125ac689&pt=Kalshi&tw_document_href=https%3A%2F%2Fkalshi.com%2Fmarkets%2FKXPOLITICS&tw_iframe_status=0&txn_id=o7wdt&type=javascript&version=2.3.35" height="1" width="1" style="display: none;"><iframe height="0" width="0" style="display: none; visibility: hidden;"></iframe><img src="https://analytics.twitter.com/1/i/adsct?bci=4&dv=America%2FNew_York%26en-US%2Cen%26Google%20Inc.%26Win32%26127%261280%26720%2616%2624%261280%26720%260%26na&eci=3&event=%7B%7D&event_id=750143aa-e5f9-4ff9-bcc7-f52fb3a58d23&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=d5fd5a37-b6c1-43a2-aa55-7ec6125ac689&pt=Kalshi&tw_document_href=https%3A%2F%2Fkalshi.com%2Fmarkets%2FKXPOLITICS&tw_iframe_status=0&txn_id=o7wdt&type=javascript&version=2.3.35" height="1" width="1" style="display: none;"><iframe id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;" title="Twitter analytics iframe"></iframe>
<script type="text/javascript" id="" charset="">clientParamBuilder.processAndCollectAllParams();</script>
<script type="text/javascript" id="" charset="">clientParamBuilder.processAndCollectAllParams();</script><iframe name="__privateStripeMetricsController7650" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *" src="https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fkalshi.com%2Fmarkets%2FKXPOLITICS&title=Kalshi&referrer=https%3A%2F%2Fkalshi.com%2Fmarkets%2Fpolitics&muid=NA&sid=NA&version=6&preview=false&__shared_params__[version]=clover" aria-hidden="true" tabindex="-1" style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; visibility: hidden !important; position: fixed !important; height: 1px !important; pointer-events: none !important; user-select: none !important;"></iframe></body></html>