Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (nh_rl)

2026-06-16 11:21:05 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 11:21:05 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
 'libxml2': '2.14.6',
 'cssselect': '1.3.0',
 'parsel': '1.10.0',
 'w3lib': '2.0.0',
 'Twisted': '25.5.0',
 'Python': '3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]',
 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
 'cryptography': '46.0.3',
 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-06-16 11:21:05 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 11:21:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 11:21:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 11:21:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 11:21:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 11:21:06 [scrapy.extensions.telnet] INFO: Telnet Password: 84e18804f716193f
2026-06-16 11:21:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.logcount.LogCount',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats']
2026-06-16 11:21:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x73746903c400>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/nh_rl/b124e57e696411f1a78f0050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 11:21:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 11:21:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 11:21:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-06-16 11:21:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-06-16 11:21:06 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 11:21:06 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.process_item)

2026-06-16 11:21:06 [scrapy.core.engine] INFO: Spider opened
2026-06-16 11:21:06 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.nh_rl.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
  warn(

2026-06-16 11:21:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 11:21:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 11:21:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.nhrl.io/events> (referer: None)
2026-06-16 11:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 11:21:07 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 1251
2026-06-16 11:21:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.nhrl.io/events>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_world_championship_pro_tour_-_rd._2_Jul_TBA',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Jul</div><div>TBA</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">July 2026 Pro Tour</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL '
             'World Championship Pro Tour - Rd. 2</p><p class="cta '
             'event-bar_event_date__ZlfdC">Jul<!-- --> TBA / Time TBA / <!-- '
             '-->Location TBA</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><a aria-disabled="true" '
             'class="btn btn__disabled event-bar_event_cta__Z1Br_">Coming '
             'Soon</a></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span>'}
2026-06-16 11:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 11:21:07 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 1255
2026-06-16 11:21:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.nhrl.io/events>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_world_championship_pro_tour_-_rd._3_Nov_TBA',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Nov</div><div>TBA</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">November 2026 Pro Tour</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL '
             'World Championship Pro Tour - Rd. 3</p><p class="cta '
             'event-bar_event_date__ZlfdC">Nov<!-- --> TBA / Time TBA / <!-- '
             '-->Location TBA</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><a aria-disabled="true" '
             'class="btn btn__disabled event-bar_event_cta__Z1Br_">Coming '
             'Soon</a></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span>'}
2026-06-16 11:21:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.eventbrite.com/checkout-external?eid=1977511343662&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1> (referer: https://www.nhrl.io/events)
2026-06-16 11:21:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.eventbrite.com/checkout-external?eid=1977510585394&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1> (referer: https://www.nhrl.io/events)
2026-06-16 11:21:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.eventbrite.com/checkout-external?eid=1977510522205&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1> (referer: https://www.nhrl.io/events)
2026-06-16 11:21:08 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 11:21:08 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 146692
2026-06-16 11:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.eventbrite.com/checkout-external?eid=1977511343662&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_pro_world_championship_-_the_finals_Dec_TBA',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_championship__f8Gsi '
             'event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Dec</div><div>TBA</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">Pro World Championships</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL Pro '
             'World Championship - The Finals</p><p class="cta '
             'event-bar_event_date__ZlfdC">Dec<!-- --> TBA / Time TBA / <!-- '
             '-->Location TBA</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><noscript><a '
             'target="_blank" class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918?aff=oddtdtcreator" '
             'rel="noreferrer"><span>Buy Tickets</span></a></noscript><button '
             'id="eventbrite-widget-modal-trigger-1977511343662" type="button" '
             'class="btn__transparent event-bar_event_cta__Z1Br_">Buy '
             'Tickets</button></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span><html '
             'lang="en" translate="no" '
             'data-reactroot=""><head><title>Eventbrite | NHRL 2026 Robot '
             'Fighting World Championships</title><meta charSet="utf-8"/><meta '
             'http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta '
             'http-equiv="Content-Language" content="en"/><link '
             'rel="preconnect" href="https://cdn.evbstatic.com"/><link '
             'rel="dns-prefetch" href="https://cdn.evbstatic.com"/><link '
             'rel="preconnect" href="https://img.evbuc.com"/><link '
             'rel="dns-prefetch" href="https://img.evbuc.com"/><link '
             'rel="preconnect" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="preconnect" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="preconnect" href="https://cdn.branch.io"/><link '
             'rel="dns-prefetch" href="https://cdn.branch.io"/><link '
             'rel="preconnect" href="https://www.googletagmanager.com"/><link '
             'rel="dns-prefetch" '
             'href="https://www.googletagmanager.com"/><link rel="icon" '
             'type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/47b8f02467cdb5057631db20aa6a3941-favicon-194x194.png" '
             'sizes="194x194"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png" '
             'sizes="192x192"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b266fa53e981463be62f87f06323a34-favicon-96x96.png" '
             'sizes="96x96"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8dbce85ed7cd0af4297db23a12653f8b-favicon-32x32.png" '
             'sizes="32x32"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/e37e62d90093e4c571201954cbac2e26-favicon-16x16.png" '
             'sizes="16x16"/><link rel="shortcut icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/c794986f47d9e8e37e74693ebb0d086d-favicon.ico"/><link '
             'rel="mask-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/740f6e87010bb1e4be37c0cd9a4297b9-safari-pinned-tab.svg" '
             'color="#f6682f"/><link rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><meta '
             'name="msapplication-TileImage" '
             'content="https://cdn.evbstatic.com/s3-build/fe/build/images/47d6ffaf057d2c62ea1875cc707e2bb0-mstile-144x144.png"/><meta '
             'name="msapplication-TileColor" content="#f6682f"/><meta '
             'name="theme-color" content="#f6682f"/><meta '
             'name="application-name" content="Eventbrite"/><meta '
             'name="apple-mobile-web-app-title" content="Eventbrite"/><link '
             'rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><link '
             'rel="manifest" '
             'href="data:application/manifest+json,%7B%22name%22%3A%22Eventbrite%22%2C%22display%22%3A%22standalone%22%2C%22icons%22%3A%5B%7B%22sizes%22%3A%2236x36%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F662830450459559b6cce770d5a3fb793-favicon-36x36.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2248x48%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8e3cd31667ed62bb563018114f651bca-favicon-48x48.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2272x72%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2Ff293b5e291a0d436d72ef1be39c891f9-favicon-72x72.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2296x96%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8b266fa53e981463be62f87f06323a34-favicon-96x96.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22144x144%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F47d6ffaf057d2c62ea1875cc707e2bb0-favicon-144x144.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22192x192%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%5D%2C%22scope%22%3A%22https%3A%2F%2Fwww.eventbrite.com%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.eventbrite.com%2F%3Futm_source%3Da2h_menu%22%2C%22background_color%22%3A%22%23f6682f%22%2C%22theme_color%22%3A%22%23f6682f%22%7D"/><meta '
             'name="y_key" content="d92e23811007b438"/><meta '
             'name="msvalidate.01" '
             'content="A9AB07B7E430E4608E0BC57AFA5004AA"/><script '
             'type="text/javascript">    window.EBFONTCOND_PROPERTIES = {\n'
             '        "family": "Neue Plak Condensed",\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/dfcae5/django/js/src/eb/fonts/neueplak-condensed.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak-condensed.12-01-2018","EB.fonts.neueplak-condensed.12-03-2018"],\n'
             '        "version": "EB.fonts.neueplak-condensed.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFONT_PROPERTIES = {\n'
             '        "family": "Neue Plak",\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/01489c/django/js/src/eb/fonts/neueplak.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak.03-19-2019","EB.fonts.neueplak.10-24-2018","EB.fonts.neueplak.09-20-2018","EB.fonts.neueplak.09-04-2018","EB.fonts.neueplak.08-30-2018","EB.fonts.neueplak.08-24-2018","EB.fonts.benton.10-26-2016","EB.fonts.benton.11-29-2016"],\n'
             '        "version": "EB.fonts.neueplak.08-22-2023"\n'
             '    };</script><script type="text/javascript" charSet="utf-8" '
             'crossorigin="anonymous">/* eslint-disable */\n'
             '!(function (a, b) {\n'
             '  (a.EB = a.EB || {}),\n'
             '    (EB.renderFonts = function (c, d) {\n'
             '      d || (d = a.EBFONT_PROPERTIES.family);\n'
             '      for (\n'
             "        var e = '', f = b.createElement('style'), g = 0, h;\n"
             '        (h = c[g]);\n'
             '        g++\n'
             '      )\n'
             '        e +=\n'
             '          "@font-face{font-family:\'" +\n'
             '          d +\n'
             '          "\';font-weight:" +\n'
             '          h.weight +\n'
             "          ';font-style:' +\n"
             '          h.style +\n'
             "          ';src:url(data:application/font-woff;base64,' +\n"
             '          h.base64 +\n'
             '          ") format(\'woff\');}";\n'
             '      f.styleSheet && !f.sheet\n'
             '        ? (f.styleSheet.cssText = e)\n'
             '        : f.appendChild(b.createTextNode(e)),\n'
             "        b.getElementsByTagName('head')[0].appendChild(f),\n"
             "        (b.documentElement.className += ' font-has-loaded');\n"
             '    }),\n'
             '    (EB.readWriteFontFromLocalStorage = function (a) {\n'
             '      for (var c = 0; c < a.oldVersions.length; c++)\n'
             '        localStorage.removeItem(a.oldVersions[c]);\n'
             '      var d = JSON.parse(localStorage.getItem(a.version));\n'
             '      if (d) EB.renderFonts(d, a.family);\n'
             '      else {\n'
             "        var e = b.createElement('script');\n"
             '        (e.src = a.src),\n'
             '          (EB.shouldRenderFonts = !0),\n'
             '          (EB.shouldRenderSecondaryFonts = !0),\n'
             "          b.getElementsByTagName('head')[0].appendChild(e),\n"
             '          setTimeout(function () {\n'
             '            (EB.shouldRenderFonts = !1),\n'
             '              (EB.shouldRenderSecondaryFonts = !1);\n'
             '          }, 3e3);\n'
             '      }\n'
             '    });\n'
             '  try {\n'
             '    if (a.localStorage)\n'
             '      try {\n'
             "        localStorage.setItem('localStorage', 1),\n"
             "          localStorage.removeItem('localStorage'),\n"
             '          '
             'EB.readWriteFontFromLocalStorage(a.EBFONT_PROPERTIES),\n'
             '          '
             'EB.readWriteFontFromLocalStorage(a.EBFONTCOND_PROPERTIES);\n'
             '      } catch (c) {\n'
             '        (Storage.prototype._setItem = '
             'Storage.prototype.setItem),\n'
             '          (Storage.prototype.setItem = function () {});\n'
             '      }\n'
             '  } catch (d) {}\n'
             '})(window, document);</script><link rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.41.0--eds-4.3.152.css"/><link '
             'data-chunk="checkout" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout.ae196a5bc00eda0b34ac.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/4090.159989e418682bca4d63.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/9175.8077ac8af42cc73e45cd.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/368.5f33be5bc7d364431078.css"/><script '
             'type="text/javascript">/*global document, window */\n'
             '\n'
             'var checkoutExternalUrls = [\n'
             "    '/checkout-external',\n"
             "    '/tickets-external',\n"
             "    '/signin/checkout',\n"
             '];\n'
             '\n'
             'window.EB = window.EB || {};\n'
             '\n'
             'window.EB.TranscendConsent = (function () {\n'
             '    return {\n'
             '        shouldDisableTranscend: function () {\n'
             '            if(this.isEmbeddableContent()){\n'
             '                return true;\n'
             '            }\n'
             '            try {\n'
             '                return this.isCheckoutOrIframe();\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isEmbeddableContent: function () {\n'
             '            return this.isEmbeddableStructuredContent();\n'
             '        },\n'
             '        isEmbeddableStructuredContent: function () {\n'
             '            var structuredContenEmbeddableUrls = [\n'
             "                '/structured_content/widgets',\n"
             '            ];\n'
             '            '
             'if(structuredContenEmbeddableUrls.find(function(url){\n'
             '                return window.location.pathname.indexOf(url) !== '
             '-1;\n'
             '            })){\n'
             '                return true;\n'
             '            }\n'
             '            return false;\n'
             '        },\n'
             '        isCheckoutOrIframe: function () {\n'
             '            return (\n'
             '                '
             'checkoutExternalUrls.indexOf(window.location.pathname) >= 0 ||\n'
             '                this.isInsideIframe()\n'
             '            );\n'
             '        },\n'
             '        isInsideIframe: function () {\n'
             '            try {\n'
             '                return window.self !== window.top;\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isNonTld: function () {\n'
             '            try {\n'
             "                return !['evbdev', 'evbqa', 'eventbrite'].find(\n"
             '                    (env) => '
             'window.parent.location.hostname.indexOf(env) >= 0,\n'
             '                );\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isInsideNonTldIframe: function () {\n'
             '            return this.isInsideIframe() && this.isNonTld();\n'
             '        },\n'
             '    };\n'
             '})();</script><script type="text/javascript">// Define dataLayer '
             'and the gtag function.\n'
             'window.dataLayer = window.dataLayer || [];\n'
             "if (typeof gtag !== 'function') function gtag(){ "
             'dataLayer.push(arguments); }\n'
             "gtag('set', 'developer_id.dOGRkZj', true);\n"
             '// Europe is opt-in consent, so ad storage is denied by '
             'default.\n'
             "gtag('consent', 'default', {\n"
             "    'ad_storage': 'granted',\n"
             "    'analytics_storage': 'granted',\n"
             "    'region': "
             "['AT','BE','BG','CZ','DE','DK','ES','FI','FR','GB','GR','HU','IE','IT','LU','NL','PL','PT','RO','SE','BR','TH','TR'],\n"
             "    'wait_for_update': 500\n"
             '});\n'
             '// Passing ad click, client ID, and session ID information in '
             'URLs\n'
             "gtag('set', 'url_passthrough', true);</script><script "
             'data-cfasync="false" '
             'src="https://cdntranscend.eventbrite.com/cm/f2747157-cf59-4ef1-8703-018defe51764/airgap.js" '
             'data-sync-endpoint="https://synctranscend.eventbrite.com/consent-manager/f2747157-cf59-4ef1-8703-018defe51764" '
             'data-ui-z-index="550" data-tracker-overrides="[...] '
             'GoogleConsentMode:security_storage=Essential" '
             'data-protect-realms="self" data-ui-shadow-root="open" '
             'data-locale="en" '
             'data-local-sync="allow-network-observable"></script><script '
             'type="text/javascript">  const regimes = window.airgap && '
             'window.airgap.getRegimes ? window.airgap.getRegimes() : null;\n'
             '  const defaultRegime = regimes ? regimes.values().next().value '
             ': "CPRA";\n'
             '  console.log("Regime detected is "+ defaultRegime + ", loading '
             'transcend");\n'
             '  \n'
             'if (!EB.TranscendConsent.shouldDisableTranscend()) {\n'
             '      // Add the event listener\n'
             '      window.airgap.addEventListener(\n'
             "        'sync',\n"
             '        () => {\n'
             '          window.transcend.ready((transcend) => {\n'
             '            console.log("Sync done: Show banner")\n'
             '            transcend.autoShowConsentManager();\n'
             '          })\n'
             '        },\n'
             '        { once: true } // we only want this to run on initial '
             'sync\n'
             '      );\n'
             '  \n'
             '} else { console.log("Do not show banner") }\n'
             '  dataLayer.push({ event: "transcendLoaded" });\n'
             '  </script><script type="text/javascript">window.dataLayer = '
             'window.dataLayer || [];\n'
             'dataLayer.push({\n'
             "    'dfaPartnerID': 'dfa_partner_id_not_set',\n"
             "    'publicUserID': '',\n"
             '});\n'
             '\n'
             "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n"
             "new Date().getTime(),event:'gtm.js'});var "
             'f=d.getElementsByTagName(s)[0],\n'
             "j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n"
             "'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n"
             "})(window,document,'script','dataLayer','GTM-5P8FXJ');</script><script "
             'type="text/javascript">var customActions = {\n'
             "    SaveClicked: 'save_event',\n"
             '};\n'
             'var branchMedatata = { metadata : {} };\n'
             '//Adding user authenticated metatag\n'
             '\n'
             '\n'
             '\n'
             '(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.defer=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener '
             'applyCode autoAppIndex banner closeBanner closeJourney '
             'creditHistory credits data deepview deepviewCta first getCode '
             'init link logout redeem referrals removeListener sendSMS '
             'setBranchViewData setIdentity track validateCode '
             'trackCommerceEvent logEvent disableTracking".split(" "), 0);\n'
             "    branch.init('key_live_epYrpbv3NngOvWj47OM81jmgCFkeYUlx' , "
             'branchMedatata, function(err, data) '
             '{branch.addListener(branchListener);});\n'
             '\n'
             'function branchListener(eventName, data) {\n'
             '\n'
             '    var eventsToTrack = [\n'
             "        'didShowJourney',\n"
             "        'didClickJourneyCTA',\n"
             "        'didClickJourneyClose',\n"
             '    ]; // List of events to track\n'
             '\n'
             '    if (eventName && data && data.journey_link_data && '
             'eventsToTrack.includes(eventName)){\n'
             '        var journeyName = data.journey_link_data.journey_name + '
             "' - ' + data.journey_link_data.view_name +' - ' + "
             'data.journey_link_data.journey_id;\n'
             '        trackEventBranchIO(eventName, journeyName);\n'
             '    }\n'
             '}\n'
             '\n'
             'function trackEventBranchIO(eventName, journeyName) {\n'
             '  if (window && window.dataLayer) {\n'
             '    window.dataLayer.push({\n'
             '      eventName,\n'
             '      eventData: { journeyName },\n'
             '      // Required:\n'
             "      event: 'track',\n"
             '      sendToHeap: true,\n'
             '    });\n'
             '  }\n'
             '}\n'
             '\n'
             'function addBranchIOMetatags(\n'
             '    name,\n'
             '    content,\n'
             '    extraData = null,\n'
             '){\n'
             '\n'
             '    var metadata = {\n'
             '        [name]: content,\n'
             '        custom_action: customActions[name] ? customActions[name] '
             ': name,\n'
             '    };\n'
             '\n'
             '    //Keep userAuthenticated metadata\n'
             '    \n'
             '\n'
             '    //Adding metadata\n'
             '    addMetadata(metadata);\n'
             '\n'
             '    //Add extra data\n'
             '    extraData && addMetadata(extraData);\n'
             '\n'
             "    branch.track('pageview');\n"
             '}\n'
             '\n'
             'function addMetadata(branchData){\n'
             '    if (document) {\n'
             '        Object.entries(branchData).forEach(([key, value]) => {\n'
             "            const meta = document.createElement('meta');\n"
             '            meta.content = value;\n'
             "            meta.name = 'branch:deeplink:' + key;\n"
             '            document.head.appendChild(meta);\n'
             '        });\n'
             '    }\n'
             '}</script><meta name="robots" content="noindex, follow, "/><meta '
             'name="description" content="Eventbrite brings people together '
             'through live experiences. Discover events that match your '
             'passions, or create your own with online ticketing '
             'tools."/><meta name="viewport" content="initial-scale=1, '
             'width=device-width"/></head><body '
             'class="modal-active"><noscript><iframe '
             'src="https://www.googletagmanager.com/ns.html?id=GTM-5P8FXJ" '
             'height="0" width="0" '
             'style="display:none;visibility:hidden"></iframe></noscript><div '
             'id="root" data-reactroot=""><div '
             'data-spec="focus-trap-component"><div class="eds-modal '
             'eds-fx--fade-in eds-modal--aperture eds-modal--active '
             'eds-modal--set-height" data-spec="eds-modal" '
             'aria-label="Checkout NHRL 2026 Robot Fighting World '
             'Championships" aria-modal="true" role="dialog"><div '
             'class="eds-modal__body eds-fx--fade-in eds-modal--aperture" '
             'aria-hidden="false" data-spec="eds-modal-body"><div '
             'class="eds-modal__content"><div '
             'class="eds-collapsible-pane-layout"><div '
             'class="eds-collapsible-pane-layout__content '
             'eds-collapsible-pane-layout__content--has-pane"><div '
             'class="eds-modal__container"><header class="eds-modal__header '
             'eds-align--center-vertical"><div '
             'class="eds-modal__title-container eds-modal__title-spacing"><h2 '
             'id="eds-modal-title" class="eds-text-bl--fixed '
             'eds-text--truncate eds-modal__title eds-text-color--ui-800" '
             'data-spec="eds-modal__title" data-testid="eds-modal__title">NHRL '
             '2026 Robot Fighting World Championships</h2><span '
             'class="eds-l-pad-hor-4 eds-l-mar-top-4 eds-align--center '
             'eds-text-bs--fixed eds-text-color--ui-600" '
             'data-spec="eds-modal__secondary-title" '
             'data-testid="eds-modal__secondary-title">Saturday, December 5 · '
             '10am - 10:30pm EST</span><div '
             'class="eds-modal__title-spacing"><hr class="eds-divider__hr '
             'eds-bg-color--ui-200 eds-divider--horizontal" '
             'data-spec="divider-hr" '
             'aria-hidden="true"/></div></div></header><main '
             'class="eds-modal__main" data-spec="eds-modal__main" '
             'data-testid="eds-modal__main"><div '
             'class="eds-modal__content"><div id="edsModalContentChildren" '
             'class="eds-modal__content__children"><div class="eds-g-cell '
             'eds-g-cell-mw-10-12 eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 '
             'eds-g-offset-mn-0-12 eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 '
             'eds-g-cell-sn-12-12 eds-g-cell-12-12 eds-l-sn-pad-hor-4 '
             'eds-l-pad-hor-6" data-spec="checkout-widget-tickets-page"><div '
             'data-spec="focus-ref"></div><div class="eds-l-sn-mar-top-0 '
             'eds-l-sm-mar-top-0  eds-l-mar-top-2 eds-l-md-mar-top-2  '
             'eds-l-mw-mar-top-8 eds-l-ln-mar-top-8 eds-l-lg-mar-top-8 '
             'eds-l-lw-mar-top-8"><div class="eds-l-sn-mar-top-6 '
             'eds-l-sm-mar-top-6 eds-l-sw-mar-top-6 '
             'eds-l-mar-top-8"><div><div><form class="responsive-form '
             'eds-g-group" data-automation="promo-code-form" '
             'data-testid="promo-code-form"><div class="eds-g-cell '
             'eds-g-cell-12-12"><div class="FormControl_root__qsf7h"><div '
             'class="FormControl_main__qsf7h '
             'checkout-customization-css-class"><div '
             'class="FormControl_fieldContainer__qsf7h"><input type="text" '
             'id="promo-code-field" class="TextField_root__obkg1" title="Promo '
             'Code" aria-labelledby="label-promo-code help-promo-code" '
             'placeholder="Enter code" data-automation="promo-code-field" '
             'data-spec="promo-code-field" value="" name="promo"/><label '
             'id="label-promo-code" class="FormControl_primaryLabel__qsf7h" '
             'for="promo-code-field">Promo Code</label></div><span '
             'class="FormControl_validationAdornment__qsf7h"></span><span '
             'class="FormControl_suffix__qsf7h"><button disabled="" '
             'data-automation="promo-code-form-cta-text" '
             'data-spec="promo-code-form-cta-text" '
             'data-testid="promo-code-form-cta-text" class="eds-btn--button '
             'eds-btn--none eds-btn--disabled" aria-disabled="true" '
             'type="button"><span class="eds-text-bm--fixed '
             'eds-text-color--grey-500">Apply</span></button></span></div><div '
             'class="FormControl_aside__qsf7h"><div '
             'class="FormControl_helperTextWrapper__qsf7h"></div></div></div></div></form></div><div '
             'class="eds-g-grid"></div></div></div><form '
             'data-testid="ticket-selection-full-size-page-form"><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Tickets</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - '
             'Adult</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409814310"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\n'
             '\n'
             'Ticket Descripti…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817786"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Adult</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817895"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$87.54</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $8.54 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818001"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$54.20</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $5.20 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Add-ons</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Robot Driving Experience - 4X '
             'Tokens</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818349"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Friday Night Pit '
             'Pass</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3417517956"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Dec 5, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet &amp; mingle with builders; see the '
             'builder’s pre-tournament prepa…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div></form></div><div '
             'class="eds-l-mar-vert-6 eds-align--center-vertical '
             'eds-align--space-between" '
             'data-spec="language-brand-container"><div class="eds-g-cell '
             'eds-g-cell-6-12 eds-g-cell-sm-8-12 eds-l-pad-bot-2" '
             'data-spec="brand-text"><a target="_blank" rel="noopener '
             'noreferrer" class="checkout-widget__powered-by-eventbrite '
             'eds-text-color--grey-600 eds-text-bs" title="Powered by '
             'Eventbrite" href="https://eventbrite.com">Powered by<i '
             'class="eds-vector-image eds-brand--medium '
             'eds-vector-image--grey-600 eds-vector-image-size--reset '
             'checkout-widget__powered-by-eventbrite__icon" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="logo-wordmark-brand_svg__Layer_1" x="0" y="0" viewBox="0 0 '
             '2300 400.8" xml:space="preserve"><style>\n'
             '        .logo-wordmark-brand_svg__st3{fill:#221d19}\n'
             '    </style><g><g><path class="logo-wordmark-brand_svg__st3" '
             'd="M794 99.5l-43.2 123H749l-43.1-123h-75.6l73.8 '
             '198h85.8l73.8-198zM1204.1 94.1c-29.8 0-53.4 13.3-64 '
             '35.1V99.5h-72v198.1h72v-97.3c0-29.8 9.8-49.3 34.2-49.3 21.8 0 '
             '29.4 14.2 29.4 '
             '41.3v105.2h72V173.2c0-41.3-17.4-79.1-71.6-79.1zM1753.1 '
             '134.6V99.5h-72v198.1h72V207c0-33.3 16.5-47.7 43.1-47.7 13.8 0 '
             '28.9 2.7 38.7 8.5v-68c-4.9-4-15.6-7.6-27.6-7.6-26.2 0-47.1 '
             '20.2-54.2 42.4zM1846.9 99.5h72v198.1h-72z"></path><circle '
             'class="logo-wordmark-brand_svg__st3" cx="1882.9" cy="44.9" '
             'r="40.7"></circle><path class="logo-wordmark-brand_svg__st3" '
             'd="M2028.9 221.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 30.2-24.5 '
             '54.6-54.7 54.6v49.7h26.7v93.2c0 46.7 31.5 60.4 64.9 60.4 27.1 0 '
             '44.4-6.7 59.6-17.8v-46.6c-12 4.9-21.8 6.7-30.6 '
             '6.7-14.7.1-22.7-6.6-22.7-23.5zM1402 245.1s-.1 0 0 0h-.2c-14.6 '
             '0-22.5-6.7-22.5-23.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 '
             '30.2-24.5 54.6-54.7 54.6h-.1v49.7h26.7v93.2c0 46.7 31.5 60.4 '
             '64.9 60.4 27.1 0 44.4-6.7 59.6-17.8v-46.6c-11.9 4.9-21.7 '
             '6.8-30.5 6.8zM1402 245.1h-.1.1c-.1 0 0 0 0 0zM543.9 94.2c-61.7 '
             '0-107.9 44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 '
             '92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c-.1-53.7-35.2-99-101.3-99zM507 '
             '178.6c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9H507zM954.1 94.2c-61.7 0-107.9 44.9-107.9 107.5 0 63.1 45.3 '
             '101.3 108.8 101.3 57.7 0 92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 '
             '22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c0-53.7-35.1-99-101.3-99zm-36.9 '
             '84.4c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9h-69.8zM2300 193.2c0-53.7-35.1-99-101.3-99-61.7 0-107.9 '
             '44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 92.2-30.1 '
             '100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20zm-138.1-14.6c2.7-18.7 12.9-32.9 '
             '36-32.9 21.3 0 32.9 15.1 33.8 32.9h-69.8zM1582 93.8c-33.3 0-55.6 '
             '16-65.4 39.6v-116h-72v280.1h55.6l12.4-34.2c11.1 24 36 39.6 68 '
             '39.6 59.6 0 89.4-45.8 89.4-104.5 '
             '0-58.4-29.8-104.6-88-104.6zm-25.3 153.4c-24.5 '
             '0-40-18.7-40-47.6V197c0-28.5 15.6-47.1 40-47.1 28 0 40.9 20 40.9 '
             '48.5 0 28.8-12.9 48.8-40.9 48.8z"></path></g><path '
             'class="logo-wordmark-brand_svg__st3" d="M302.8 269L170.1 '
             '165.6c-2.2-1.7.1-5.1 2.5-3.7l51.8 29c23.5 13.2 53.2 5.5 '
             '67.4-17.3 15-24.1 7.1-55.8-17.5-70l-76-43.9c-2.4-1.4-.6-5.1 '
             '2-4l34.9 14c.1 0 .9.3 1.2.4 3.7 1.3 7.7 2 11.8 2 18.9 0 34.5-15 '
             '35.8-32.8C285.7 16.1 268.1 0 247 0H85.6C64.9 0 47.4 16.9 47.7 '
             '37.6c.1 11 5.1 20.8 12.8 27.5 5.8 5.1 25.4 20.7 34.7 28.2 1.7 '
             '1.3.7 4-1.4 4H61.5C27.5 97.5 0 125.1 0 159.1c0 17.2 7 32.7 18.4 '
             '44l187.1 177.8c13.2 12.3 31 19.9 50.5 19.9 41 0 74.2-33.2 '
             '74.2-74.2-.1-23.2-10.7-44-27.4-57.6z"></path></g></svg></i></a></div><div '
             'class="eds-g-cell eds-text-color--grey-600 eds-g-cell-6-12 '
             'eds-g-cell-sm-4-12 eds-text--right" '
             'data-automation="language-selector" '
             'data-spec="language-selector"><div class="u-inline-flex"><div '
             'class="LanguageSelector-module__languageLabelAndSelector___293FF"><div '
             'class="LanguageSelector-module__selectField___2RUEM '
             'checkout-customization-css-class"><div '
             'class="FormControl_root__qsf7h"><div '
             'class="FormControl_main__qsf7h"><div '
             'class="FormControl_fieldContainer__qsf7h '
             'FormControl_fieldContainerFullWidth__qsf7h"><select '
             'id="language-select-field" class="SelectField_root__1dsvm" '
             'aria-label="Select your language" title="" '
             'aria-labelledby="label-language" '
             'data-automation="language-dropdown" '
             'name="language-select-field"><option value="" '
             'data-option="hidden"> </option><option '
             'value="de_DE">Deutsch</option><option value="de_CH">Deutsch '
             '(CH)</option><option value="en_AU">English (AU)</option><option '
             'value="en_CA">English (CA)</option><option value="en_DK">English '
             '(DK)</option><option value="en_FI">English (FI)</option><option '
             'value="en_GB">English (UK)</option><option selected="" '
             'value="en_US">English (US)</option><option value="es_AR">Español '
             '(AR)</option><option value="es_ES">Español (ES)</option><option '
             'value="es_MX">Español (MX)</option><option '
             'value="fr_FR">Français</option><option value="fr_CA">Français '
             '(CA)</option><option value="fr_CH">Français (CH)</option><option '
             'value="it_IT">Italiano</option><option '
             'value="nl_NL">Nederlands</option><option '
             'value="pt_PT">Português</option><option value="pt_BR">Português '
             '(BR)</option><option value="sv">Svenska</option></select><label '
             'id="label-language" class="FormControl_primaryLabel__qsf7h '
             'FormControl_primaryLabelOpen__qsf7h" '
             'for="language-select-field">Language:</label></div><span '
             'class="FormControl_validationAdornment__qsf7h"></span><span '
             'class="FormControl_suffix__qsf7h"><button type="button" '
             'tabindex="-1" class="SelectField_chevronButton__1dsvm" '
             'aria-labelledby="label-language"><i class="Icon_root__1kdkz '
             'Icon_icon-small__1kdkz" aria-hidden="true"><svg '
             'xmlns="http://www.w3.org/2000/svg" width="24" height="24" '
             'fill="#3A3247" viewBox="0 0 24 24" color="#4B4D63"><path d="m7 '
             '10.224 5 4.936 5-4.936-1.414-1.397L12 12.367l-3.585-3.54z" '
             'clip-rule="evenodd"></path></svg></i></button></span></div><div '
             'class="FormControl_aside__qsf7h"><div '
             'class="FormControl_helperTextWrapper__qsf7h"></div></div></div></div></div></div></div></div></div></div><div '
             'class="eds-modal__footer-background undefined"><div '
             'class="eds-modal__footer eds-g-cell eds-g-cell-mw-10-12 '
             'eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 eds-g-offset-mn-0-12 '
             'eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 eds-g-cell-sn-12-12 '
             'eds-g-cell-12-12 eds-l-sn-pad-hor-4 eds-l-pad-hor-6 '
             'PageFooter-module__modalFooter___x707S" '
             'data-spec="eds-modal__footer"><div '
             'class="PageFooter-module__modalFooterWrapper___1-QTQ"><div '
             'class="eds-show-down-sw '
             'PageFooter-module__easyRefundsRow___37Vx6"><div '
             'class="PageFooter-module__easyRefundsCartSummary___3ULNf"><div '
             'class="eds-align--right"><button '
             'data-testid="cart-summary-button" class="eds-show-down-sw '
             'eds-btn--none" aria-label="Show order summary" '
             'aria-pressed="false" aria-expanded="false" '
             'aria-controls="order-summary" disabled="" type="button"><div '
             'class="CartSummary-module__cartSummary___2faKa" '
             'aria-hidden="true"><div class="eds-text--truncate '
             'eds-l-pad-vert-2 eds-text--right eds-l-pad-right-4"><span '
             'class="eds-text-color--grey-800 eds-text-bm--fixed '
             'eds-text-weight--heavy '
             'CartSummary-module__collapsiblePriceRow___lTYLn" '
             'data-automation="modal-footer-ticket-price" '
             'data-testid="modal-footer-ticket-price">$0.00</span></div></div></button></div></div></div><div '
             'class="eds-align--right"><button '
             'data-spec="eds-modal__primary-button" '
             'data-automation="eds-modal__primary-button" '
             'data-testid="eds-modal__primary-button" class="eds-btn '
             'eds-btn--button eds-btn--fill eds-btn--full-width" '
             'type="button">Check '
             'out</button></div></div></div></div></div></main></div></div><div '
             'class="eds-collapsible-pane-layout__pane" '
             'data-spec="eds-collapsible-pane-layout-pane"><div '
             'class="eds-collapsible-pane-layout-pane__content"><aside '
             'id="order-summary" aria-label="Order summary" '
             'class="eds-collapsible-pane-layout__content '
             'checkout-widget__ticket-page--pane-content"><style>:root {\n'
             '                    --focus-x: 50%;\n'
             '                    --focus-y: 50%;\n'
             '                </style><div '
             'class="FocalPointImage-module__container___1iydr '
             'eds-show-up-mn"><div '
             'class="FocalPointImage-module__ie11FlexFix___3GBXb"></div></div><div '
             'class="eds-align--center EmptyPane-module__root___2dmKz" '
             'data-spec="pane-empty-cart-container"><i class="eds-vector-image '
             'eds-icon--medium eds-vector-image--grey-300 '
             'EmptyPane-module__icon___3cSOX" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="cart_svg__eds-icon--cart_svg" x="0" y="0" viewBox="0 0 24 '
             '24" xml:space="preserve"><path '
             'id="cart_svg__eds-icon--cart_base" fill-rule="evenodd" '
             'clip-rule="evenodd" d="M20 14l2-9H9v1h11.9l-1.7 7.1L7 '
             '14V2H2v3h4v12h14v-1H7v-1l13-1zM3 3h3v1H3V3z"></path><g '
             'id="cart_svg__eds-icon--cart_circles" fill-rule="evenodd" '
             'clip-rule="evenodd"><path d="M8 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 '
             '2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM18 '
             '18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 '
             '0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 '
             '1z"></path></g></svg></i></div></aside></div></div></div><div '
             'class="eds-modal__close-button"><span class="eds-icon-button '
             'eds-icon-button--over-image eds-icon-button--neutral" '
             'data-spec="icon-button"><button '
             'data-automation="modal-close-button" data-spec="close-button" '
             'id="modal-close-button" class="eds-btn--button eds-btn--none '
             'eds-btn--icon-only" type="button"><i class="eds-vector-image '
             'eds-icon--small eds-vector-image--block" title="" '
             'data-spec="icon" data-testid="icon"><svg '
             'id="cross-chunky_svg__eds-icon--cross-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve" '
             'aria-hidden="true"><path '
             'id="cross-chunky_svg__eds-icon--cross-chunky_base" d="M13.4 '
             '12l3.5-3.5-1.4-1.4-3.5 3.5-3.5-3.5-1.4 1.4 3.5 3.5-3.5 3.5 1.4 '
             '1.4 3.5-3.5 3.5 3.5 1.4-1.4z"></path></svg><span '
             'class="eds-is-hidden-accessible">Close</span></i></button></span></div></div></div></div></div></div><input '
             'type="hidden" style="display:none" '
             'name="csrfmiddlewaretoken"/><script>const csrfInput = '
             "document.getElementsByName('csrfmiddlewaretoken')[0];\n"
             'const csrfToken = '
             '/csrftoken=([^;]*)(;|$)/.exec(document.cookie)[1];\n'
             'csrfInput.value = csrfToken;</script><script '
             'type="text/javascript">window.__i18n__={"locale":"en_US"};\n'
             '\n'
             'var isFrame = window.parent !== window;\n'
             '\n'
             'if (isFrame) {\n'
             '    window.parent.postMessage({\n'
             "        messageName: 'widgetRenderComplete',\n"
             "        eventId: '1977511343662'\n"
             "    }, 'https://www.nhrl.io/');\n"
             '\n'
             '    var _ebCheckoutReady = false;\n'
             '    window.__ebMarkCheckoutReady = function() { _ebCheckoutReady '
             '= true; };\n'
             '\n'
             "    document.addEventListener('click', function(e) {\n"
             '        if (!_ebCheckoutReady && '
             'e.target.closest(\'[data-spec="close-button"]\')) {\n'
             '            window.parent.postMessage({\n'
             "                messageName: 'widgetModalClose',\n"
             "                eventId: '1977511343662'\n"
             "            }, 'https://www.nhrl.io/');\n"
             '        }\n'
             '    });\n'
             '}\n'
             '\n'
             '\n'
             'window.__SERVER_DATA__={"teamSettings":null,"isRegistrationEvent":false,"requestPromoCode":"","app_name":"checkout","grylls":{"options":{"environment":"prod","debugging":false,"enabled":true},"trackingData":{"Google '
             'Analytics":[{"pixelId":"G-9DPRMQ1LCM","id":"5380433","events":{}}]}},"refundPolicyCode":"custom","isGDPRCountry":true,"isMyOrderFlow":false,"captcha":{"recaptcha3PublicKey":"6LeiycQUAAAAAPuZ16-zS80TNACRMmXd8CAT_hs9","recaptcha2PublicKey":"6LehRw8fAAAAAJ8S1_MRks59_3nK7buJgoXcp3QV"},"event":{"changed":"2026-06-06T20:48:01Z","should_not_index_in_search_engines":false,"subcategory_id":"2007","slugified_name":"nhrl-2026-robot-fighting-world-championships","ticket_classes":[],"event_sales_status":{"start_sales_date":{"timezone":"America/New_York","local":"1970-01-01T00:00:00","utc":"1970-01-01T05:00:00Z"},"end_sales_date":{"timezone":"America/New_York","local":"2026-12-05T21:30:00","utc":"2026-12-06T02:30:00Z"},"default_message":null,"sales_status":"on_sale","currency":"USD","message_code":null,"message":null,"message_type":null},"listing_display_flags":{"should_show_promo_code_link":true,"should_display_short_address":true,"should_show_add_to_calendar":true,"status_is_not_yet_started":false,"should_show_timezone":true,"event_is_sold_out":false,"should_hide_all_dates":false,"should_display_ticket_end_date":true,"status_any_ticket_not_yet_started":false,"should_show_waitlist_at_capacity":false,"should_show_waitlist_for_event":false},"currency":"USD","locale":"en_US","ticket_resellers":[],"id":"1977511343662","privacy_setting":"unlocked","style":{"button_text_color":"#FFFFFF","secondary_text_color":"#ADB0B6","button_background_color":"#00CC52","box_text_color":"#45494E","link_color":"#00A8F2","text_color":"#45494E","box_header_background_color":"#EFF2F5","box_background_color":"#FFFFFF","box_border_color":"#D2D6DF","box_header_text_color":"#45494E","background_color":"#F8F8FA","id":"456156284"},"venue_id":"295573298","user_id":"1282399756513","source":"coyote","tx_time_limit":1200,"show_seatmap_thumbnail":false,"inventory_type":"limited","show_colors_in_seatmap_thumbnail":false,"logo_id":"1173601770","start":{"timezone":"America/New_York","local":"2026-12-05T10:00:00","utc":"2026-12-05T15:00:00Z"},"listed":true,"hide_end_date":false,"status":"live","_type":"event","show_pick_a_seat":false,"description":{"text":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","html":"The world\'s most exciting, dangerous '
             "and electrifying fighting robots compete for a place at NHRL's "
             '2026 Pro World '
             'Championships."},"published":"2025-12-28T16:10:40Z","payment_options":{"should_accept_offline":0,"should_accept_oxxo":false,"should_accept_visa_debit_for_payment":false,"should_accept_sofort":false,"should_accept_visa_for_payment":true,"should_accept_discover_for_payment":true,"should_show_paypal_payment_method":false,"should_accept_rapipago":false,"should_only_accept_amex_for_payment":false,"accept_moneris":false,"has_payment_options":true,"should_accept_mercado_pago_credit_cards":false,"should_accept_mastercard_for_payment":true,"should_accept_maestro_bancontact":false,"should_accept_ideal":false,"authnet_cards_list":[],"should_accept_sepa_direct_debit":false,"accept_authnet":false,"moneris_cards_list":[],"should_accept_boleto_bancario":false,"should_accept_amex_for_payment":true,"should_accept_invoice":false,"should_accept_pagofacil":false},"is_free":false,"organization_id":"1282399756513","is_externally_ticketed":false,"is_protected_event":false,"is_series_parent":false,"end":{"timezone":"America/New_York","local":"2026-12-05T22:30:00","utc":"2026-12-06T03:30:00Z"},"format_id":"14","organizer_id":"57207809973","properties":{"is_sales_client":true,"locale":"en_US","copy_link_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662?utm_source=cpd&utm_medium=discovery&utm_content=attendeeshare&utm_term=listing","logo_focal_point":{"y":0.5,"x":0.5},"is_opted_out_of_google_analytics_universal":false,"total_tickets":13,"has_logo":true,"has_donation_tickets_available":null,"is_shareable":true,"canonical_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918","is_donation":false,"meta_description":"Eventbrite '
             '- National Havoc Robot League presents NHRL 2026 Robot Fighting '
             'World Championships - Saturday, 5 December 2026 at NHRL - '
             'National Havoc Robot League, Norwalk, CT. Find event and ticket '
             'information.","non_vanity_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662","is_sales_ended":false,"shortname":null,"logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","image":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116","has_payment_options":true,"non_vanity_absolute_url_ssl":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662","ssl_logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","fb_plain_description":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","display_short_address":"Norwalk, '
             'CT","is_free":false,"is_ended":false,"is_google_analytics_ecommerce_tracking_enabled":false,"sales_not_yet_started":false,"is_series_parent":false,"is_draft":false,"currency":"USD","has_cropped_logo":false,"hide_start_date":false,"is_unavailable":false,"is_live":true,"is_protected":false,"payment_type":"eventbrite","google_analytics":null,"is_reserved_seating":false,"is_paid":true,"is_published":true},"tld":".com","series_id":"1977507082918","name":{"text":"NHRL '
             '2026 Robot Fighting World Championships","html":"NHRL 2026 Robot '
             'Fighting World '
             'Championships"},"language":"en-us","created":"2025-12-10T15:43:40Z","url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977511343662","hide_start_date":false,"current_status":30,"summary":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","is_locked":false,"shareable":true,"style_id":"456156284","online_event":false,"is_series":true,"category_id":"102","is_reserved_seating":false,"survey_type":"direct","organization":{"vertical":"default","id":"1282399756513"},"venue":{"id":"295573298","user_id":"1282399756513","name":"NHRL '
             '- National Havoc Robot '
             'League","latitude":"41.092425","longitude":"-73.4157396","address":{"address_1":"165 '
             'Water '
             'Street","address_2":"","city":"Norwalk","postal_code":"06854","region":"CT","country":"US","localized_address_display":"165 '
             'Water Street, Norwalk, CT '
             '06854","localized_area_display":"Norwalk, '
             'CT","localized_multi_line_address_display":["165 Water '
             'Street","Norwalk, CT '
             '06854"],"latitude":"41.092425","longitude":"-73.4157396"},"places":[],"organizer_id":"57207809973","google_place_id":"ChIJVVUJNYge6IkRau9-ajl-pOI"},"should_show_promo_code_link":true,"has_access_code":true,"show_remaining":false,"has_advanced_teams_enabled":false,"has_tax_country_exemptions":false,"capacity":60,"checkout_info":{"checkout_groups":[{"id":"1","title":"Tickets"},{"id":"3","title":"Add-ons"}]}},"affiliateCode":"echckt","widgetParentUrl":"https://www.nhrl.io/","gaSettings":{"userPartnerId":null,"appName":"checkout","activeScopeUserId":null,"appVersion":null,"guestPartnerId":"de57256e_b1fe1b33b7f949eda25a4fc6d5a29bbcdd4ed29a1a17b20a0106e0bd9becab7c653707c73627e7358fbee5a15b7942e1","isActive":true,"correlationId":"b4e35402696411f18703ca1f0412ee0e"},"stableId":"ba610758-939a-40bd-a99e-9a98113df2a4","errors":[],"googleTagManager":{"should_include_google_tag_manager":true,"dfa_partner_id":"dfa_partner_id_not_set"},"ticketAvailabilityInfo":{"has_available_hidden_tickets":true,"has_available_tickets":true,"has_bogo_tickets":false,"is_sold_out":false,"remaining_capacity":60,"waitlist_enabled":false},"isEventbriteTLD":false,"deferredPaymentDueDays":3,"collectQuestionsAfterPayment":false,"showOrgMarketingOptIn":true,"env":{"googleMapsQAKey":null,"defaultCurrency":"USD","signupUrl":"https://www.eventbrite.com/signin/signup/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","isEmbeddedView":false,"serverUrl":"https://www.eventbrite.com","showCookieHeader":false,"organizeUrls":{"suggested":[{"url":"/organizer/overview/","gaLabel":"WhyEventbrite","accentLink":false,"label":"Create '
             'Events"},{"url":"/organizer/pricing/","gaLabel":"Pricing","accentLink":false,"label":"Pricing"},{"url":"https://www.eventbrite.com/blog/","gaLabel":"Resources","accentLink":false,"label":"Resources"},{"url":"/l/contact-eventbrite-sales/","gaLabel":"ContactSales","accentLink":false,"label":"Contact '
             'Sales"}],"home":{"url":"/how-it-works/","gaLabel":"HowItWorks","label":"How '
             'it '
             'works"}},"signupNoReferrerUrl":"https://www.eventbrite.com/signin/signup/","ebDomain":"eventbrite.com","helpUrls":{"impressum":"https://www.eventbrite.com/support/articleredirect?anum=10983","home":"https://www.eventbrite.com/support","suggested":[{"url":"https://www.eventbrite.com/support/articleredirect?anum=3776","gaLabel":"FindYourTickets","label":"Find '
             'your '
             'tickets"},{"url":"https://www.eventbrite.com/support/articleredirect?anum=3275","gaLabel":"ContactAnEventOrganizer","label":"Contact '
             'an event '
             'organizer"},{"url":"https://www.eventbrite.com/support","gaLabel":"VisitTheHelpCenter","label":"Visit '
             'the help '
             'center"}]},"locales":[{"locale":"es_AR","localized_language_name":"Español '
             '(AR)","locale_name":"Argentina"},{"locale":"en_AU","localized_language_name":"English '
             '(AU)","locale_name":"Australia"},{"locale":"nl_BE","localized_language_name":"Belge","locale_name":"België"},{"locale":"fr_BE","localized_language_name":"Français '
             '(BE)","locale_name":"Belgique"},{"locale":"pt_BR","localized_language_name":"Português '
             '(BR)","locale_name":"Brasil"},{"locale":"en_CA","localized_language_name":"English '
             '(CA)","locale_name":"Canada '
             '(EN)"},{"locale":"fr_CA","localized_language_name":"Français '
             '(CA)","locale_name":"Canada '
             '(FR)"},{"locale":"es_CL","localized_language_name":"Español","locale_name":"Chile"},{"locale":"es_CO","localized_language_name":"Español '
             '(ES)","locale_name":"Colombia"},{"locale":"en_DK","localized_language_name":"English '
             '(DK)","locale_name":"Denmark"},{"locale":"de_DE","localized_language_name":"Deutsch","locale_name":"Deutschland"},{"locale":"es_ES","localized_language_name":"Español '
             '(ES)","locale_name":"España"},{"locale":"en_FI","localized_language_name":"English '
             '(FI)","locale_name":"Finland"},{"locale":"fr_FR","localized_language_name":"Français","locale_name":"France"},{"locale":"en_HK","localized_language_name":"English '
             '(HK)","locale_name":"Hong '
             'Kong"},{"locale":"en_IE","localized_language_name":"English '
             '(UK)","locale_name":"Ireland"},{"locale":"it_IT","localized_language_name":"Italiano","locale_name":"Italia"},{"locale":"es_MX","localized_language_name":"Español '
             '(MX)","locale_name":"México"},{"locale":"nl_NL","localized_language_name":"Nederlands","locale_name":"Nederland"},{"locale":"en_NZ","localized_language_name":"English '
             '(Australia/New Zealand)","locale_name":"New '
             'Zealand"},{"locale":"de_AT","localized_language_name":"Deutsch","locale_name":"Österreich"},{"locale":"es_PE","localized_language_name":"Español '
             '(ES)","locale_name":"Perú"},{"locale":"pt_PT","localized_language_name":"Português","locale_name":"Portugal"},{"locale":"de_CH","localized_language_name":"Deutsch '
             '(CH)","locale_name":"Schweiz"},{"locale":"en_SG","localized_language_name":"English '
             '(SG)","locale_name":"Singapore"},{"locale":"fr_CH","localized_language_name":"Français '
             '(CH)","locale_name":"Suisse"},{"locale":"sv","localized_language_name":"Svenska","locale_name":"Sverige"},{"locale":"en_GB","localized_language_name":"English '
             '(UK)","locale_name":"United '
             'Kingdom"},{"locale":"en_US","localized_language_name":"English '
             '(US)","locale_name":"United '
             'States"}],"signinUrl":"https://www.eventbrite.com/signin/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","searchQuery":null,"searchLocation":{"address":"New '
             'York, '
             'NY"},"launchNewSignInSignUpLinks":true,"adminServerUrl":"https://admin.eventbrite.com","currencyFormat":"¤#,##0.00","logoutUrl":"https://www.eventbrite.com/logout/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","loginUrl":"https://www.eventbrite.com/login/?referrer=%2Fcheckout-external-context%3Feid%3D1977511343662%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","localeInfo":{"flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag.png","gold_support_phone_number":"1-877-297-6805","greetings":["Hello","Hi","Greetings","Dear"],"country_code":"US","language_code":"en","silver_support_phone_number":"1-877-297-6805","has_phone_support":true,"show_link_to_music_microsite":true,"flag_logo_medium_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag-32x32.png","paypal_locale":"en_US","group":"AMERICA","sales_email":"sales@eventbrite.com","prefixes":["Mr.","Mrs.","Ms.","Miss","Mx.","Dr.","Prof.","Rev."],"npo_service_fee_percent":"2.0%","uses_metric_system":false,"has_localized_support_team":false,"is_eventioz_locale":false,"tiktok_handle":"@eventbrite","latitude":37.775262,"app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Download_on_the_App_Store_Badge_US-UK_135x40.svg","youtube_channel":"www.youtube.com/user/EventbriteTV","android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=en_US","press_email":"press@eventbrite.com","tld_subdirectory":".com","hiw_sales_phone_number":"1-855-292-7905","base_ios_app_url":"http://itunes.apple.com/%s/app/eventbrite/id487922291","is_locale_enabled":true,"from_mail_charity":"charity@eventbrite.com","get_default_location_dict":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"get_default_location_name":"New '
             'York, '
             'NY","terms_of_service_url":"https://www.eventbrite.com/l/legalterms/","server":"http://www.eventbrite.com","address_4":"United '
             'States","address_1":"Eventbrite, Inc.","address_2":"535 Mission '
             'Street, 8th Floor","address_3":"San Francisco, CA '
             '94105","attendee_support_phone_number":"1-888-810-2063","default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"twitter_handle":"eventbritehelp","play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/en_generic_rgb_wo_45.png","locale":"en_US","base_android_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=%s","google_maps_language":"en","base_ios_app_badge_url":"%(server)s/eventbriteapp/?appstore&%(affiliate_params)s","paypal_support_number":"888-221-1161","localized_language_name":"English '
             '(US)","facebook_page":"www.facebook.com/Eventbrite","on_demand_payout_allowed":false,"nonprofit_501c3_fax_number":"1-888-855-2521","app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Available_on_the_App_Store_Badge_US-UK_135x40.svg","base_medium_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag-32x32.png","support_number_winter_hours":null,"is_deferred_payment_options_allowed":false,"music_microsite_url":"https://www.eventbrite.com/l/music/","first_week_day":6,"support_team_landing_page":"","sales_hours":"Mon-Fri '
             '6am-6pm '
             'PT","from_mail_order":"orders@eventbrite.com","support_phone":"1-800-350-8850","sales_contact_landing_page":"/l/contact-sales/","support_number_summer_hours":null,"help_center_language":"en-us","adobe_reader_url":"http://get.adobe.com/reader/","from_mail_installments":"installments@eventbrite.com","available_for_event_listing_override":null,"tiktok_page":"www.tiktok.com/@eventbrite","contact_sales_phone_number":"+1-877-620-9578","tld":".com","contact_us_path":"support/contact-us","show_cookie_policy_bar":false,"base_app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Available_on_the_App_Store_Badge_%s_135x40.svg","default_adobe_download_url":"http://get.adobe.com/reader/","recaptcha_language":"en","base_ios_entrymanager_url":"http://itunes.apple.com/%s/app/entry-manager/id368260521","default_language":"en-us","domain":"eventbrite.com","base_android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=%s","get_country_place_id":"85633793","outside_us_organizer_phone_number":"1-804-201-9585","default_currency":"USD","base_play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/%s_generic_rgb_wo_45.png","country_place_id":"85633793","old_event_locale":null,"press_blog_url":"/blog/press/","sales_phone_and_hours":"1-888-541-9753 '
             'Mon-Fri 6am-6pm '
             'PT","from_mail_ebhelp":"ebhelp@eventbrite.com","base_adobe_download_url":"http://get.adobe.com/%(language_code)s/reader/","organizations_support_phone_number":"1-855-872-1525","support_number_hours":null,"contact_us_sales_phone_number":"1-800-993-7308","facebook_org_page":"www.facebook.com/EventbriteforOrganizers","default_timezone":"America/Los_Angeles","show_support_special_hours_on_contact_us":false,"live_ops_support_phone_number":null,"contact_us_url":"https://www.eventbrite.com/support/contact-us","instagram_page":"www.instagram.com/eventbrite","default_language_name":"English '
             '(US)","longitude":-122.400197,"twitter_page":"www.x.com/eventbritehelp","localized_country_name":"United '
             'States","feature_flag":null,"android_attendee_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=en_US","is_latam":false,"ios_entrymanager_url":"http://itunes.apple.com/us/app/entry-manager/id368260521","base_app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Download_on_the_App_Store_Badge_%s_135x40.svg","npo_service_fee_charge":"$0.99 '
             'per '
             'ticket","facebook_locale":"en_US","paypal_locale_lc":"us","support_phone_number":"1-800-350-8850","npo_email":"nonprofit@eventbrite.com","first_week_day_from_sunday":0,"hreflang":"en-us","tos_path":"/l/legalterms/","default_paper_size":"letter","base_android_app_badge_url":"%(server)s/eventbriteapp/?playstore&%(affiliate_params)s","locale_name":"United '
             'States","default_professional_package":true,"uses_language_subdirectory":false,"sales_phone_number":"1-888-541-9753","google_analytics_url":"http://www.google.com/analytics","base_flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag.png","logo_url":"cdn.evbstatic.com/s3-build/perm_001/55d606/django/images/logos/eb_orange_on_white_1200x630.png","contact_sales_form_phone_number":"1-888-203-4469","alt_phone_number":"1-888-248-4220","sales_contact_link_text":"Contact '
             'Sales","ssl_server":"https://www.eventbrite.com","support_team_link_text":"","ios_attendee_app_url":"http://itunes.apple.com/us/app/eventbrite/id487922291","split_workspace":null,"music_url":"/l/music/","default_package":"package2","skip_package_selection":false,"split_feature_flag":null,"blog_url":"www.eventbrite.com/blog/","outside_us_phone_number":"1-415-694-7900","linked_in_page":"www.linkedin.com/company/eventbrite","live_ops_outside_us_phone_number":"1-415-813-3236"},"isMobile":false},"countryWithPostalCode":true,"featureFlags":{"enableTimedEntry":true,"launchFindMyTicketsCheckoutToOrderPage":true,"enableStripeElementsInAndroidNative":true,"enableRefundFeeRetentionPolicy":false,"seriesInfiniteCalendar":true,"checkoutUniversalFlag":true,"series_infinite_calendar_discounts":true,"disableEventbriteLegacyPaymentMethods":false,"launchSupportMultipleFacebookPixels":true,"checkoutResilienceTLZ":false,"launchPayinsPaymentMethodPaypal":true,"shouldHideSeriesStartTime":false,"enableNewRebrandingLogoAnimation":false,"series_infinite_calendar_min_price":false,"postCheckoutMandatoryQuestionsOrganizationsExclusions":false,"enableFullPageMarkup":true,"enablePaymentConstraintsInNewCreate":false,"paymentsLaunchStripeElements":false,"shouldBlockMarketingEventbriteEmails":false,"enableNonceBraintreePayments":true,"enableStripeElementsInIosNative":true,"launchBraintree3ds":false,"enableEBMarketingOptIn":true,"enableStripeElementsInMobileApp":false,"enable3DSecure2":false,"maxInstallments":{"isActive":false,"maxInstallmentsLimit":999},"launchEmbeddedCheckoutRetryOnPlaceError":false,"replaceLegacyPaymentMethodsWithStripeWhenNotEmbeddedCheckout":false,"enableEBMarketingOptInImplicit":false,"disableRecaptcha3":false,"checkout-custom-embedded":true,"new_wr_ui":true},"socialSSOSettings":{"twoStepsSignup":false,"google":{"scope":"profile '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"126160502265-8i61veaglos3qqdc73t5b9gdp7uumclg.apps.googleusercontent.com"},"facebook":{"scope":"public_profile,email","version":"v12.0","appId":"28218816837"},"apple":{"scope":"name '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"6Q9LU82ADJ.com.eventbrite.attendee"}},"waitingRoom":{"register_server":"https://www.eventbrite.com","step":"visit","is_activated_for_event":false,"queue_server":"//inline.eventbrite.com","queue_id":"1273485359"},"maxAllowedPayin":0,"guestAge":"1595","waitlistCode":null,"survey_info":"","requestExtraData":{"httpReferer":"https://www.nhrl.io/events","ip":"144.91.120.136","host":"www.eventbrite.com","method":"GET"},"isPayinsFlow":false,"teamToken":null,"guestId":"607277e4-e434-4e24-94ab-730792210472","user":{"intercomUserHash":null,"publicId":null,"hasEvents":false,"hasOrganizers":false,"usesNewPermissions":false,"guestId":"607277e4-e434-4e24-94ab-730792210472","canUseInterests":true,"isStaff":false,"canInvite":false,"fullName":null,"thumbnailUrl":null,"numOrders":0,"firstName":null,"hasGlobalPermissions":false,"isAttendee":false,"lastName":null,"activeOrganization":null,"hideOrganizationSwitch":true,"canCreateEvents":false,"hasContactsPermission":false,"email":null,"isAuthenticated":false,"orgHasEvents":false},"splitIOProdKey":"cnub9anfhoa4uivriv68t7soph5h0pihfi20","currentTimezone":"Europe/Paris","useAndroidProfile":false,"tickets":[{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"delivery_methods":["electronic"],"description":"All day '
             'access valid for entry & re-entry from 9:45am - 10:30pm (this '
             'includes the Prime Time Show starting at 7pm). Scroll for more '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409814310","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":true,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"General '
             'Admission - '
             'Adult","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-06T00:30:00Z","local":"2026-12-05T19:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409814310","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"use_all_in_price":true,"name":"General Admission - '
             'Adult","display_name":"General Admission - '
             'Adult","tax_and_fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-06T00:30:00Z","local":"2026-12-05T19:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"delivery_methods":["electronic"],"description":"All day '
             'access valid for entry & re-entry from 9:45am - 10:30pm (this '
             'includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817786","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"General '
             'Admission - Kids (ages '
             '4-15)","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-06T00:30:00Z","local":"2026-12-05T19:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817786","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"use_all_in_price":true,"name":"General Admission - Kids '
             '(ages 4-15)","display_name":"General Admission - Kids (ages '
             '4-15)","tax_and_fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-06T00:30:00Z","local":"2026-12-05T19:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":7900,"major_value":"79.00","display":"79.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":471,"major_value":"4.71","display":"4.71 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413309","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":179,"percent":370,"min":0,"max":1995},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413289","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":233,"major_value":"2.33","display":"2.33 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817895","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"VIP '
             '- '
             'Adult","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T14:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T19:30:00Z","local":"2026-12-05T14:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":8754,"major_value":"87.54","display":"87.54 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817895","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":7900,"major_value":"79.00","display":"79.00 '
             'USD"},"fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":8754,"major_value":"87.54","display":"87.54 '
             'USD"},"use_all_in_price":true,"name":"VIP - '
             'Adult","display_name":"VIP - '
             'Adult","tax_and_fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":471,"major_value":"4.71","display":"4.71 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413309","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":179,"percent":370,"min":0,"max":1995},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413289","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":233,"major_value":"2.33","display":"2.33 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T14:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T19:30:00Z","local":"2026-12-05T14:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":4900,"major_value":"49.00","display":"49.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":275,"major_value":"2.75","display":"2.75 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413039","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":275,"percent":0,"min":275,"max":275},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":100,"major_value":"1.00","display":"1.00 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413269","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":100,"percent":0,"min":100,"max":100},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":145,"major_value":"1.45","display":"1.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409818001","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"VIP '
             '- Kids (ages '
             '4-15)","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T17:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T22:30:00Z","local":"2026-12-05T17:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":5420,"major_value":"54.20","display":"54.20 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409818001","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":4900,"major_value":"49.00","display":"49.00 '
             'USD"},"fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":5420,"major_value":"54.20","display":"54.20 '
             'USD"},"use_all_in_price":true,"name":"VIP - Kids (ages '
             '4-15)","display_name":"VIP - Kids (ages '
             '4-15)","tax_and_fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":275,"major_value":"2.75","display":"2.75 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413039","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":275,"percent":0,"min":275,"max":275},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":100,"major_value":"1.00","display":"1.00 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413269","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":100,"percent":0,"min":100,"max":100},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":145,"major_value":"1.45","display":"1.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T17:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T22:30:00Z","local":"2026-12-05T17:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"add_on","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"3","currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Drive a '
             'real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409818349","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T18:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T23:30:00Z","local":"2026-12-05T18:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409818349","category":"add_on","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"use_all_in_price":true,"name":"Robot Driving Experience - '
             '4X Tokens","display_name":"Robot Driving Experience - 4X '
             'Tokens","description":"Drive a real fighting robot! Pre-purchase '
             'tokens here for our Robot Driving Experience at a special '
             'discounted price (4 tokens for the price of 3!).  Tokens can be '
             'redeemed at our dedicated RDE cages for the opportunity to '
             'drive, fight, or destroy with one of our 3-lb house robots. Some '
             'RDE experiences require more than one token. Please see the '
             'schedule posted at RDE cages for more information regarding '
             'experience specifics and tokens required.\\nExtra tokens can '
             'also be purchased in-person at our Merch Store for full '
             'price.\\n*Please Note - One online purchase gets you 4 tokens. '
             'Please be aware at checkout that $12 equals 4 tokens, not $12 '
             'per token. RDE typically closes at 7PM during '
             'Primetime.","tax_and_fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T18:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T23:30:00Z","local":"2026-12-05T18:30:00"}},"checkout_group_id":"3","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"add_on","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"3","currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Join us '
             'in the pit on the Friday night before the tournament from 6-8pm; '
             'pizza included! Meet & mingle with builders; see the builder’s '
             'pre-tournament preparations.\\n(Pit passes are included with VIP '
             'tickets. Only purchased separately as an Add-On to any other '
             'ticket '
             'type)","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3417517956","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Friday '
             'Night Pit '
             'Pass","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T09:00:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T14:00:00Z","local":"2026-12-05T09:00:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3417517956","category":"add_on","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"use_all_in_price":true,"name":"Friday Night Pit '
             'Pass","display_name":"Friday Night Pit Pass","description":"Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet & mingle with builders; see the '
             'builder’s pre-tournament preparations.\\n(Pit passes are '
             'included with VIP tickets. Only purchased separately as an '
             'Add-On to any other ticket '
             'type)","tax_and_fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-12-05T09:00:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-12-05T14:00:00Z","local":"2026-12-05T09:00:00"}},"checkout_group_id":"3","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"}],"existingOrderId":null,"isProd":true,"refundableBalance":0,"isModal":true,"useIosProfile":false,"request":{"correlation_id":"b4e35402696411f18703ca1f0412ee0e","params":{"modal":"1","skip_event":"true","skip_tickets":"true","eid":"1977511343662","parent":"https://www.nhrl.io/events"},"default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"path":"/checkout-external-context","serverName":"08ed749a7ddc","is_bot":true,"lifecycle":"production","session_id":"56ffe99b426b4b1cb5ab91062a47e913","is_loginas_session":false},"refundPolicyValidityDays":7,"facebookOptions":{"version":"v2.8","xfbml":true,"appId":"28218816837"},"defaultUserCountry":"US","themeSettings":null,"hasDigitalContent":false,"footerLinks":{"thirdFooterColumnName":"Find '
             'Events","countries":[{"locale":"es_AR","locale_name":"Argentina","href":"http://www.eventbrite.com.ar","tld":".com.ar"},{"locale":"en_AU","locale_name":"Australia","href":"http://www.eventbrite.com.au","tld":".com.au"},{"locale":"nl_BE","locale_name":"België","href":"http://www.eventbrite.be","tld":".be"},{"locale":"fr_BE","locale_name":"Belgique","href":"http://www.eventbrite.be/fr_BE/","tld":".be"},{"locale":"pt_BR","locale_name":"Brasil","href":"http://www.eventbrite.com.br","tld":".com.br"},{"locale":"en_CA","locale_name":"Canada '
             '(EN)","href":"http://www.eventbrite.ca","tld":".ca"},{"locale":"fr_CA","locale_name":"Canada '
             '(FR)","href":"http://www.eventbrite.ca/fr_CA/","tld":".ca"},{"locale":"es_CL","locale_name":"Chile","href":"http://www.eventbrite.cl","tld":".cl"},{"locale":"es_CO","locale_name":"Colombia","href":"http://www.eventbrite.co","tld":".co"},{"locale":"en_DK","locale_name":"Denmark","href":"http://www.eventbrite.dk","tld":".dk"},{"locale":"de_DE","locale_name":"Deutschland","href":"http://www.eventbrite.de","tld":".de"},{"locale":"es_ES","locale_name":"España","href":"http://www.eventbrite.es","tld":".es"},{"locale":"en_FI","locale_name":"Finland","href":"http://www.eventbrite.fi","tld":".fi"},{"locale":"fr_FR","locale_name":"France","href":"http://www.eventbrite.fr","tld":".fr"},{"locale":"en_HK","locale_name":"Hong '
             'Kong","href":"http://www.eventbrite.hk","tld":".hk"},{"locale":"en_IE","locale_name":"Ireland","href":"http://www.eventbrite.ie","tld":".ie"},{"locale":"it_IT","locale_name":"Italia","href":"http://www.eventbrite.it","tld":".it"},{"locale":"es_MX","locale_name":"México","href":"http://www.eventbrite.com.mx","tld":".com.mx"},{"locale":"nl_NL","locale_name":"Nederland","href":"http://www.eventbrite.nl","tld":".nl"},{"locale":"en_NZ","locale_name":"New '
             'Zealand","href":"http://www.eventbrite.co.nz","tld":".co.nz"},{"locale":"de_AT","locale_name":"Österreich","href":"http://www.eventbrite.at","tld":".at"},{"locale":"es_PE","locale_name":"Perú","href":"http://www.eventbrite.com.pe","tld":".com.pe"},{"locale":"pt_PT","locale_name":"Portugal","href":"http://www.eventbrite.pt","tld":".pt"},{"locale":"de_CH","locale_name":"Schweiz","href":"http://www.eventbrite.ch","tld":".ch"},{"locale":"en_SG","locale_name":"Singapore","href":"http://www.eventbrite.sg","tld":".sg"},{"locale":"fr_CH","locale_name":"Suisse","href":"http://www.eventbrite.ch/fr_CH/","tld":".ch"},{"locale":"sv","locale_name":"Sverige","href":"http://www.eventbrite.se","tld":".se"},{"locale":"en_GB","locale_name":"United '
             'Kingdom","href":"http://www.eventbrite.co.uk","tld":".co.uk"},{"locale":"en_US","locale_name":"United '
             'States","href":"http://www.eventbrite.com","tld":".com"}],"thirdFooterColumn":[{"locale":"en_US","pk":642,"title":"New '
             'Orleans Food & Drink '
             'Events","link":"https://www.eventbrite.com/b/la--new-orleans/food-and-drink/","position":1},{"locale":"en_US","pk":1,"title":"San '
             'Francisco Holiday '
             'Events","link":"https://www.eventbrite.com/b/ca--san-francisco/holiday/","position":2},{"locale":"en_US","pk":54,"title":"Tulum '
             'Music '
             'Events","link":"https://www.eventbrite.com/b/mexico--tulum/music/","position":3},{"locale":"en_US","pk":637,"title":"Denver '
             'Hobby '
             'Events","link":"https://www.eventbrite.com/b/co--denver/hobbies/","position":4},{"locale":"en_US","pk":638,"title":"Atlanta '
             'Pop Music '
             'Events","link":"https://www.eventbrite.com/b/ga--atlanta/music/pop/","position":5},{"locale":"en_US","pk":640,"title":"New '
             'York '
             'Events","link":"https://www.eventbrite.com/d/ny--new-york/events/","position":6},{"locale":"en_US","pk":639,"title":"Chicago '
             'Events","link":"https://www.eventbrite.com/d/il--chicago/events/","position":7},{"locale":"en_US","pk":641,"title":"Events '
             'in Dallas '
             'Today","link":"https://www.eventbrite.com/d/tx--dallas/events--today/","position":8},{"locale":"en_US","pk":1117,"title":"Los '
             'Angeles '
             'Events","link":"https://www.eventbrite.com/d/ca--los-angeles/events/","position":9},{"locale":"en_US","pk":1442,"title":"Washington '
             'Events","link":"https://www.eventbrite.com/d/dc--washington/events/","position":10}],"popularSearches":[{"locale":"en_US","pk":564,"title":"Create '
             'Events","link":"https://www.eventbrite.com/organizer/overview/","position":1},{"locale":"en_US","pk":811,"title":"Pricing","link":"https://www.eventbrite.com/organizer/pricing/","position":2},{"locale":"en_US","pk":565,"title":"Event '
             'Marketing '
             'Platform","link":"https://www.eventbrite.com/organizer/features/event-marketing-platform/","position":3},{"locale":"en_US","pk":678,"title":"Eventbrite '
             'Mobile Ticket '
             'App","link":"https://www.eventbrite.com/l/eventbrite-app/","position":4},{"locale":"en_US","pk":539,"title":"Eventbrite '
             'Check-In '
             'App","link":"https://www.eventbrite.com/organizer/features/organizer-check-in-app/","position":5},{"locale":"en_US","pk":677,"title":"Eventbrite '
             'App '
             'Marketplace","link":"https://www.eventbrite.com/apps/","position":6},{"locale":"en_US","pk":680,"title":"Event '
             'Registration '
             'Software","link":"https://www.eventbrite.com/organizer/features/registration-online/","position":7},{"locale":"en_US","pk":682,"title":"Community '
             'Guidelines","link":"https://www.eventbrite.com/l/community-guidelines/","position":8},{"locale":"en_US","pk":818,"title":"FAQs","link":"https://www.eventbrite.com/l/frequently-asked-questions/","position":9},{"locale":"en_US","pk":683,"title":"Sitemap","link":"https://www.eventbrite.com/sitemap/","position":10}],"eventsToPlan":[{"locale":"en_US","pk":575,"title":"Sell '
             'Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/features/sell-tickets/","position":1},{"locale":"en_US","pk":817,"title":"Performing '
             'Arts Ticketing '
             'Software","link":"https://www.eventbrite.com/organizer/event-industry/performing-arts/","position":2},{"locale":"en_US","pk":693,"title":"Sell '
             'Concert Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/event-type/music-venues/","position":3},{"locale":"en_US","pk":572,"title":"Event '
             'Payment '
             'System","link":"https://www.eventbrite.com/organizer/features/event-payment/","position":4},{"locale":"en_US","pk":1444,"title":"Solutions '
             'for Professional '
             'Services","link":"https://www.eventbrite.com/organizer/event-industry/professional-services/","position":5},{"locale":"en_US","pk":1449,"title":"Event '
             'Management '
             'Software","link":"https://www.eventbrite.com/organizer/features/event-management-software/","position":6},{"locale":"en_US","pk":573,"title":"Halloween '
             'Party '
             'Planning","link":"https://www.eventbrite.com/organizer/event-type/halloween-event/","position":7},{"locale":"en_US","pk":973,"title":"Virtual '
             'Events '
             'Platform","link":"https://www.eventbrite.com/organizer/event-type/virtual-events-platform/","position":8},{"locale":"en_US","pk":571,"title":"QR '
             'Codes for Event '
             'Check-In","link":"https://www.eventbrite.com/organizer/features/how-to-use-qr-codes-for-events/","position":9},{"locale":"en_US","pk":578,"title":"Post '
             'your event '
             'online","link":"https://www.eventbrite.com/organizer/features/post-events/","position":10}],"showMinimalLinks":false},"headers":{},"urgencySignals":{"messages":{"goingFast":false,"fewTickets":false,"salesEndSoon":false},"sortedMessages":[]},"backend":"bff","app_version":"24.41.0","assets":[{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.41.0--eds-4.3.152.css","target":"web","kind":"style"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js","kind":"script","target":"web"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout.8309929c7df0bb21bf01.node.js","kind":"script","target":"node"}],"isFullPageMarkup":true};</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS__" '
             'type="application/json">[5091,1561,8209,6270,1360,5395,8581,5136,9796,2046,1047,2633,9175,935,1993,4758,2693,1836,5555,7494,1075,368,7066]</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS___ext" '
             'type="application/json">{"namedChunks":["TicketSelectionFullSizeModule"]}</script><script '
             'data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.2420c16ff7a2f156824a.web.js" '
             'defer=""></script><script data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/checkout.ce5f45de2d2293381e49.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5091.b2db5d86184884c8f225.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1561.c01fdce5d6e3b6ce9a62.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8209.271c830d12412079db52.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/6270.e39d5139daca5c7d9963.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1360.42d78a45f37b19942026.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5395.bda1e4b0318b51842ae8.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8581.6103fb8d9ad50157276d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5136.39b2e875b920e4602063.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9796.f7642541981dd3e1f044.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2046.e62a7842dc241bb2c673.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1047.d066ca61a4ffaaebfc99.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2633.e2eb0955a5231f915cf9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9175.07c42d43127e1229d256.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/935.b0dd98e90538c72fd719.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1993.d35a1d23d2d723e5dc66.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/4758.90da3ccee5f5c6d8ba71.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2693.4a826fb7e4e1f99503c6.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1836.da88ee556c9385deb5c1.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5555.87b28244a1a8466ed8de.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/7494.3915e50926cca53e6fd6.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1075.b5291534271b9ccbb8a1.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/368.1be270579538110c7095.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/TicketSelectionFullSizeModule.ea19f1ed35743d5ede0a.async.web.js" '
             'defer=""></script><script '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js"></script></body></html>'}
2026-06-16 11:21:08 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 11:21:08 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 159167
2026-06-16 11:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.eventbrite.com/checkout-external?eid=1977510585394&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_open_world_championship_-_qualifier_rd._7_Oct_03',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Oct</div><div>03</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">October 2026 Open</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL Open '
             'World Championship - Qualifier Rd. 7</p><p class="cta '
             'event-bar_event_date__ZlfdC">Sat Oct 03<!-- --> / <!-- -->10:00 '
             'AM<!-- --> Eastern<!-- --> <!-- -->/ <!-- -->House of Havoc, '
             'Norwalk CT</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><noscript><a '
             'target="_blank" class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918?aff=oddtdtcreator" '
             'rel="noreferrer"><span>Buy Tickets</span></a></noscript><button '
             'id="eventbrite-widget-modal-trigger-1977510585394" type="button" '
             'class="btn__transparent event-bar_event_cta__Z1Br_">Buy '
             'Tickets</button></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span><html '
             'lang="en" translate="no" '
             'data-reactroot=""><head><title>Eventbrite | NHRL 2026 Robot '
             'Fighting World Championships</title><meta charSet="utf-8"/><meta '
             'http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta '
             'http-equiv="Content-Language" content="en"/><link '
             'rel="preconnect" href="https://cdn.evbstatic.com"/><link '
             'rel="dns-prefetch" href="https://cdn.evbstatic.com"/><link '
             'rel="preconnect" href="https://img.evbuc.com"/><link '
             'rel="dns-prefetch" href="https://img.evbuc.com"/><link '
             'rel="preconnect" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="preconnect" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="preconnect" href="https://cdn.branch.io"/><link '
             'rel="dns-prefetch" href="https://cdn.branch.io"/><link '
             'rel="preconnect" href="https://www.googletagmanager.com"/><link '
             'rel="dns-prefetch" '
             'href="https://www.googletagmanager.com"/><link rel="icon" '
             'type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/47b8f02467cdb5057631db20aa6a3941-favicon-194x194.png" '
             'sizes="194x194"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png" '
             'sizes="192x192"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b266fa53e981463be62f87f06323a34-favicon-96x96.png" '
             'sizes="96x96"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8dbce85ed7cd0af4297db23a12653f8b-favicon-32x32.png" '
             'sizes="32x32"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/e37e62d90093e4c571201954cbac2e26-favicon-16x16.png" '
             'sizes="16x16"/><link rel="shortcut icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/c794986f47d9e8e37e74693ebb0d086d-favicon.ico"/><link '
             'rel="mask-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/740f6e87010bb1e4be37c0cd9a4297b9-safari-pinned-tab.svg" '
             'color="#f6682f"/><link rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><meta '
             'name="msapplication-TileImage" '
             'content="https://cdn.evbstatic.com/s3-build/fe/build/images/47d6ffaf057d2c62ea1875cc707e2bb0-mstile-144x144.png"/><meta '
             'name="msapplication-TileColor" content="#f6682f"/><meta '
             'name="theme-color" content="#f6682f"/><meta '
             'name="application-name" content="Eventbrite"/><meta '
             'name="apple-mobile-web-app-title" content="Eventbrite"/><link '
             'rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><link '
             'rel="manifest" '
             'href="data:application/manifest+json,%7B%22name%22%3A%22Eventbrite%22%2C%22display%22%3A%22standalone%22%2C%22icons%22%3A%5B%7B%22sizes%22%3A%2236x36%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F662830450459559b6cce770d5a3fb793-favicon-36x36.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2248x48%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8e3cd31667ed62bb563018114f651bca-favicon-48x48.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2272x72%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2Ff293b5e291a0d436d72ef1be39c891f9-favicon-72x72.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2296x96%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8b266fa53e981463be62f87f06323a34-favicon-96x96.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22144x144%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F47d6ffaf057d2c62ea1875cc707e2bb0-favicon-144x144.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22192x192%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%5D%2C%22scope%22%3A%22https%3A%2F%2Fwww.eventbrite.com%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.eventbrite.com%2F%3Futm_source%3Da2h_menu%22%2C%22background_color%22%3A%22%23f6682f%22%2C%22theme_color%22%3A%22%23f6682f%22%7D"/><meta '
             'name="y_key" content="d92e23811007b438"/><meta '
             'name="msvalidate.01" '
             'content="A9AB07B7E430E4608E0BC57AFA5004AA"/><script '
             'type="text/javascript">    window.EBFONTCOND_PROPERTIES = {\n'
             '        "family": "Neue Plak Condensed",\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/dfcae5/django/js/src/eb/fonts/neueplak-condensed.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak-condensed.12-01-2018","EB.fonts.neueplak-condensed.12-03-2018"],\n'
             '        "version": "EB.fonts.neueplak-condensed.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFONT_PROPERTIES = {\n'
             '        "family": "Neue Plak",\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/01489c/django/js/src/eb/fonts/neueplak.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak.03-19-2019","EB.fonts.neueplak.10-24-2018","EB.fonts.neueplak.09-20-2018","EB.fonts.neueplak.09-04-2018","EB.fonts.neueplak.08-30-2018","EB.fonts.neueplak.08-24-2018","EB.fonts.benton.10-26-2016","EB.fonts.benton.11-29-2016"],\n'
             '        "version": "EB.fonts.neueplak.08-22-2023"\n'
             '    };</script><script type="text/javascript" charSet="utf-8" '
             'crossorigin="anonymous">/* eslint-disable */\n'
             '!(function (a, b) {\n'
             '  (a.EB = a.EB || {}),\n'
             '    (EB.renderFonts = function (c, d) {\n'
             '      d || (d = a.EBFONT_PROPERTIES.family);\n'
             '      for (\n'
             "        var e = '', f = b.createElement('style'), g = 0, h;\n"
             '        (h = c[g]);\n'
             '        g++\n'
             '      )\n'
             '        e +=\n'
             '          "@font-face{font-family:\'" +\n'
             '          d +\n'
             '          "\';font-weight:" +\n'
             '          h.weight +\n'
             "          ';font-style:' +\n"
             '          h.style +\n'
             "          ';src:url(data:application/font-woff;base64,' +\n"
             '          h.base64 +\n'
             '          ") format(\'woff\');}";\n'
             '      f.styleSheet && !f.sheet\n'
             '        ? (f.styleSheet.cssText = e)\n'
             '        : f.appendChild(b.createTextNode(e)),\n'
             "        b.getElementsByTagName('head')[0].appendChild(f),\n"
             "        (b.documentElement.className += ' font-has-loaded');\n"
             '    }),\n'
             '    (EB.readWriteFontFromLocalStorage = function (a) {\n'
             '      for (var c = 0; c < a.oldVersions.length; c++)\n'
             '        localStorage.removeItem(a.oldVersions[c]);\n'
             '      var d = JSON.parse(localStorage.getItem(a.version));\n'
             '      if (d) EB.renderFonts(d, a.family);\n'
             '      else {\n'
             "        var e = b.createElement('script');\n"
             '        (e.src = a.src),\n'
             '          (EB.shouldRenderFonts = !0),\n'
             '          (EB.shouldRenderSecondaryFonts = !0),\n'
             "          b.getElementsByTagName('head')[0].appendChild(e),\n"
             '          setTimeout(function () {\n'
             '            (EB.shouldRenderFonts = !1),\n'
             '              (EB.shouldRenderSecondaryFonts = !1);\n'
             '          }, 3e3);\n'
             '      }\n'
             '    });\n'
             '  try {\n'
             '    if (a.localStorage)\n'
             '      try {\n'
             "        localStorage.setItem('localStorage', 1),\n"
             "          localStorage.removeItem('localStorage'),\n"
             '          '
             'EB.readWriteFontFromLocalStorage(a.EBFONT_PROPERTIES),\n'
             '          '
             'EB.readWriteFontFromLocalStorage(a.EBFONTCOND_PROPERTIES);\n'
             '      } catch (c) {\n'
             '        (Storage.prototype._setItem = '
             'Storage.prototype.setItem),\n'
             '          (Storage.prototype.setItem = function () {});\n'
             '      }\n'
             '  } catch (d) {}\n'
             '})(window, document);</script><link rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.41.0--eds-4.3.152.css"/><link '
             'data-chunk="checkout" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout.ae196a5bc00eda0b34ac.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/4090.159989e418682bca4d63.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/9175.8077ac8af42cc73e45cd.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/368.5f33be5bc7d364431078.css"/><script '
             'type="text/javascript">/*global document, window */\n'
             '\n'
             'var checkoutExternalUrls = [\n'
             "    '/checkout-external',\n"
             "    '/tickets-external',\n"
             "    '/signin/checkout',\n"
             '];\n'
             '\n'
             'window.EB = window.EB || {};\n'
             '\n'
             'window.EB.TranscendConsent = (function () {\n'
             '    return {\n'
             '        shouldDisableTranscend: function () {\n'
             '            if(this.isEmbeddableContent()){\n'
             '                return true;\n'
             '            }\n'
             '            try {\n'
             '                return this.isCheckoutOrIframe();\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isEmbeddableContent: function () {\n'
             '            return this.isEmbeddableStructuredContent();\n'
             '        },\n'
             '        isEmbeddableStructuredContent: function () {\n'
             '            var structuredContenEmbeddableUrls = [\n'
             "                '/structured_content/widgets',\n"
             '            ];\n'
             '            '
             'if(structuredContenEmbeddableUrls.find(function(url){\n'
             '                return window.location.pathname.indexOf(url) !== '
             '-1;\n'
             '            })){\n'
             '                return true;\n'
             '            }\n'
             '            return false;\n'
             '        },\n'
             '        isCheckoutOrIframe: function () {\n'
             '            return (\n'
             '                '
             'checkoutExternalUrls.indexOf(window.location.pathname) >= 0 ||\n'
             '                this.isInsideIframe()\n'
             '            );\n'
             '        },\n'
             '        isInsideIframe: function () {\n'
             '            try {\n'
             '                return window.self !== window.top;\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isNonTld: function () {\n'
             '            try {\n'
             "                return !['evbdev', 'evbqa', 'eventbrite'].find(\n"
             '                    (env) => '
             'window.parent.location.hostname.indexOf(env) >= 0,\n'
             '                );\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isInsideNonTldIframe: function () {\n'
             '            return this.isInsideIframe() && this.isNonTld();\n'
             '        },\n'
             '    };\n'
             '})();</script><script type="text/javascript">// Define dataLayer '
             'and the gtag function.\n'
             'window.dataLayer = window.dataLayer || [];\n'
             "if (typeof gtag !== 'function') function gtag(){ "
             'dataLayer.push(arguments); }\n'
             "gtag('set', 'developer_id.dOGRkZj', true);\n"
             '// Europe is opt-in consent, so ad storage is denied by '
             'default.\n'
             "gtag('consent', 'default', {\n"
             "    'ad_storage': 'granted',\n"
             "    'analytics_storage': 'granted',\n"
             "    'region': "
             "['AT','BE','BG','CZ','DE','DK','ES','FI','FR','GB','GR','HU','IE','IT','LU','NL','PL','PT','RO','SE','BR','TH','TR'],\n"
             "    'wait_for_update': 500\n"
             '});\n'
             '// Passing ad click, client ID, and session ID information in '
             'URLs\n'
             "gtag('set', 'url_passthrough', true);</script><script "
             'data-cfasync="false" '
             'src="https://cdntranscend.eventbrite.com/cm/f2747157-cf59-4ef1-8703-018defe51764/airgap.js" '
             'data-sync-endpoint="https://synctranscend.eventbrite.com/consent-manager/f2747157-cf59-4ef1-8703-018defe51764" '
             'data-ui-z-index="550" data-tracker-overrides="[...] '
             'GoogleConsentMode:security_storage=Essential" '
             'data-protect-realms="self" data-ui-shadow-root="open" '
             'data-locale="en" '
             'data-local-sync="allow-network-observable"></script><script '
             'type="text/javascript">  const regimes = window.airgap && '
             'window.airgap.getRegimes ? window.airgap.getRegimes() : null;\n'
             '  const defaultRegime = regimes ? regimes.values().next().value '
             ': "CPRA";\n'
             '  console.log("Regime detected is "+ defaultRegime + ", loading '
             'transcend");\n'
             '  \n'
             'if (!EB.TranscendConsent.shouldDisableTranscend()) {\n'
             '      // Add the event listener\n'
             '      window.airgap.addEventListener(\n'
             "        'sync',\n"
             '        () => {\n'
             '          window.transcend.ready((transcend) => {\n'
             '            console.log("Sync done: Show banner")\n'
             '            transcend.autoShowConsentManager();\n'
             '          })\n'
             '        },\n'
             '        { once: true } // we only want this to run on initial '
             'sync\n'
             '      );\n'
             '  \n'
             '} else { console.log("Do not show banner") }\n'
             '  dataLayer.push({ event: "transcendLoaded" });\n'
             '  </script><script type="text/javascript">window.dataLayer = '
             'window.dataLayer || [];\n'
             'dataLayer.push({\n'
             "    'dfaPartnerID': 'dfa_partner_id_not_set',\n"
             "    'publicUserID': '',\n"
             '});\n'
             '\n'
             "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n"
             "new Date().getTime(),event:'gtm.js'});var "
             'f=d.getElementsByTagName(s)[0],\n'
             "j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n"
             "'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n"
             "})(window,document,'script','dataLayer','GTM-5P8FXJ');</script><script "
             'type="text/javascript">var customActions = {\n'
             "    SaveClicked: 'save_event',\n"
             '};\n'
             'var branchMedatata = { metadata : {} };\n'
             '//Adding user authenticated metatag\n'
             '\n'
             '\n'
             '\n'
             '(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.defer=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener '
             'applyCode autoAppIndex banner closeBanner closeJourney '
             'creditHistory credits data deepview deepviewCta first getCode '
             'init link logout redeem referrals removeListener sendSMS '
             'setBranchViewData setIdentity track validateCode '
             'trackCommerceEvent logEvent disableTracking".split(" "), 0);\n'
             "    branch.init('key_live_epYrpbv3NngOvWj47OM81jmgCFkeYUlx' , "
             'branchMedatata, function(err, data) '
             '{branch.addListener(branchListener);});\n'
             '\n'
             'function branchListener(eventName, data) {\n'
             '\n'
             '    var eventsToTrack = [\n'
             "        'didShowJourney',\n"
             "        'didClickJourneyCTA',\n"
             "        'didClickJourneyClose',\n"
             '    ]; // List of events to track\n'
             '\n'
             '    if (eventName && data && data.journey_link_data && '
             'eventsToTrack.includes(eventName)){\n'
             '        var journeyName = data.journey_link_data.journey_name + '
             "' - ' + data.journey_link_data.view_name +' - ' + "
             'data.journey_link_data.journey_id;\n'
             '        trackEventBranchIO(eventName, journeyName);\n'
             '    }\n'
             '}\n'
             '\n'
             'function trackEventBranchIO(eventName, journeyName) {\n'
             '  if (window && window.dataLayer) {\n'
             '    window.dataLayer.push({\n'
             '      eventName,\n'
             '      eventData: { journeyName },\n'
             '      // Required:\n'
             "      event: 'track',\n"
             '      sendToHeap: true,\n'
             '    });\n'
             '  }\n'
             '}\n'
             '\n'
             'function addBranchIOMetatags(\n'
             '    name,\n'
             '    content,\n'
             '    extraData = null,\n'
             '){\n'
             '\n'
             '    var metadata = {\n'
             '        [name]: content,\n'
             '        custom_action: customActions[name] ? customActions[name] '
             ': name,\n'
             '    };\n'
             '\n'
             '    //Keep userAuthenticated metadata\n'
             '    \n'
             '\n'
             '    //Adding metadata\n'
             '    addMetadata(metadata);\n'
             '\n'
             '    //Add extra data\n'
             '    extraData && addMetadata(extraData);\n'
             '\n'
             "    branch.track('pageview');\n"
             '}\n'
             '\n'
             'function addMetadata(branchData){\n'
             '    if (document) {\n'
             '        Object.entries(branchData).forEach(([key, value]) => {\n'
             "            const meta = document.createElement('meta');\n"
             '            meta.content = value;\n'
             "            meta.name = 'branch:deeplink:' + key;\n"
             '            document.head.appendChild(meta);\n'
             '        });\n'
             '    }\n'
             '}</script><meta name="robots" content="noindex, follow, "/><meta '
             'name="description" content="Eventbrite brings people together '
             'through live experiences. Discover events that match your '
             'passions, or create your own with online ticketing '
             'tools."/><meta name="viewport" content="initial-scale=1, '
             'width=device-width"/></head><body '
             'class="modal-active"><noscript><iframe '
             'src="https://www.googletagmanager.com/ns.html?id=GTM-5P8FXJ" '
             'height="0" width="0" '
             'style="display:none;visibility:hidden"></iframe></noscript><div '
             'id="root" data-reactroot=""><div '
             'data-spec="focus-trap-component"><div class="eds-modal '
             'eds-fx--fade-in eds-modal--aperture eds-modal--active '
             'eds-modal--set-height" data-spec="eds-modal" '
             'aria-label="Checkout NHRL 2026 Robot Fighting World '
             'Championships" aria-modal="true" role="dialog"><div '
             'class="eds-modal__body eds-fx--fade-in eds-modal--aperture" '
             'aria-hidden="false" data-spec="eds-modal-body"><div '
             'class="eds-modal__content"><div '
             'class="eds-collapsible-pane-layout"><div '
             'class="eds-collapsible-pane-layout__content '
             'eds-collapsible-pane-layout__content--has-pane"><div '
             'class="eds-modal__container"><header class="eds-modal__header '
             'eds-align--center-vertical"><div '
             'class="eds-modal__title-container eds-modal__title-spacing"><h2 '
             'id="eds-modal-title" class="eds-text-bl--fixed '
             'eds-text--truncate eds-modal__title eds-text-color--ui-800" '
             'data-spec="eds-modal__title" data-testid="eds-modal__title">NHRL '
             '2026 Robot Fighting World Championships</h2><span '
             'class="eds-l-pad-hor-4 eds-l-mar-top-4 eds-align--center '
             'eds-text-bs--fixed eds-text-color--ui-600" '
             'data-spec="eds-modal__secondary-title" '
             'data-testid="eds-modal__secondary-title">Saturday, October 3 · '
             '10am - 10:30pm EDT</span><div '
             'class="eds-modal__title-spacing"><hr class="eds-divider__hr '
             'eds-bg-color--ui-200 eds-divider--horizontal" '
             'data-spec="divider-hr" '
             'aria-hidden="true"/></div></div></header><main '
             'class="eds-modal__main" data-spec="eds-modal__main" '
             'data-testid="eds-modal__main"><div '
             'class="eds-modal__content"><div id="edsModalContentChildren" '
             'class="eds-modal__content__children"><div class="eds-g-cell '
             'eds-g-cell-mw-10-12 eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 '
             'eds-g-offset-mn-0-12 eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 '
             'eds-g-cell-sn-12-12 eds-g-cell-12-12 eds-l-sn-pad-hor-4 '
             'eds-l-pad-hor-6" data-spec="checkout-widget-tickets-page"><div '
             'data-spec="focus-ref"></div><div class="eds-l-sn-mar-top-0 '
             'eds-l-sm-mar-top-0  eds-l-mar-top-2 eds-l-md-mar-top-2  '
             'eds-l-mw-mar-top-8 eds-l-ln-mar-top-8 eds-l-lg-mar-top-8 '
             'eds-l-lw-mar-top-8"><div class="eds-l-sn-mar-top-6 '
             'eds-l-sm-mar-top-6 eds-l-sw-mar-top-6 '
             'eds-l-mar-top-8"><div><div><form class="responsive-form '
             'eds-g-group" data-automation="promo-code-form" '
             'data-testid="promo-code-form"><div class="eds-g-cell '
             'eds-g-cell-12-12"><div class="FormControl_root__qsf7h"><div '
             'class="FormControl_main__qsf7h '
             'checkout-customization-css-class"><div '
             'class="FormControl_fieldContainer__qsf7h"><input type="text" '
             'id="promo-code-field" class="TextField_root__obkg1" title="Promo '
             'Code" aria-labelledby="label-promo-code help-promo-code" '
             'placeholder="Enter code" data-automation="promo-code-field" '
             'data-spec="promo-code-field" value="" name="promo"/><label '
             'id="label-promo-code" class="FormControl_primaryLabel__qsf7h" '
             'for="promo-code-field">Promo Code</label></div><span '
             'class="FormControl_validationAdornment__qsf7h"></span><span '
             'class="FormControl_suffix__qsf7h"><button disabled="" '
             'data-automation="promo-code-form-cta-text" '
             'data-spec="promo-code-form-cta-text" '
             'data-testid="promo-code-form-cta-text" class="eds-btn--button '
             'eds-btn--none eds-btn--disabled" aria-disabled="true" '
             'type="button"><span class="eds-text-bm--fixed '
             'eds-text-color--grey-500">Apply</span></button></span></div><div '
             'class="FormControl_aside__qsf7h"><div '
             'class="FormControl_helperTextWrapper__qsf7h"></div></div></div></div></form></div><div '
             'class="eds-g-grid"></div></div></div><form '
             'data-testid="ticket-selection-full-size-page-form"><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Tickets</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - '
             'Adult</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409814308"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\n'
             '\n'
             'Ticket Descripti…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817784"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Adult</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817893"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$87.54</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $8.54 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817999"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$54.20</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $5.20 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Prime Time Show</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818089"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$17.45</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.45 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '-Watch the Prim…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Add-ons</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Robot Driving Experience - 4X '
             'Tokens</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818347"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Friday Night Pit '
             'Pass</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3417517954"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Oct 3, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet &amp; mingle with builders; see the '
             'builder’s pre-tournament prepa…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div></form></div><div '
             'class="eds-l-mar-vert-6 eds-align--center-vertical '
             'eds-align--space-between" '
             'data-spec="language-brand-container"><div class="eds-g-cell '
             'eds-g-cell-6-12 eds-g-cell-sm-8-12 eds-l-pad-bot-2" '
             'data-spec="brand-text"><a target="_blank" rel="noopener '
             'noreferrer" class="checkout-widget__powered-by-eventbrite '
             'eds-text-color--grey-600 eds-text-bs" title="Powered by '
             'Eventbrite" href="https://eventbrite.com">Powered by<i '
             'class="eds-vector-image eds-brand--medium '
             'eds-vector-image--grey-600 eds-vector-image-size--reset '
             'checkout-widget__powered-by-eventbrite__icon" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="logo-wordmark-brand_svg__Layer_1" x="0" y="0" viewBox="0 0 '
             '2300 400.8" xml:space="preserve"><style>\n'
             '        .logo-wordmark-brand_svg__st3{fill:#221d19}\n'
             '    </style><g><g><path class="logo-wordmark-brand_svg__st3" '
             'd="M794 99.5l-43.2 123H749l-43.1-123h-75.6l73.8 '
             '198h85.8l73.8-198zM1204.1 94.1c-29.8 0-53.4 13.3-64 '
             '35.1V99.5h-72v198.1h72v-97.3c0-29.8 9.8-49.3 34.2-49.3 21.8 0 '
             '29.4 14.2 29.4 '
             '41.3v105.2h72V173.2c0-41.3-17.4-79.1-71.6-79.1zM1753.1 '
             '134.6V99.5h-72v198.1h72V207c0-33.3 16.5-47.7 43.1-47.7 13.8 0 '
             '28.9 2.7 38.7 8.5v-68c-4.9-4-15.6-7.6-27.6-7.6-26.2 0-47.1 '
             '20.2-54.2 42.4zM1846.9 99.5h72v198.1h-72z"></path><circle '
             'class="logo-wordmark-brand_svg__st3" cx="1882.9" cy="44.9" '
             'r="40.7"></circle><path class="logo-wordmark-brand_svg__st3" '
             'd="M2028.9 221.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 30.2-24.5 '
             '54.6-54.7 54.6v49.7h26.7v93.2c0 46.7 31.5 60.4 64.9 60.4 27.1 0 '
             '44.4-6.7 59.6-17.8v-46.6c-12 4.9-21.8 6.7-30.6 '
             '6.7-14.7.1-22.7-6.6-22.7-23.5zM1402 245.1s-.1 0 0 0h-.2c-14.6 '
             '0-22.5-6.7-22.5-23.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 '
             '30.2-24.5 54.6-54.7 54.6h-.1v49.7h26.7v93.2c0 46.7 31.5 60.4 '
             '64.9 60.4 27.1 0 44.4-6.7 59.6-17.8v-46.6c-11.9 4.9-21.7 '
             '6.8-30.5 6.8zM1402 245.1h-.1.1c-.1 0 0 0 0 0zM543.9 94.2c-61.7 '
             '0-107.9 44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 '
             '92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c-.1-53.7-35.2-99-101.3-99zM507 '
             '178.6c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9H507zM954.1 94.2c-61.7 0-107.9 44.9-107.9 107.5 0 63.1 45.3 '
             '101.3 108.8 101.3 57.7 0 92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 '
             '22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c0-53.7-35.1-99-101.3-99zm-36.9 '
             '84.4c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9h-69.8zM2300 193.2c0-53.7-35.1-99-101.3-99-61.7 0-107.9 '
             '44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 92.2-30.1 '
             '100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20zm-138.1-14.6c2.7-18.7 12.9-32.9 '
             '36-32.9 21.3 0 32.9 15.1 33.8 32.9h-69.8zM1582 93.8c-33.3 0-55.6 '
             '16-65.4 39.6v-116h-72v280.1h55.6l12.4-34.2c11.1 24 36 39.6 68 '
             '39.6 59.6 0 89.4-45.8 89.4-104.5 '
             '0-58.4-29.8-104.6-88-104.6zm-25.3 153.4c-24.5 '
             '0-40-18.7-40-47.6V197c0-28.5 15.6-47.1 40-47.1 28 0 40.9 20 40.9 '
             '48.5 0 28.8-12.9 48.8-40.9 48.8z"></path></g><path '
             'class="logo-wordmark-brand_svg__st3" d="M302.8 269L170.1 '
             '165.6c-2.2-1.7.1-5.1 2.5-3.7l51.8 29c23.5 13.2 53.2 5.5 '
             '67.4-17.3 15-24.1 7.1-55.8-17.5-70l-76-43.9c-2.4-1.4-.6-5.1 '
             '2-4l34.9 14c.1 0 .9.3 1.2.4 3.7 1.3 7.7 2 11.8 2 18.9 0 34.5-15 '
             '35.8-32.8C285.7 16.1 268.1 0 247 0H85.6C64.9 0 47.4 16.9 47.7 '
             '37.6c.1 11 5.1 20.8 12.8 27.5 5.8 5.1 25.4 20.7 34.7 28.2 1.7 '
             '1.3.7 4-1.4 4H61.5C27.5 97.5 0 125.1 0 159.1c0 17.2 7 32.7 18.4 '
             '44l187.1 177.8c13.2 12.3 31 19.9 50.5 19.9 41 0 74.2-33.2 '
             '74.2-74.2-.1-23.2-10.7-44-27.4-57.6z"></path></g></svg></i></a></div><div '
             'class="eds-g-cell eds-text-color--grey-600 eds-g-cell-6-12 '
             'eds-g-cell-sm-4-12 eds-text--right" '
             'data-automation="language-selector" '
             'data-spec="language-selector"><div class="u-inline-flex"><div '
             'class="LanguageSelector-module__languageLabelAndSelector___293FF"><div '
             'class="LanguageSelector-module__selectField___2RUEM '
             'checkout-customization-css-class"><div '
             'class="FormControl_root__qsf7h"><div '
             'class="FormControl_main__qsf7h"><div '
             'class="FormControl_fieldContainer__qsf7h '
             'FormControl_fieldContainerFullWidth__qsf7h"><select '
             'id="language-select-field" class="SelectField_root__1dsvm" '
             'aria-label="Select your language" title="" '
             'aria-labelledby="label-language" '
             'data-automation="language-dropdown" '
             'name="language-select-field"><option value="" '
             'data-option="hidden"> </option><option '
             'value="de_DE">Deutsch</option><option value="de_CH">Deutsch '
             '(CH)</option><option value="en_AU">English (AU)</option><option '
             'value="en_CA">English (CA)</option><option value="en_DK">English '
             '(DK)</option><option value="en_FI">English (FI)</option><option '
             'value="en_GB">English (UK)</option><option selected="" '
             'value="en_US">English (US)</option><option value="es_AR">Español '
             '(AR)</option><option value="es_ES">Español (ES)</option><option '
             'value="es_MX">Español (MX)</option><option '
             'value="fr_FR">Français</option><option value="fr_CA">Français '
             '(CA)</option><option value="fr_CH">Français (CH)</option><option '
             'value="it_IT">Italiano</option><option '
             'value="nl_NL">Nederlands</option><option '
             'value="pt_PT">Português</option><option value="pt_BR">Português '
             '(BR)</option><option value="sv">Svenska</option></select><label '
             'id="label-language" class="FormControl_primaryLabel__qsf7h '
             'FormControl_primaryLabelOpen__qsf7h" '
             'for="language-select-field">Language:</label></div><span '
             'class="FormControl_validationAdornment__qsf7h"></span><span '
             'class="FormControl_suffix__qsf7h"><button type="button" '
             'tabindex="-1" class="SelectField_chevronButton__1dsvm" '
             'aria-labelledby="label-language"><i class="Icon_root__1kdkz '
             'Icon_icon-small__1kdkz" aria-hidden="true"><svg '
             'xmlns="http://www.w3.org/2000/svg" width="24" height="24" '
             'fill="#3A3247" viewBox="0 0 24 24" color="#4B4D63"><path d="m7 '
             '10.224 5 4.936 5-4.936-1.414-1.397L12 12.367l-3.585-3.54z" '
             'clip-rule="evenodd"></path></svg></i></button></span></div><div '
             'class="FormControl_aside__qsf7h"><div '
             'class="FormControl_helperTextWrapper__qsf7h"></div></div></div></div></div></div></div></div></div></div><div '
             'class="eds-modal__footer-background undefined"><div '
             'class="eds-modal__footer eds-g-cell eds-g-cell-mw-10-12 '
             'eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 eds-g-offset-mn-0-12 '
             'eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 eds-g-cell-sn-12-12 '
             'eds-g-cell-12-12 eds-l-sn-pad-hor-4 eds-l-pad-hor-6 '
             'PageFooter-module__modalFooter___x707S" '
             'data-spec="eds-modal__footer"><div '
             'class="PageFooter-module__modalFooterWrapper___1-QTQ"><div '
             'class="eds-show-down-sw '
             'PageFooter-module__easyRefundsRow___37Vx6"><div '
             'class="PageFooter-module__easyRefundsCartSummary___3ULNf"><div '
             'class="eds-align--right"><button '
             'data-testid="cart-summary-button" class="eds-show-down-sw '
             'eds-btn--none" aria-label="Show order summary" '
             'aria-pressed="false" aria-expanded="false" '
             'aria-controls="order-summary" disabled="" type="button"><div '
             'class="CartSummary-module__cartSummary___2faKa" '
             'aria-hidden="true"><div class="eds-text--truncate '
             'eds-l-pad-vert-2 eds-text--right eds-l-pad-right-4"><span '
             'class="eds-text-color--grey-800 eds-text-bm--fixed '
             'eds-text-weight--heavy '
             'CartSummary-module__collapsiblePriceRow___lTYLn" '
             'data-automation="modal-footer-ticket-price" '
             'data-testid="modal-footer-ticket-price">$0.00</span></div></div></button></div></div></div><div '
             'class="eds-align--right"><button '
             'data-spec="eds-modal__primary-button" '
             'data-automation="eds-modal__primary-button" '
             'data-testid="eds-modal__primary-button" class="eds-btn '
             'eds-btn--button eds-btn--fill eds-btn--full-width" '
             'type="button">Check '
             'out</button></div></div></div></div></div></main></div></div><div '
             'class="eds-collapsible-pane-layout__pane" '
             'data-spec="eds-collapsible-pane-layout-pane"><div '
             'class="eds-collapsible-pane-layout-pane__content"><aside '
             'id="order-summary" aria-label="Order summary" '
             'class="eds-collapsible-pane-layout__content '
             'checkout-widget__ticket-page--pane-content"><style>:root {\n'
             '                    --focus-x: 50%;\n'
             '                    --focus-y: 50%;\n'
             '                </style><div '
             'class="FocalPointImage-module__container___1iydr '
             'eds-show-up-mn"><div '
             'class="FocalPointImage-module__ie11FlexFix___3GBXb"></div></div><div '
             'class="eds-align--center EmptyPane-module__root___2dmKz" '
             'data-spec="pane-empty-cart-container"><i class="eds-vector-image '
             'eds-icon--medium eds-vector-image--grey-300 '
             'EmptyPane-module__icon___3cSOX" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="cart_svg__eds-icon--cart_svg" x="0" y="0" viewBox="0 0 24 '
             '24" xml:space="preserve"><path '
             'id="cart_svg__eds-icon--cart_base" fill-rule="evenodd" '
             'clip-rule="evenodd" d="M20 14l2-9H9v1h11.9l-1.7 7.1L7 '
             '14V2H2v3h4v12h14v-1H7v-1l13-1zM3 3h3v1H3V3z"></path><g '
             'id="cart_svg__eds-icon--cart_circles" fill-rule="evenodd" '
             'clip-rule="evenodd"><path d="M8 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 '
             '2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM18 '
             '18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 '
             '0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 '
             '1z"></path></g></svg></i></div></aside></div></div></div><div '
             'class="eds-modal__close-button"><span class="eds-icon-button '
             'eds-icon-button--over-image eds-icon-button--neutral" '
             'data-spec="icon-button"><button '
             'data-automation="modal-close-button" data-spec="close-button" '
             'id="modal-close-button" class="eds-btn--button eds-btn--none '
             'eds-btn--icon-only" type="button"><i class="eds-vector-image '
             'eds-icon--small eds-vector-image--block" title="" '
             'data-spec="icon" data-testid="icon"><svg '
             'id="cross-chunky_svg__eds-icon--cross-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve" '
             'aria-hidden="true"><path '
             'id="cross-chunky_svg__eds-icon--cross-chunky_base" d="M13.4 '
             '12l3.5-3.5-1.4-1.4-3.5 3.5-3.5-3.5-1.4 1.4 3.5 3.5-3.5 3.5 1.4 '
             '1.4 3.5-3.5 3.5 3.5 1.4-1.4z"></path></svg><span '
             'class="eds-is-hidden-accessible">Close</span></i></button></span></div></div></div></div></div></div><input '
             'type="hidden" style="display:none" '
             'name="csrfmiddlewaretoken"/><script>const csrfInput = '
             "document.getElementsByName('csrfmiddlewaretoken')[0];\n"
             'const csrfToken = '
             '/csrftoken=([^;]*)(;|$)/.exec(document.cookie)[1];\n'
             'csrfInput.value = csrfToken;</script><script '
             'type="text/javascript">window.__i18n__={"locale":"en_US"};\n'
             '\n'
             'var isFrame = window.parent !== window;\n'
             '\n'
             'if (isFrame) {\n'
             '    window.parent.postMessage({\n'
             "        messageName: 'widgetRenderComplete',\n"
             "        eventId: '1977510585394'\n"
             "    }, 'https://www.nhrl.io/');\n"
             '\n'
             '    var _ebCheckoutReady = false;\n'
             '    window.__ebMarkCheckoutReady = function() { _ebCheckoutReady '
             '= true; };\n'
             '\n'
             "    document.addEventListener('click', function(e) {\n"
             '        if (!_ebCheckoutReady && '
             'e.target.closest(\'[data-spec="close-button"]\')) {\n'
             '            window.parent.postMessage({\n'
             "                messageName: 'widgetModalClose',\n"
             "                eventId: '1977510585394'\n"
             "            }, 'https://www.nhrl.io/');\n"
             '        }\n'
             '    });\n'
             '}\n'
             '\n'
             '\n'
             'window.__SERVER_DATA__={"teamSettings":null,"isRegistrationEvent":false,"requestPromoCode":"","app_name":"checkout","grylls":{"options":{"environment":"prod","debugging":false,"enabled":true},"trackingData":{"Google '
             'Analytics":[{"pixelId":"G-9DPRMQ1LCM","id":"5380433","events":{}}]}},"refundPolicyCode":"custom","isGDPRCountry":true,"isMyOrderFlow":false,"captcha":{"recaptcha3PublicKey":"6LeiycQUAAAAAPuZ16-zS80TNACRMmXd8CAT_hs9","recaptcha2PublicKey":"6LehRw8fAAAAAJ8S1_MRks59_3nK7buJgoXcp3QV"},"event":{"changed":"2026-06-05T22:48:35Z","should_not_index_in_search_engines":false,"subcategory_id":"2007","slugified_name":"nhrl-2026-robot-fighting-world-championships","ticket_classes":[],"event_sales_status":{"start_sales_date":{"timezone":"America/New_York","local":"1970-01-01T00:00:00","utc":"1970-01-01T05:00:00Z"},"end_sales_date":{"timezone":"America/New_York","local":"2026-10-03T21:30:00","utc":"2026-10-04T01:30:00Z"},"default_message":null,"sales_status":"on_sale","currency":"USD","message_code":null,"message":null,"message_type":null},"listing_display_flags":{"should_show_promo_code_link":true,"should_display_short_address":true,"should_show_add_to_calendar":true,"status_is_not_yet_started":false,"should_show_timezone":true,"event_is_sold_out":false,"should_hide_all_dates":false,"should_display_ticket_end_date":true,"status_any_ticket_not_yet_started":false,"should_show_waitlist_at_capacity":false,"should_show_waitlist_for_event":false},"currency":"USD","locale":"en_US","ticket_resellers":[],"id":"1977510585394","privacy_setting":"unlocked","style":{"button_text_color":"#FFFFFF","secondary_text_color":"#ADB0B6","button_background_color":"#00CC52","box_text_color":"#45494E","link_color":"#00A8F2","text_color":"#45494E","box_header_background_color":"#EFF2F5","box_background_color":"#FFFFFF","box_border_color":"#D2D6DF","box_header_text_color":"#45494E","background_color":"#F8F8FA","id":"456156284"},"venue_id":"295573298","user_id":"1282399756513","source":"coyote","tx_time_limit":1200,"show_seatmap_thumbnail":false,"inventory_type":"limited","show_colors_in_seatmap_thumbnail":false,"logo_id":"1173601770","start":{"timezone":"America/New_York","local":"2026-10-03T10:00:00","utc":"2026-10-03T14:00:00Z"},"listed":true,"hide_end_date":false,"status":"live","_type":"event","show_pick_a_seat":false,"description":{"text":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","html":"The world\'s most exciting, dangerous '
             "and electrifying fighting robots compete for a place at NHRL's "
             '2026 Pro World '
             'Championships."},"published":"2025-12-28T16:10:40Z","payment_options":{"should_accept_offline":0,"should_accept_oxxo":false,"should_accept_visa_debit_for_payment":false,"should_accept_sofort":false,"should_accept_visa_for_payment":true,"should_accept_discover_for_payment":true,"should_show_paypal_payment_method":false,"should_accept_rapipago":false,"should_only_accept_amex_for_payment":false,"accept_moneris":false,"has_payment_options":true,"should_accept_mercado_pago_credit_cards":false,"should_accept_mastercard_for_payment":true,"should_accept_maestro_bancontact":false,"should_accept_ideal":false,"authnet_cards_list":[],"should_accept_sepa_direct_debit":false,"accept_authnet":false,"moneris_cards_list":[],"should_accept_boleto_bancario":false,"should_accept_amex_for_payment":true,"should_accept_invoice":false,"should_accept_pagofacil":false},"is_free":false,"organization_id":"1282399756513","is_externally_ticketed":false,"is_protected_event":false,"is_series_parent":false,"end":{"timezone":"America/New_York","local":"2026-10-03T22:30:00","utc":"2026-10-04T02:30:00Z"},"format_id":"14","organizer_id":"57207809973","properties":{"is_sales_client":true,"locale":"en_US","copy_link_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394?utm_source=cpd&utm_medium=discovery&utm_content=attendeeshare&utm_term=listing","logo_focal_point":{"y":0.5,"x":0.5},"is_opted_out_of_google_analytics_universal":false,"total_tickets":13,"has_logo":true,"has_donation_tickets_available":null,"is_shareable":true,"canonical_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918","is_donation":false,"meta_description":"Eventbrite '
             '- National Havoc Robot League presents NHRL 2026 Robot Fighting '
             'World Championships - Saturday, October 3, 2026 at NHRL - '
             'National Havoc Robot League, Norwalk, CT. Find event and ticket '
             'information.","non_vanity_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394","is_sales_ended":false,"shortname":null,"logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","image":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116","has_payment_options":true,"non_vanity_absolute_url_ssl":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394","ssl_logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","fb_plain_description":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","display_short_address":"Norwalk, '
             'CT","is_free":false,"is_ended":false,"is_google_analytics_ecommerce_tracking_enabled":false,"sales_not_yet_started":false,"is_series_parent":false,"is_draft":false,"currency":"USD","has_cropped_logo":false,"hide_start_date":false,"is_unavailable":false,"is_live":true,"is_protected":false,"payment_type":"eventbrite","google_analytics":null,"is_reserved_seating":false,"is_paid":true,"is_published":true},"tld":".com","series_id":"1977507082918","name":{"text":"NHRL '
             '2026 Robot Fighting World Championships","html":"NHRL 2026 Robot '
             'Fighting World '
             'Championships"},"language":"en-us","created":"2025-12-10T15:36:03Z","url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510585394","hide_start_date":false,"current_status":30,"summary":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","is_locked":false,"shareable":true,"style_id":"456156284","online_event":false,"is_series":true,"category_id":"102","is_reserved_seating":false,"survey_type":"direct","organization":{"vertical":"default","id":"1282399756513"},"venue":{"id":"295573298","user_id":"1282399756513","name":"NHRL '
             '- National Havoc Robot '
             'League","latitude":"41.092425","longitude":"-73.4157396","address":{"address_1":"165 '
             'Water '
             'Street","address_2":"","city":"Norwalk","postal_code":"06854","region":"CT","country":"US","localized_address_display":"165 '
             'Water Street, Norwalk, CT '
             '06854","localized_area_display":"Norwalk, '
             'CT","localized_multi_line_address_display":["165 Water '
             'Street","Norwalk, CT '
             '06854"],"latitude":"41.092425","longitude":"-73.4157396"},"places":[],"organizer_id":"57207809973","google_place_id":"ChIJVVUJNYge6IkRau9-ajl-pOI"},"should_show_promo_code_link":true,"has_access_code":true,"show_remaining":false,"has_advanced_teams_enabled":false,"has_tax_country_exemptions":false,"capacity":70,"checkout_info":{"checkout_groups":[{"id":"1","title":"Tickets"},{"id":"3","title":"Add-ons"}]}},"affiliateCode":"echckt","widgetParentUrl":"https://www.nhrl.io/","gaSettings":{"userPartnerId":null,"appName":"checkout","activeScopeUserId":null,"appVersion":null,"guestPartnerId":"de57256e_606f65f74ce0eef5e15ee1199261b7dc10d7e0a2d9af04d6d9088af479dce0b1165b078f5f235913b3ad9a6ee80f809e","isActive":true,"correlationId":"b4e6e217696411f19ba946ba62c0b200"},"stableId":"a0c6fd2a-5c93-4f0a-bc1d-58d6325e1735","errors":[],"googleTagManager":{"should_include_google_tag_manager":true,"dfa_partner_id":"dfa_partner_id_not_set"},"ticketAvailabilityInfo":{"has_available_hidden_tickets":true,"has_available_tickets":true,"has_bogo_tickets":false,"is_sold_out":false,"remaining_capacity":70,"waitlist_enabled":false},"isEventbriteTLD":false,"deferredPaymentDueDays":3,"collectQuestionsAfterPayment":false,"showOrgMarketingOptIn":true,"env":{"googleMapsQAKey":null,"defaultCurrency":"USD","signupUrl":"https://www.eventbrite.com/signin/signup/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","isEmbeddedView":false,"serverUrl":"https://www.eventbrite.com","showCookieHeader":false,"organizeUrls":{"suggested":[{"url":"/organizer/overview/","gaLabel":"WhyEventbrite","accentLink":false,"label":"Create '
             'Events"},{"url":"/organizer/pricing/","gaLabel":"Pricing","accentLink":false,"label":"Pricing"},{"url":"https://www.eventbrite.com/blog/","gaLabel":"Resources","accentLink":false,"label":"Resources"},{"url":"/l/contact-eventbrite-sales/","gaLabel":"ContactSales","accentLink":false,"label":"Contact '
             'Sales"}],"home":{"url":"/how-it-works/","gaLabel":"HowItWorks","label":"How '
             'it '
             'works"}},"signupNoReferrerUrl":"https://www.eventbrite.com/signin/signup/","ebDomain":"eventbrite.com","helpUrls":{"impressum":"https://www.eventbrite.com/support/articleredirect?anum=10983","home":"https://www.eventbrite.com/support","suggested":[{"url":"https://www.eventbrite.com/support/articleredirect?anum=3776","gaLabel":"FindYourTickets","label":"Find '
             'your '
             'tickets"},{"url":"https://www.eventbrite.com/support/articleredirect?anum=3275","gaLabel":"ContactAnEventOrganizer","label":"Contact '
             'an event '
             'organizer"},{"url":"https://www.eventbrite.com/support","gaLabel":"VisitTheHelpCenter","label":"Visit '
             'the help '
             'center"}]},"locales":[{"locale":"es_AR","localized_language_name":"Español '
             '(AR)","locale_name":"Argentina"},{"locale":"en_AU","localized_language_name":"English '
             '(AU)","locale_name":"Australia"},{"locale":"nl_BE","localized_language_name":"Belge","locale_name":"België"},{"locale":"fr_BE","localized_language_name":"Français '
             '(BE)","locale_name":"Belgique"},{"locale":"pt_BR","localized_language_name":"Português '
             '(BR)","locale_name":"Brasil"},{"locale":"en_CA","localized_language_name":"English '
             '(CA)","locale_name":"Canada '
             '(EN)"},{"locale":"fr_CA","localized_language_name":"Français '
             '(CA)","locale_name":"Canada '
             '(FR)"},{"locale":"es_CL","localized_language_name":"Español","locale_name":"Chile"},{"locale":"es_CO","localized_language_name":"Español '
             '(ES)","locale_name":"Colombia"},{"locale":"en_DK","localized_language_name":"English '
             '(DK)","locale_name":"Denmark"},{"locale":"de_DE","localized_language_name":"Deutsch","locale_name":"Deutschland"},{"locale":"es_ES","localized_language_name":"Español '
             '(ES)","locale_name":"España"},{"locale":"en_FI","localized_language_name":"English '
             '(FI)","locale_name":"Finland"},{"locale":"fr_FR","localized_language_name":"Français","locale_name":"France"},{"locale":"en_HK","localized_language_name":"English '
             '(HK)","locale_name":"Hong '
             'Kong"},{"locale":"en_IE","localized_language_name":"English '
             '(UK)","locale_name":"Ireland"},{"locale":"it_IT","localized_language_name":"Italiano","locale_name":"Italia"},{"locale":"es_MX","localized_language_name":"Español '
             '(MX)","locale_name":"México"},{"locale":"nl_NL","localized_language_name":"Nederlands","locale_name":"Nederland"},{"locale":"en_NZ","localized_language_name":"English '
             '(Australia/New Zealand)","locale_name":"New '
             'Zealand"},{"locale":"de_AT","localized_language_name":"Deutsch","locale_name":"Österreich"},{"locale":"es_PE","localized_language_name":"Español '
             '(ES)","locale_name":"Perú"},{"locale":"pt_PT","localized_language_name":"Português","locale_name":"Portugal"},{"locale":"de_CH","localized_language_name":"Deutsch '
             '(CH)","locale_name":"Schweiz"},{"locale":"en_SG","localized_language_name":"English '
             '(SG)","locale_name":"Singapore"},{"locale":"fr_CH","localized_language_name":"Français '
             '(CH)","locale_name":"Suisse"},{"locale":"sv","localized_language_name":"Svenska","locale_name":"Sverige"},{"locale":"en_GB","localized_language_name":"English '
             '(UK)","locale_name":"United '
             'Kingdom"},{"locale":"en_US","localized_language_name":"English '
             '(US)","locale_name":"United '
             'States"}],"signinUrl":"https://www.eventbrite.com/signin/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","searchQuery":null,"searchLocation":{"address":"New '
             'York, '
             'NY"},"launchNewSignInSignUpLinks":true,"adminServerUrl":"https://admin.eventbrite.com","currencyFormat":"¤#,##0.00","logoutUrl":"https://www.eventbrite.com/logout/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","loginUrl":"https://www.eventbrite.com/login/?referrer=%2Fcheckout-external-context%3Feid%3D1977510585394%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","localeInfo":{"flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag.png","gold_support_phone_number":"1-877-297-6805","greetings":["Hello","Hi","Greetings","Dear"],"country_code":"US","language_code":"en","silver_support_phone_number":"1-877-297-6805","has_phone_support":true,"show_link_to_music_microsite":true,"flag_logo_medium_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag-32x32.png","paypal_locale":"en_US","group":"AMERICA","sales_email":"sales@eventbrite.com","prefixes":["Mr.","Mrs.","Ms.","Miss","Mx.","Dr.","Prof.","Rev."],"npo_service_fee_percent":"2.0%","uses_metric_system":false,"has_localized_support_team":false,"is_eventioz_locale":false,"tiktok_handle":"@eventbrite","latitude":37.775262,"app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Download_on_the_App_Store_Badge_US-UK_135x40.svg","youtube_channel":"www.youtube.com/user/EventbriteTV","android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=en_US","press_email":"press@eventbrite.com","tld_subdirectory":".com","hiw_sales_phone_number":"1-855-292-7905","base_ios_app_url":"http://itunes.apple.com/%s/app/eventbrite/id487922291","is_locale_enabled":true,"from_mail_charity":"charity@eventbrite.com","get_default_location_dict":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"get_default_location_name":"New '
             'York, '
             'NY","terms_of_service_url":"https://www.eventbrite.com/l/legalterms/","server":"http://www.eventbrite.com","address_4":"United '
             'States","address_1":"Eventbrite, Inc.","address_2":"535 Mission '
             'Street, 8th Floor","address_3":"San Francisco, CA '
             '94105","attendee_support_phone_number":"1-888-810-2063","default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"twitter_handle":"eventbritehelp","play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/en_generic_rgb_wo_45.png","locale":"en_US","base_android_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=%s","google_maps_language":"en","base_ios_app_badge_url":"%(server)s/eventbriteapp/?appstore&%(affiliate_params)s","paypal_support_number":"888-221-1161","localized_language_name":"English '
             '(US)","facebook_page":"www.facebook.com/Eventbrite","on_demand_payout_allowed":false,"nonprofit_501c3_fax_number":"1-888-855-2521","app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Available_on_the_App_Store_Badge_US-UK_135x40.svg","base_medium_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag-32x32.png","support_number_winter_hours":null,"is_deferred_payment_options_allowed":false,"music_microsite_url":"https://www.eventbrite.com/l/music/","first_week_day":6,"support_team_landing_page":"","sales_hours":"Mon-Fri '
             '6am-6pm '
             'PT","from_mail_order":"orders@eventbrite.com","support_phone":"1-800-350-8850","sales_contact_landing_page":"/l/contact-sales/","support_number_summer_hours":null,"help_center_language":"en-us","adobe_reader_url":"http://get.adobe.com/reader/","from_mail_installments":"installments@eventbrite.com","available_for_event_listing_override":null,"tiktok_page":"www.tiktok.com/@eventbrite","contact_sales_phone_number":"+1-877-620-9578","tld":".com","contact_us_path":"support/contact-us","show_cookie_policy_bar":false,"base_app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Available_on_the_App_Store_Badge_%s_135x40.svg","default_adobe_download_url":"http://get.adobe.com/reader/","recaptcha_language":"en","base_ios_entrymanager_url":"http://itunes.apple.com/%s/app/entry-manager/id368260521","default_language":"en-us","domain":"eventbrite.com","base_android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=%s","get_country_place_id":"85633793","outside_us_organizer_phone_number":"1-804-201-9585","default_currency":"USD","base_play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/%s_generic_rgb_wo_45.png","country_place_id":"85633793","old_event_locale":null,"press_blog_url":"/blog/press/","sales_phone_and_hours":"1-888-541-9753 '
             'Mon-Fri 6am-6pm '
             'PT","from_mail_ebhelp":"ebhelp@eventbrite.com","base_adobe_download_url":"http://get.adobe.com/%(language_code)s/reader/","organizations_support_phone_number":"1-855-872-1525","support_number_hours":null,"contact_us_sales_phone_number":"1-800-993-7308","facebook_org_page":"www.facebook.com/EventbriteforOrganizers","default_timezone":"America/Los_Angeles","show_support_special_hours_on_contact_us":false,"live_ops_support_phone_number":null,"contact_us_url":"https://www.eventbrite.com/support/contact-us","instagram_page":"www.instagram.com/eventbrite","default_language_name":"English '
             '(US)","longitude":-122.400197,"twitter_page":"www.x.com/eventbritehelp","localized_country_name":"United '
             'States","feature_flag":null,"android_attendee_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=en_US","is_latam":false,"ios_entrymanager_url":"http://itunes.apple.com/us/app/entry-manager/id368260521","base_app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Download_on_the_App_Store_Badge_%s_135x40.svg","npo_service_fee_charge":"$0.99 '
             'per '
             'ticket","facebook_locale":"en_US","paypal_locale_lc":"us","support_phone_number":"1-800-350-8850","npo_email":"nonprofit@eventbrite.com","first_week_day_from_sunday":0,"hreflang":"en-us","tos_path":"/l/legalterms/","default_paper_size":"letter","base_android_app_badge_url":"%(server)s/eventbriteapp/?playstore&%(affiliate_params)s","locale_name":"United '
             'States","default_professional_package":true,"uses_language_subdirectory":false,"sales_phone_number":"1-888-541-9753","google_analytics_url":"http://www.google.com/analytics","base_flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag.png","logo_url":"cdn.evbstatic.com/s3-build/perm_001/55d606/django/images/logos/eb_orange_on_white_1200x630.png","contact_sales_form_phone_number":"1-888-203-4469","alt_phone_number":"1-888-248-4220","sales_contact_link_text":"Contact '
             'Sales","ssl_server":"https://www.eventbrite.com","support_team_link_text":"","ios_attendee_app_url":"http://itunes.apple.com/us/app/eventbrite/id487922291","split_workspace":null,"music_url":"/l/music/","default_package":"package2","skip_package_selection":false,"split_feature_flag":null,"blog_url":"www.eventbrite.com/blog/","outside_us_phone_number":"1-415-694-7900","linked_in_page":"www.linkedin.com/company/eventbrite","live_ops_outside_us_phone_number":"1-415-813-3236"},"isMobile":false},"countryWithPostalCode":true,"featureFlags":{"enableTimedEntry":true,"launchFindMyTicketsCheckoutToOrderPage":true,"enableStripeElementsInAndroidNative":true,"enableRefundFeeRetentionPolicy":false,"seriesInfiniteCalendar":true,"checkoutUniversalFlag":true,"series_infinite_calendar_discounts":true,"disableEventbriteLegacyPaymentMethods":false,"launchSupportMultipleFacebookPixels":true,"checkoutResilienceTLZ":false,"launchPayinsPaymentMethodPaypal":true,"shouldHideSeriesStartTime":false,"enableNewRebrandingLogoAnimation":false,"series_infinite_calendar_min_price":false,"postCheckoutMandatoryQuestionsOrganizationsExclusions":false,"enableFullPageMarkup":true,"enablePaymentConstraintsInNewCreate":false,"paymentsLaunchStripeElements":false,"shouldBlockMarketingEventbriteEmails":false,"enableNonceBraintreePayments":true,"enableStripeElementsInIosNative":true,"launchBraintree3ds":false,"enableEBMarketingOptIn":true,"enableStripeElementsInMobileApp":false,"enable3DSecure2":false,"maxInstallments":{"isActive":false,"maxInstallmentsLimit":999},"launchEmbeddedCheckoutRetryOnPlaceError":false,"replaceLegacyPaymentMethodsWithStripeWhenNotEmbeddedCheckout":false,"enableEBMarketingOptInImplicit":false,"disableRecaptcha3":false,"checkout-custom-embedded":true,"new_wr_ui":true},"socialSSOSettings":{"twoStepsSignup":false,"google":{"scope":"profile '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"126160502265-8i61veaglos3qqdc73t5b9gdp7uumclg.apps.googleusercontent.com"},"facebook":{"scope":"public_profile,email","version":"v12.0","appId":"28218816837"},"apple":{"scope":"name '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"6Q9LU82ADJ.com.eventbrite.attendee"}},"waitingRoom":{"register_server":"https://www.eventbrite.com","step":"visit","is_activated_for_event":false,"queue_server":"//inline.eventbrite.com","queue_id":"1273485359"},"maxAllowedPayin":0,"guestAge":"1595","waitlistCode":null,"survey_info":"","requestExtraData":{"httpReferer":"https://www.nhrl.io/events","ip":"144.91.120.136","host":"www.eventbrite.com","method":"GET"},"isPayinsFlow":false,"teamToken":null,"guestId":"23b1137b-d1c3-454e-994d-e3155e3da971","user":{"intercomUserHash":null,"publicId":null,"hasEvents":false,"hasOrganizers":false,"usesNewPermissions":false,"guestId":"23b1137b-d1c3-454e-994d-e3155e3da971","canUseInterests":true,"isStaff":false,"canInvite":false,"fullName":null,"thumbnailUrl":null,"numOrders":0,"firstName":null,"hasGlobalPermissions":false,"isAttendee":false,"lastName":null,"activeOrganization":null,"hideOrganizationSwitch":true,"canCreateEvents":false,"hasContactsPermission":false,"email":null,"isAuthenticated":false,"orgHasEvents":false},"splitIOProdKey":"cnub9anfhoa4uivriv68t7soph5h0pihfi20","currentTimezone":"Europe/Paris","useAndroidProfile":false,"tickets":[{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"delivery_methods":["electronic"],"description":"All day '
             'access valid for entry & re-entry from 9:45am - 10:30pm (this '
             'includes the Prime Time Show starting at 7pm). Scroll for more '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409814308","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":true,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"General '
             'Admission - '
             'Adult","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T23:30:00Z","local":"2026-10-03T19:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409814308","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"use_all_in_price":true,"name":"General Admission - '
             'Adult","display_name":"General Admission - '
             'Adult","tax_and_fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T23:30:00Z","local":"2026-10-03T19:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"delivery_methods":["electronic"],"description":"All day '
             'access valid for entry & re-entry from 9:45am - 10:30pm (this '
             'includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817784","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"General '
             'Admission - Kids (ages '
             '4-15)","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T23:30:00Z","local":"2026-10-03T19:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817784","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"use_all_in_price":true,"name":"General Admission - Kids '
             '(ages 4-15)","display_name":"General Admission - Kids (ages '
             '4-15)","tax_and_fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T23:30:00Z","local":"2026-10-03T19:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":7900,"major_value":"79.00","display":"79.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":471,"major_value":"4.71","display":"4.71 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413309","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":179,"percent":370,"min":0,"max":1995},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413289","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":233,"major_value":"2.33","display":"2.33 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817893","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"VIP '
             '- '
             'Adult","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T14:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T18:30:00Z","local":"2026-10-03T14:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":8754,"major_value":"87.54","display":"87.54 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817893","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":7900,"major_value":"79.00","display":"79.00 '
             'USD"},"fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":8754,"major_value":"87.54","display":"87.54 '
             'USD"},"use_all_in_price":true,"name":"VIP - '
             'Adult","display_name":"VIP - '
             'Adult","tax_and_fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":471,"major_value":"4.71","display":"4.71 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413309","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":179,"percent":370,"min":0,"max":1995},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413289","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":233,"major_value":"2.33","display":"2.33 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T14:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T18:30:00Z","local":"2026-10-03T14:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":4900,"major_value":"49.00","display":"49.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":275,"major_value":"2.75","display":"2.75 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413039","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":275,"percent":0,"min":275,"max":275},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":100,"major_value":"1.00","display":"1.00 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413269","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":100,"percent":0,"min":100,"max":100},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":145,"major_value":"1.45","display":"1.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817999","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"VIP '
             '- Kids (ages '
             '4-15)","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T17:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T21:30:00Z","local":"2026-10-03T17:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":5420,"major_value":"54.20","display":"54.20 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817999","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":4900,"major_value":"49.00","display":"49.00 '
             'USD"},"fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":5420,"major_value":"54.20","display":"54.20 '
             'USD"},"use_all_in_price":true,"name":"VIP - Kids (ages '
             '4-15)","display_name":"VIP - Kids (ages '
             '4-15)","tax_and_fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":275,"major_value":"2.75","display":"2.75 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413039","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":275,"percent":0,"min":275,"max":275},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":100,"major_value":"1.00","display":"1.00 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413269","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":100,"percent":0,"min":100,"max":100},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":145,"major_value":"1.45","display":"1.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T17:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T21:30:00Z","local":"2026-10-03T17:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":1500,"major_value":"15.00","display":"15.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\\n\\nTicket '
             'Description:\\n\\n-Watch the Prime Time Show LIVE!\\n\\n-Ticket '
             'applies to the Prime Time Show only. \\nEntry to the building '
             'beginning at 5:00pm. Prime Time Show starts at 7pm.\\n\\n-Be '
             'cage side as the quarter-finals to the finals across three '
             'weight classes are broadcast LIVE!\\n\\n-Qualifying fights end '
             'at 5:30pm for a half-time. Be aware there is a break in '
             'scheduled bot action until the Prime Time Show at 7pm but you '
             'can arrive as early as 5pm for access to lounges, food trucks, '
             'robot driving experiences, shop our merch store, grab some '
             'drinks at the bar, and grab the best '
             'seats.","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":245,"major_value":"2.45","display":"2.45 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":45,"major_value":"0.45","display":"0.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409818089","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Prime '
             'Time '
             'Show","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T21:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-04T01:30:00Z","local":"2026-10-03T21:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1745,"major_value":"17.45","display":"17.45 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409818089","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1500,"major_value":"15.00","display":"15.00 '
             'USD"},"fee":{"currency":"USD","value":245,"major_value":"2.45","display":"2.45 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1745,"major_value":"17.45","display":"17.45 '
             'USD"},"use_all_in_price":true,"name":"Prime Time '
             'Show","display_name":"Prime Time '
             'Show","tax_and_fee":{"currency":"USD","value":245,"major_value":"2.45","display":"2.45 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":45,"major_value":"0.45","display":"0.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T21:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-04T01:30:00Z","local":"2026-10-03T21:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"add_on","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"3","currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Drive a '
             'real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409818347","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T18:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T22:30:00Z","local":"2026-10-03T18:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409818347","category":"add_on","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"use_all_in_price":true,"name":"Robot Driving Experience - '
             '4X Tokens","display_name":"Robot Driving Experience - 4X '
             'Tokens","description":"Drive a real fighting robot! Pre-purchase '
             'tokens here for our Robot Driving Experience at a special '
             'discounted price (4 tokens for the price of 3!).  Tokens can be '
             'redeemed at our dedicated RDE cages for the opportunity to '
             'drive, fight, or destroy with one of our 3-lb house robots. Some '
             'RDE experiences require more than one token. Please see the '
             'schedule posted at RDE cages for more information regarding '
             'experience specifics and tokens required.\\nExtra tokens can '
             'also be purchased in-person at our Merch Store for full '
             'price.\\n*Please Note - One online purchase gets you 4 tokens. '
             'Please be aware at checkout that $12 equals 4 tokens, not $12 '
             'per token. RDE typically closes at 7PM during '
             'Primetime.","tax_and_fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T18:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T22:30:00Z","local":"2026-10-03T18:30:00"}},"checkout_group_id":"3","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"add_on","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"3","currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Join us '
             'in the pit on the Friday night before the tournament from 6-8pm; '
             'pizza included! Meet & mingle with builders; see the builder’s '
             'pre-tournament preparations.\\n(Pit passes are included with VIP '
             'tickets. Only purchased separately as an Add-On to any other '
             'ticket '
             'type)","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3417517954","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Friday '
             'Night Pit '
             'Pass","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T09:00:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T13:00:00Z","local":"2026-10-03T09:00:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3417517954","category":"add_on","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"use_all_in_price":true,"name":"Friday Night Pit '
             'Pass","display_name":"Friday Night Pit Pass","description":"Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet & mingle with builders; see the '
             'builder’s pre-tournament preparations.\\n(Pit passes are '
             'included with VIP tickets. Only purchased separately as an '
             'Add-On to any other ticket '
             'type)","tax_and_fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-10-03T09:00:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-10-03T13:00:00Z","local":"2026-10-03T09:00:00"}},"checkout_group_id":"3","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"}],"existingOrderId":null,"isProd":true,"refundableBalance":0,"isModal":true,"useIosProfile":false,"request":{"correlation_id":"b4e6e217696411f19ba946ba62c0b200","params":{"modal":"1","skip_event":"true","skip_tickets":"true","eid":"1977510585394","parent":"https://www.nhrl.io/events"},"default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"path":"/checkout-external-context","serverName":"a981ea9931c6","is_bot":true,"lifecycle":"production","session_id":"919f87ef838a4caa9aefa73ca2dd407b","is_loginas_session":false},"refundPolicyValidityDays":7,"facebookOptions":{"version":"v2.8","xfbml":true,"appId":"28218816837"},"defaultUserCountry":"US","themeSettings":null,"hasDigitalContent":false,"footerLinks":{"thirdFooterColumnName":"Find '
             'Events","countries":[{"locale":"es_AR","locale_name":"Argentina","href":"http://www.eventbrite.com.ar","tld":".com.ar"},{"locale":"en_AU","locale_name":"Australia","href":"http://www.eventbrite.com.au","tld":".com.au"},{"locale":"nl_BE","locale_name":"België","href":"http://www.eventbrite.be","tld":".be"},{"locale":"fr_BE","locale_name":"Belgique","href":"http://www.eventbrite.be/fr_BE/","tld":".be"},{"locale":"pt_BR","locale_name":"Brasil","href":"http://www.eventbrite.com.br","tld":".com.br"},{"locale":"en_CA","locale_name":"Canada '
             '(EN)","href":"http://www.eventbrite.ca","tld":".ca"},{"locale":"fr_CA","locale_name":"Canada '
             '(FR)","href":"http://www.eventbrite.ca/fr_CA/","tld":".ca"},{"locale":"es_CL","locale_name":"Chile","href":"http://www.eventbrite.cl","tld":".cl"},{"locale":"es_CO","locale_name":"Colombia","href":"http://www.eventbrite.co","tld":".co"},{"locale":"en_DK","locale_name":"Denmark","href":"http://www.eventbrite.dk","tld":".dk"},{"locale":"de_DE","locale_name":"Deutschland","href":"http://www.eventbrite.de","tld":".de"},{"locale":"es_ES","locale_name":"España","href":"http://www.eventbrite.es","tld":".es"},{"locale":"en_FI","locale_name":"Finland","href":"http://www.eventbrite.fi","tld":".fi"},{"locale":"fr_FR","locale_name":"France","href":"http://www.eventbrite.fr","tld":".fr"},{"locale":"en_HK","locale_name":"Hong '
             'Kong","href":"http://www.eventbrite.hk","tld":".hk"},{"locale":"en_IE","locale_name":"Ireland","href":"http://www.eventbrite.ie","tld":".ie"},{"locale":"it_IT","locale_name":"Italia","href":"http://www.eventbrite.it","tld":".it"},{"locale":"es_MX","locale_name":"México","href":"http://www.eventbrite.com.mx","tld":".com.mx"},{"locale":"nl_NL","locale_name":"Nederland","href":"http://www.eventbrite.nl","tld":".nl"},{"locale":"en_NZ","locale_name":"New '
             'Zealand","href":"http://www.eventbrite.co.nz","tld":".co.nz"},{"locale":"de_AT","locale_name":"Österreich","href":"http://www.eventbrite.at","tld":".at"},{"locale":"es_PE","locale_name":"Perú","href":"http://www.eventbrite.com.pe","tld":".com.pe"},{"locale":"pt_PT","locale_name":"Portugal","href":"http://www.eventbrite.pt","tld":".pt"},{"locale":"de_CH","locale_name":"Schweiz","href":"http://www.eventbrite.ch","tld":".ch"},{"locale":"en_SG","locale_name":"Singapore","href":"http://www.eventbrite.sg","tld":".sg"},{"locale":"fr_CH","locale_name":"Suisse","href":"http://www.eventbrite.ch/fr_CH/","tld":".ch"},{"locale":"sv","locale_name":"Sverige","href":"http://www.eventbrite.se","tld":".se"},{"locale":"en_GB","locale_name":"United '
             'Kingdom","href":"http://www.eventbrite.co.uk","tld":".co.uk"},{"locale":"en_US","locale_name":"United '
             'States","href":"http://www.eventbrite.com","tld":".com"}],"thirdFooterColumn":[{"locale":"en_US","pk":642,"title":"New '
             'Orleans Food & Drink '
             'Events","link":"https://www.eventbrite.com/b/la--new-orleans/food-and-drink/","position":1},{"locale":"en_US","pk":1,"title":"San '
             'Francisco Holiday '
             'Events","link":"https://www.eventbrite.com/b/ca--san-francisco/holiday/","position":2},{"locale":"en_US","pk":54,"title":"Tulum '
             'Music '
             'Events","link":"https://www.eventbrite.com/b/mexico--tulum/music/","position":3},{"locale":"en_US","pk":637,"title":"Denver '
             'Hobby '
             'Events","link":"https://www.eventbrite.com/b/co--denver/hobbies/","position":4},{"locale":"en_US","pk":638,"title":"Atlanta '
             'Pop Music '
             'Events","link":"https://www.eventbrite.com/b/ga--atlanta/music/pop/","position":5},{"locale":"en_US","pk":640,"title":"New '
             'York '
             'Events","link":"https://www.eventbrite.com/d/ny--new-york/events/","position":6},{"locale":"en_US","pk":639,"title":"Chicago '
             'Events","link":"https://www.eventbrite.com/d/il--chicago/events/","position":7},{"locale":"en_US","pk":641,"title":"Events '
             'in Dallas '
             'Today","link":"https://www.eventbrite.com/d/tx--dallas/events--today/","position":8},{"locale":"en_US","pk":1117,"title":"Los '
             'Angeles '
             'Events","link":"https://www.eventbrite.com/d/ca--los-angeles/events/","position":9},{"locale":"en_US","pk":1442,"title":"Washington '
             'Events","link":"https://www.eventbrite.com/d/dc--washington/events/","position":10}],"popularSearches":[{"locale":"en_US","pk":564,"title":"Create '
             'Events","link":"https://www.eventbrite.com/organizer/overview/","position":1},{"locale":"en_US","pk":811,"title":"Pricing","link":"https://www.eventbrite.com/organizer/pricing/","position":2},{"locale":"en_US","pk":565,"title":"Event '
             'Marketing '
             'Platform","link":"https://www.eventbrite.com/organizer/features/event-marketing-platform/","position":3},{"locale":"en_US","pk":678,"title":"Eventbrite '
             'Mobile Ticket '
             'App","link":"https://www.eventbrite.com/l/eventbrite-app/","position":4},{"locale":"en_US","pk":539,"title":"Eventbrite '
             'Check-In '
             'App","link":"https://www.eventbrite.com/organizer/features/organizer-check-in-app/","position":5},{"locale":"en_US","pk":677,"title":"Eventbrite '
             'App '
             'Marketplace","link":"https://www.eventbrite.com/apps/","position":6},{"locale":"en_US","pk":680,"title":"Event '
             'Registration '
             'Software","link":"https://www.eventbrite.com/organizer/features/registration-online/","position":7},{"locale":"en_US","pk":682,"title":"Community '
             'Guidelines","link":"https://www.eventbrite.com/l/community-guidelines/","position":8},{"locale":"en_US","pk":818,"title":"FAQs","link":"https://www.eventbrite.com/l/frequently-asked-questions/","position":9},{"locale":"en_US","pk":683,"title":"Sitemap","link":"https://www.eventbrite.com/sitemap/","position":10}],"eventsToPlan":[{"locale":"en_US","pk":575,"title":"Sell '
             'Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/features/sell-tickets/","position":1},{"locale":"en_US","pk":817,"title":"Performing '
             'Arts Ticketing '
             'Software","link":"https://www.eventbrite.com/organizer/event-industry/performing-arts/","position":2},{"locale":"en_US","pk":693,"title":"Sell '
             'Concert Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/event-type/music-venues/","position":3},{"locale":"en_US","pk":572,"title":"Event '
             'Payment '
             'System","link":"https://www.eventbrite.com/organizer/features/event-payment/","position":4},{"locale":"en_US","pk":1444,"title":"Solutions '
             'for Professional '
             'Services","link":"https://www.eventbrite.com/organizer/event-industry/professional-services/","position":5},{"locale":"en_US","pk":1449,"title":"Event '
             'Management '
             'Software","link":"https://www.eventbrite.com/organizer/features/event-management-software/","position":6},{"locale":"en_US","pk":573,"title":"Halloween '
             'Party '
             'Planning","link":"https://www.eventbrite.com/organizer/event-type/halloween-event/","position":7},{"locale":"en_US","pk":973,"title":"Virtual '
             'Events '
             'Platform","link":"https://www.eventbrite.com/organizer/event-type/virtual-events-platform/","position":8},{"locale":"en_US","pk":571,"title":"QR '
             'Codes for Event '
             'Check-In","link":"https://www.eventbrite.com/organizer/features/how-to-use-qr-codes-for-events/","position":9},{"locale":"en_US","pk":578,"title":"Post '
             'your event '
             'online","link":"https://www.eventbrite.com/organizer/features/post-events/","position":10}],"showMinimalLinks":false},"headers":{},"urgencySignals":{"messages":{"goingFast":false,"fewTickets":false,"salesEndSoon":false},"sortedMessages":[]},"backend":"bff","app_version":"24.41.0","assets":[{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.41.0--eds-4.3.152.css","target":"web","kind":"style"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js","kind":"script","target":"web"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout.8309929c7df0bb21bf01.node.js","kind":"script","target":"node"}],"isFullPageMarkup":true};</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS__" '
             'type="application/json">[5091,1561,8209,6270,1360,5395,8581,5136,9796,2046,1047,2633,9175,935,1993,4758,2693,1836,5555,7494,1075,368,7066]</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS___ext" '
             'type="application/json">{"namedChunks":["TicketSelectionFullSizeModule"]}</script><script '
             'data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.2420c16ff7a2f156824a.web.js" '
             'defer=""></script><script data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/checkout.ce5f45de2d2293381e49.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5091.b2db5d86184884c8f225.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1561.c01fdce5d6e3b6ce9a62.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8209.271c830d12412079db52.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/6270.e39d5139daca5c7d9963.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1360.42d78a45f37b19942026.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5395.bda1e4b0318b51842ae8.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8581.6103fb8d9ad50157276d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5136.39b2e875b920e4602063.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9796.f7642541981dd3e1f044.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2046.e62a7842dc241bb2c673.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1047.d066ca61a4ffaaebfc99.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2633.e2eb0955a5231f915cf9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9175.07c42d43127e1229d256.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/935.b0dd98e90538c72fd719.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1993.d35a1d23d2d723e5dc66.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/4758.90da3ccee5f5c6d8ba71.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2693.4a826fb7e4e1f99503c6.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1836.da88ee556c9385deb5c1.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5555.87b28244a1a8466ed8de.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/7494.3915e50926cca53e6fd6.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1075.b5291534271b9ccbb8a1.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/368.1be270579538110c7095.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/TicketSelectionFullSizeModule.ea19f1ed35743d5ede0a.async.web.js" '
             'defer=""></script><script '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js"></script></body></html>'}
2026-06-16 11:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 11:21:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 159182
2026-06-16 11:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.eventbrite.com/checkout-external?eid=1977510522205&parent=https%3A%2F%2Fwww.nhrl.io%2Fevents&modal=1>
{'event_url': 'https://www.nhrl.io/events#2026_nhrl_open_world_championship_-_qualifier_rd._6_Sep_12',
 'platform': 'nhrl',
 'platform_hash': '1213c83a843f61548012f84edd8b5cfa',
 'raw_body': '<span class="cutcorner_corner_wrap__MnA4g"><span '
             'class="cutcorner_top_left__U0oL4"></span><div '
             'class="event-bar_event__Lkn31 event-bar_current_season__MBLNa '
             'event-bar_upcoming_event___K0Ro"><div '
             'class="event-bar_event_details__dJ_pt"><div '
             'class="event-bar_date_loc_wrap__yjDD3"><div class="h4 '
             'event-bar_short_date__qSRl1"><div>Sep</div><div>12</div></div><span '
             'class="event-bar_text_cont__Y_54c"><p class="h4 '
             'event-bar_title__E9kFJ">September 2026 Open</p><p class="h4 '
             'event-bar_title__E9kFJ event-bar_subtitle__LhBhE">2026 NHRL Open '
             'World Championship - Qualifier Rd. 6</p><p class="cta '
             'event-bar_event_date__ZlfdC">Sat Sep 12<!-- --> / <!-- -->10:00 '
             'AM<!-- --> Eastern<!-- --> <!-- -->/ <!-- -->House of Havoc, '
             'Norwalk CT</p></span></div><div '
             'class="event-bar_break__ZEdXz"></div><noscript><a '
             'target="_blank" class="btn__transparent '
             'event-bar_event_cta__Z1Br_ link" '
             'href="https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918?aff=oddtdtcreator" '
             'rel="noreferrer"><span>Buy Tickets</span></a></noscript><button '
             'id="eventbrite-widget-modal-trigger-1977510522205" type="button" '
             'class="btn__transparent event-bar_event_cta__Z1Br_">Buy '
             'Tickets</button></div><div '
             'class="event-bar_event_cta__Z1Br_"></div></div></span><html '
             'lang="en" translate="no" '
             'data-reactroot=""><head><title>Eventbrite | NHRL 2026 Robot '
             'Fighting World Championships</title><meta charSet="utf-8"/><meta '
             'http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta '
             'http-equiv="Content-Language" content="en"/><link '
             'rel="preconnect" href="https://cdn.evbstatic.com"/><link '
             'rel="dns-prefetch" href="https://cdn.evbstatic.com"/><link '
             'rel="preconnect" href="https://img.evbuc.com"/><link '
             'rel="dns-prefetch" href="https://img.evbuc.com"/><link '
             'rel="preconnect" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://cdntranscend.eventbrite.com"/><link '
             'rel="preconnect" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="dns-prefetch" '
             'href="https://synctranscend.eventbrite.com"/><link '
             'rel="preconnect" href="https://cdn.branch.io"/><link '
             'rel="dns-prefetch" href="https://cdn.branch.io"/><link '
             'rel="preconnect" href="https://www.googletagmanager.com"/><link '
             'rel="dns-prefetch" '
             'href="https://www.googletagmanager.com"/><link rel="icon" '
             'type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/47b8f02467cdb5057631db20aa6a3941-favicon-194x194.png" '
             'sizes="194x194"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png" '
             'sizes="192x192"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b266fa53e981463be62f87f06323a34-favicon-96x96.png" '
             'sizes="96x96"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8dbce85ed7cd0af4297db23a12653f8b-favicon-32x32.png" '
             'sizes="32x32"/><link rel="icon" type="image/png" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/e37e62d90093e4c571201954cbac2e26-favicon-16x16.png" '
             'sizes="16x16"/><link rel="shortcut icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/c794986f47d9e8e37e74693ebb0d086d-favicon.ico"/><link '
             'rel="mask-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/740f6e87010bb1e4be37c0cd9a4297b9-safari-pinned-tab.svg" '
             'color="#f6682f"/><link rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><meta '
             'name="msapplication-TileImage" '
             'content="https://cdn.evbstatic.com/s3-build/fe/build/images/47d6ffaf057d2c62ea1875cc707e2bb0-mstile-144x144.png"/><meta '
             'name="msapplication-TileColor" content="#f6682f"/><meta '
             'name="theme-color" content="#f6682f"/><meta '
             'name="application-name" content="Eventbrite"/><meta '
             'name="apple-mobile-web-app-title" content="Eventbrite"/><link '
             'rel="apple-touch-icon" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/images/8b133e2fff98f29059f7c4d7e43eaa00-apple-touch-icon-180x180.png"/><link '
             'rel="manifest" '
             'href="data:application/manifest+json,%7B%22name%22%3A%22Eventbrite%22%2C%22display%22%3A%22standalone%22%2C%22icons%22%3A%5B%7B%22sizes%22%3A%2236x36%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F662830450459559b6cce770d5a3fb793-favicon-36x36.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2248x48%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8e3cd31667ed62bb563018114f651bca-favicon-48x48.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2272x72%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2Ff293b5e291a0d436d72ef1be39c891f9-favicon-72x72.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%2296x96%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F8b266fa53e981463be62f87f06323a34-favicon-96x96.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22144x144%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F47d6ffaf057d2c62ea1875cc707e2bb0-favicon-144x144.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%2C%7B%22sizes%22%3A%22192x192%22%2C%22src%22%3A%22https%3A%2F%2Fcdn.evbstatic.com%2Fs3-build%2Ffe%2Fbuild%2Fimages%2F67e20f97e7adf1e9aa53fb94dc275155-favicon-192x192.png%22%2C%22type%22%3A%22image%2Fpng%22%7D%5D%2C%22scope%22%3A%22https%3A%2F%2Fwww.eventbrite.com%22%2C%22start_url%22%3A%22https%3A%2F%2Fwww.eventbrite.com%2F%3Futm_source%3Da2h_menu%22%2C%22background_color%22%3A%22%23f6682f%22%2C%22theme_color%22%3A%22%23f6682f%22%7D"/><meta '
             'name="y_key" content="d92e23811007b438"/><meta '
             'name="msvalidate.01" '
             'content="A9AB07B7E430E4608E0BC57AFA5004AA"/><script '
             'type="text/javascript">    window.EBFONTCOND_PROPERTIES = {\n'
             '        "family": "Neue Plak Condensed",\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/dfcae5/django/js/src/eb/fonts/neueplak-condensed.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak-condensed.12-01-2018","EB.fonts.neueplak-condensed.12-03-2018"],\n'
             '        "version": "EB.fonts.neueplak-condensed.08-22-2023"\n'
             '    };\n'
             '\n'
             '    window.EBFONT_PROPERTIES = {\n'
             '        "family": "Neue Plak",\n'
             '        "src": '
             '"https://cdn.evbstatic.com/s3-build/perm_001/01489c/django/js/src/eb/fonts/neueplak.js",\n'
             '        "oldVersions": '
             '["EB.fonts.neueplak.03-19-2019","EB.fonts.neueplak.10-24-2018","EB.fonts.neueplak.09-20-2018","EB.fonts.neueplak.09-04-2018","EB.fonts.neueplak.08-30-2018","EB.fonts.neueplak.08-24-2018","EB.fonts.benton.10-26-2016","EB.fonts.benton.11-29-2016"],\n'
             '        "version": "EB.fonts.neueplak.08-22-2023"\n'
             '    };</script><script type="text/javascript" charSet="utf-8" '
             'crossorigin="anonymous">/* eslint-disable */\n'
             '!(function (a, b) {\n'
             '  (a.EB = a.EB || {}),\n'
             '    (EB.renderFonts = function (c, d) {\n'
             '      d || (d = a.EBFONT_PROPERTIES.family);\n'
             '      for (\n'
             "        var e = '', f = b.createElement('style'), g = 0, h;\n"
             '        (h = c[g]);\n'
             '        g++\n'
             '      )\n'
             '        e +=\n'
             '          "@font-face{font-family:\'" +\n'
             '          d +\n'
             '          "\';font-weight:" +\n'
             '          h.weight +\n'
             "          ';font-style:' +\n"
             '          h.style +\n'
             "          ';src:url(data:application/font-woff;base64,' +\n"
             '          h.base64 +\n'
             '          ") format(\'woff\');}";\n'
             '      f.styleSheet && !f.sheet\n'
             '        ? (f.styleSheet.cssText = e)\n'
             '        : f.appendChild(b.createTextNode(e)),\n'
             "        b.getElementsByTagName('head')[0].appendChild(f),\n"
             "        (b.documentElement.className += ' font-has-loaded');\n"
             '    }),\n'
             '    (EB.readWriteFontFromLocalStorage = function (a) {\n'
             '      for (var c = 0; c < a.oldVersions.length; c++)\n'
             '        localStorage.removeItem(a.oldVersions[c]);\n'
             '      var d = JSON.parse(localStorage.getItem(a.version));\n'
             '      if (d) EB.renderFonts(d, a.family);\n'
             '      else {\n'
             "        var e = b.createElement('script');\n"
             '        (e.src = a.src),\n'
             '          (EB.shouldRenderFonts = !0),\n'
             '          (EB.shouldRenderSecondaryFonts = !0),\n'
             "          b.getElementsByTagName('head')[0].appendChild(e),\n"
             '          setTimeout(function () {\n'
             '            (EB.shouldRenderFonts = !1),\n'
             '              (EB.shouldRenderSecondaryFonts = !1);\n'
             '          }, 3e3);\n'
             '      }\n'
             '    });\n'
             '  try {\n'
             '    if (a.localStorage)\n'
             '      try {\n'
             "        localStorage.setItem('localStorage', 1),\n"
             "          localStorage.removeItem('localStorage'),\n"
             '          '
             'EB.readWriteFontFromLocalStorage(a.EBFONT_PROPERTIES),\n'
             '          '
             'EB.readWriteFontFromLocalStorage(a.EBFONTCOND_PROPERTIES);\n'
             '      } catch (c) {\n'
             '        (Storage.prototype._setItem = '
             'Storage.prototype.setItem),\n'
             '          (Storage.prototype.setItem = function () {});\n'
             '      }\n'
             '  } catch (d) {}\n'
             '})(window, document);</script><link rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.41.0--eds-4.3.152.css"/><link '
             'data-chunk="checkout" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/checkout.ae196a5bc00eda0b34ac.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/4090.159989e418682bca4d63.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/9175.8077ac8af42cc73e45cd.css"/><link '
             'data-chunk="TicketSelectionFullSizeModule" rel="stylesheet" '
             'href="https://cdn.evbstatic.com/s3-build/fe/build/368.5f33be5bc7d364431078.css"/><script '
             'type="text/javascript">/*global document, window */\n'
             '\n'
             'var checkoutExternalUrls = [\n'
             "    '/checkout-external',\n"
             "    '/tickets-external',\n"
             "    '/signin/checkout',\n"
             '];\n'
             '\n'
             'window.EB = window.EB || {};\n'
             '\n'
             'window.EB.TranscendConsent = (function () {\n'
             '    return {\n'
             '        shouldDisableTranscend: function () {\n'
             '            if(this.isEmbeddableContent()){\n'
             '                return true;\n'
             '            }\n'
             '            try {\n'
             '                return this.isCheckoutOrIframe();\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isEmbeddableContent: function () {\n'
             '            return this.isEmbeddableStructuredContent();\n'
             '        },\n'
             '        isEmbeddableStructuredContent: function () {\n'
             '            var structuredContenEmbeddableUrls = [\n'
             "                '/structured_content/widgets',\n"
             '            ];\n'
             '            '
             'if(structuredContenEmbeddableUrls.find(function(url){\n'
             '                return window.location.pathname.indexOf(url) !== '
             '-1;\n'
             '            })){\n'
             '                return true;\n'
             '            }\n'
             '            return false;\n'
             '        },\n'
             '        isCheckoutOrIframe: function () {\n'
             '            return (\n'
             '                '
             'checkoutExternalUrls.indexOf(window.location.pathname) >= 0 ||\n'
             '                this.isInsideIframe()\n'
             '            );\n'
             '        },\n'
             '        isInsideIframe: function () {\n'
             '            try {\n'
             '                return window.self !== window.top;\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isNonTld: function () {\n'
             '            try {\n'
             "                return !['evbdev', 'evbqa', 'eventbrite'].find(\n"
             '                    (env) => '
             'window.parent.location.hostname.indexOf(env) >= 0,\n'
             '                );\n'
             '            } catch (e) {\n'
             '                return true;\n'
             '            }\n'
             '        },\n'
             '        isInsideNonTldIframe: function () {\n'
             '            return this.isInsideIframe() && this.isNonTld();\n'
             '        },\n'
             '    };\n'
             '})();</script><script type="text/javascript">// Define dataLayer '
             'and the gtag function.\n'
             'window.dataLayer = window.dataLayer || [];\n'
             "if (typeof gtag !== 'function') function gtag(){ "
             'dataLayer.push(arguments); }\n'
             "gtag('set', 'developer_id.dOGRkZj', true);\n"
             '// Europe is opt-in consent, so ad storage is denied by '
             'default.\n'
             "gtag('consent', 'default', {\n"
             "    'ad_storage': 'granted',\n"
             "    'analytics_storage': 'granted',\n"
             "    'region': "
             "['AT','BE','BG','CZ','DE','DK','ES','FI','FR','GB','GR','HU','IE','IT','LU','NL','PL','PT','RO','SE','BR','TH','TR'],\n"
             "    'wait_for_update': 500\n"
             '});\n'
             '// Passing ad click, client ID, and session ID information in '
             'URLs\n'
             "gtag('set', 'url_passthrough', true);</script><script "
             'data-cfasync="false" '
             'src="https://cdntranscend.eventbrite.com/cm/f2747157-cf59-4ef1-8703-018defe51764/airgap.js" '
             'data-sync-endpoint="https://synctranscend.eventbrite.com/consent-manager/f2747157-cf59-4ef1-8703-018defe51764" '
             'data-ui-z-index="550" data-tracker-overrides="[...] '
             'GoogleConsentMode:security_storage=Essential" '
             'data-protect-realms="self" data-ui-shadow-root="open" '
             'data-locale="en" '
             'data-local-sync="allow-network-observable"></script><script '
             'type="text/javascript">  const regimes = window.airgap && '
             'window.airgap.getRegimes ? window.airgap.getRegimes() : null;\n'
             '  const defaultRegime = regimes ? regimes.values().next().value '
             ': "CPRA";\n'
             '  console.log("Regime detected is "+ defaultRegime + ", loading '
             'transcend");\n'
             '  \n'
             'if (!EB.TranscendConsent.shouldDisableTranscend()) {\n'
             '      // Add the event listener\n'
             '      window.airgap.addEventListener(\n'
             "        'sync',\n"
             '        () => {\n'
             '          window.transcend.ready((transcend) => {\n'
             '            console.log("Sync done: Show banner")\n'
             '            transcend.autoShowConsentManager();\n'
             '          })\n'
             '        },\n'
             '        { once: true } // we only want this to run on initial '
             'sync\n'
             '      );\n'
             '  \n'
             '} else { console.log("Do not show banner") }\n'
             '  dataLayer.push({ event: "transcendLoaded" });\n'
             '  </script><script type="text/javascript">window.dataLayer = '
             'window.dataLayer || [];\n'
             'dataLayer.push({\n'
             "    'dfaPartnerID': 'dfa_partner_id_not_set',\n"
             "    'publicUserID': '',\n"
             '});\n'
             '\n'
             "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n"
             "new Date().getTime(),event:'gtm.js'});var "
             'f=d.getElementsByTagName(s)[0],\n'
             "j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n"
             "'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n"
             "})(window,document,'script','dataLayer','GTM-5P8FXJ');</script><script "
             'type="text/javascript">var customActions = {\n'
             "    SaveClicked: 'save_event',\n"
             '};\n'
             'var branchMedatata = { metadata : {} };\n'
             '//Adding user authenticated metatag\n'
             '\n'
             '\n'
             '\n'
             '(function(b,r,a,n,c,h,_,s,d,k){if(!b[n]||!b[n]._q){for(;s<_.length;)c(h,_[s++]);d=r.createElement(a);d.defer=1;d.src="https://cdn.branch.io/branch-latest.min.js";k=r.getElementsByTagName(a)[0];k.parentNode.insertBefore(d,k);b[n]=h}})(window,document,"script","branch",function(b,r){b[r]=function(){b._q.push([r,arguments])}},{_q:[],_v:1},"addListener '
             'applyCode autoAppIndex banner closeBanner closeJourney '
             'creditHistory credits data deepview deepviewCta first getCode '
             'init link logout redeem referrals removeListener sendSMS '
             'setBranchViewData setIdentity track validateCode '
             'trackCommerceEvent logEvent disableTracking".split(" "), 0);\n'
             "    branch.init('key_live_epYrpbv3NngOvWj47OM81jmgCFkeYUlx' , "
             'branchMedatata, function(err, data) '
             '{branch.addListener(branchListener);});\n'
             '\n'
             'function branchListener(eventName, data) {\n'
             '\n'
             '    var eventsToTrack = [\n'
             "        'didShowJourney',\n"
             "        'didClickJourneyCTA',\n"
             "        'didClickJourneyClose',\n"
             '    ]; // List of events to track\n'
             '\n'
             '    if (eventName && data && data.journey_link_data && '
             'eventsToTrack.includes(eventName)){\n'
             '        var journeyName = data.journey_link_data.journey_name + '
             "' - ' + data.journey_link_data.view_name +' - ' + "
             'data.journey_link_data.journey_id;\n'
             '        trackEventBranchIO(eventName, journeyName);\n'
             '    }\n'
             '}\n'
             '\n'
             'function trackEventBranchIO(eventName, journeyName) {\n'
             '  if (window && window.dataLayer) {\n'
             '    window.dataLayer.push({\n'
             '      eventName,\n'
             '      eventData: { journeyName },\n'
             '      // Required:\n'
             "      event: 'track',\n"
             '      sendToHeap: true,\n'
             '    });\n'
             '  }\n'
             '}\n'
             '\n'
             'function addBranchIOMetatags(\n'
             '    name,\n'
             '    content,\n'
             '    extraData = null,\n'
             '){\n'
             '\n'
             '    var metadata = {\n'
             '        [name]: content,\n'
             '        custom_action: customActions[name] ? customActions[name] '
             ': name,\n'
             '    };\n'
             '\n'
             '    //Keep userAuthenticated metadata\n'
             '    \n'
             '\n'
             '    //Adding metadata\n'
             '    addMetadata(metadata);\n'
             '\n'
             '    //Add extra data\n'
             '    extraData && addMetadata(extraData);\n'
             '\n'
             "    branch.track('pageview');\n"
             '}\n'
             '\n'
             'function addMetadata(branchData){\n'
             '    if (document) {\n'
             '        Object.entries(branchData).forEach(([key, value]) => {\n'
             "            const meta = document.createElement('meta');\n"
             '            meta.content = value;\n'
             "            meta.name = 'branch:deeplink:' + key;\n"
             '            document.head.appendChild(meta);\n'
             '        });\n'
             '    }\n'
             '}</script><meta name="robots" content="noindex, follow, "/><meta '
             'name="description" content="Eventbrite brings people together '
             'through live experiences. Discover events that match your '
             'passions, or create your own with online ticketing '
             'tools."/><meta name="viewport" content="initial-scale=1, '
             'width=device-width"/></head><body '
             'class="modal-active"><noscript><iframe '
             'src="https://www.googletagmanager.com/ns.html?id=GTM-5P8FXJ" '
             'height="0" width="0" '
             'style="display:none;visibility:hidden"></iframe></noscript><div '
             'id="root" data-reactroot=""><div '
             'data-spec="focus-trap-component"><div class="eds-modal '
             'eds-fx--fade-in eds-modal--aperture eds-modal--active '
             'eds-modal--set-height" data-spec="eds-modal" '
             'aria-label="Checkout NHRL 2026 Robot Fighting World '
             'Championships" aria-modal="true" role="dialog"><div '
             'class="eds-modal__body eds-fx--fade-in eds-modal--aperture" '
             'aria-hidden="false" data-spec="eds-modal-body"><div '
             'class="eds-modal__content"><div '
             'class="eds-collapsible-pane-layout"><div '
             'class="eds-collapsible-pane-layout__content '
             'eds-collapsible-pane-layout__content--has-pane"><div '
             'class="eds-modal__container"><header class="eds-modal__header '
             'eds-align--center-vertical"><div '
             'class="eds-modal__title-container eds-modal__title-spacing"><h2 '
             'id="eds-modal-title" class="eds-text-bl--fixed '
             'eds-text--truncate eds-modal__title eds-text-color--ui-800" '
             'data-spec="eds-modal__title" data-testid="eds-modal__title">NHRL '
             '2026 Robot Fighting World Championships</h2><span '
             'class="eds-l-pad-hor-4 eds-l-mar-top-4 eds-align--center '
             'eds-text-bs--fixed eds-text-color--ui-600" '
             'data-spec="eds-modal__secondary-title" '
             'data-testid="eds-modal__secondary-title">Saturday, September 12 '
             '· 10am - 10:30pm EDT</span><div '
             'class="eds-modal__title-spacing"><hr class="eds-divider__hr '
             'eds-bg-color--ui-200 eds-divider--horizontal" '
             'data-spec="divider-hr" '
             'aria-hidden="true"/></div></div></header><main '
             'class="eds-modal__main" data-spec="eds-modal__main" '
             'data-testid="eds-modal__main"><div '
             'class="eds-modal__content"><div id="edsModalContentChildren" '
             'class="eds-modal__content__children"><div class="eds-g-cell '
             'eds-g-cell-mw-10-12 eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 '
             'eds-g-offset-mn-0-12 eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 '
             'eds-g-cell-sn-12-12 eds-g-cell-12-12 eds-l-sn-pad-hor-4 '
             'eds-l-pad-hor-6" data-spec="checkout-widget-tickets-page"><div '
             'data-spec="focus-ref"></div><div class="eds-l-sn-mar-top-0 '
             'eds-l-sm-mar-top-0  eds-l-mar-top-2 eds-l-md-mar-top-2  '
             'eds-l-mw-mar-top-8 eds-l-ln-mar-top-8 eds-l-lg-mar-top-8 '
             'eds-l-lw-mar-top-8"><div class="eds-l-sn-mar-top-6 '
             'eds-l-sm-mar-top-6 eds-l-sw-mar-top-6 '
             'eds-l-mar-top-8"><div><div><form class="responsive-form '
             'eds-g-group" data-automation="promo-code-form" '
             'data-testid="promo-code-form"><div class="eds-g-cell '
             'eds-g-cell-12-12"><div class="FormControl_root__qsf7h"><div '
             'class="FormControl_main__qsf7h '
             'checkout-customization-css-class"><div '
             'class="FormControl_fieldContainer__qsf7h"><input type="text" '
             'id="promo-code-field" class="TextField_root__obkg1" title="Promo '
             'Code" aria-labelledby="label-promo-code help-promo-code" '
             'placeholder="Enter code" data-automation="promo-code-field" '
             'data-spec="promo-code-field" value="" name="promo"/><label '
             'id="label-promo-code" class="FormControl_primaryLabel__qsf7h" '
             'for="promo-code-field">Promo Code</label></div><span '
             'class="FormControl_validationAdornment__qsf7h"></span><span '
             'class="FormControl_suffix__qsf7h"><button disabled="" '
             'data-automation="promo-code-form-cta-text" '
             'data-spec="promo-code-form-cta-text" '
             'data-testid="promo-code-form-cta-text" class="eds-btn--button '
             'eds-btn--none eds-btn--disabled" aria-disabled="true" '
             'type="button"><span class="eds-text-bm--fixed '
             'eds-text-color--grey-500">Apply</span></button></span></div><div '
             'class="FormControl_aside__qsf7h"><div '
             'class="FormControl_helperTextWrapper__qsf7h"></div></div></div></div></form></div><div '
             'class="eds-g-grid"></div></div></div><form '
             'data-testid="ticket-selection-full-size-page-form"><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Tickets</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - '
             'Adult</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409814306"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'more info.\n'
             '\n'
             'Ticket Descripti…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">General Admission - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817782"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">All '
             'day access valid for entry &amp; re-entry from 9:45am - 10:30pm '
             '(this includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Adult</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817891"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$87.54</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $8.54 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">VIP - Kids (ages '
             '4-15)</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409817997"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$54.20</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $5.20 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" '
             'class="eds-read-more__content">Upgrade your experience! All day '
             'access valid for entry &amp; re-entry from 9:45am-10:30pm '
             '(includes the Prime Time Show starting at 7pm).  Scroll for more '
             'info…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Prime Time Show</div><div '
             'class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818087"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$17.45</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.45 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\n'
             '\n'
             'Ticket Description:\n'
             '\n'
             '-Watch the Prim…</div></div><button data-spec="read-more-toggle" '
             'data-testid="read-more-toggle" class="eds-btn--button '
             'eds-btn--anchor eds-link eds-read-more__button" '
             'type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div><div><h2 '
             'class="eds-text-hs eds-l-mar-bot-2 eds-l-mar-top-14 '
             'eds-l-sn-mar-top-6" '
             'data-spec="ticket-selection-list-header">Add-ons</h2><div '
             'data-spec="ticket-selection-list" class=""><div '
             'class="tickets-container" data-automation="tickets-container" '
             'data-testid="tickets-selection-list-container"><ul '
             'class="eds-card-list"><li class="eds-card-list__item" '
             'data-spec="eds-card-list-item"><div class="eds-card" '
             'role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Robot Driving Experience - 4X '
             'Tokens</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3409818345"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$12.30</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $2.30 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Drive '
             'a real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li><li '
             'class="eds-card-list__item" data-spec="eds-card-list-item"><div '
             'class="eds-card" role="presentation"><div role="presentation" '
             'class="ChoiceCard_root__fshrp '
             'TicketDisplayCardContentFullSize-module__card___2860Y '
             'eds-l-pad-bot-4 eds-l-mar-top-4 eds-l-pad-top-4" '
             'data-testid="ticket-display-card-content-full-size"><div '
             'class="eds-horizontal eds-l-pad-hor-4 eds-l-pad-bot-4"><div '
             'class="TicketName-module__default___3r-1j eds-text-weight--heavy '
             'eds-text-bm eds-text-color--ui-800 '
             'TicketDisplayCardContentFullSize-module__ticketName___1sEeH" '
             'data-testid="ticket-name-wrapper">Friday Night Pit '
             'Pass</div><div class="eds-align--center-horizontal" '
             'data-testid="ticket-stepper-selector-3417517952"><div '
             'class="eds-stepper eds-align--center-vertical" '
             'data-testid="eds-stepper"><div class="" '
             'data-testid="eds-stepper-decrease-button-wrapper"><button '
             'aria-disabled="true" disabled="" aria-label="Decrease" '
             'data-testid="eds-stepper-decrease-button" type="button" '
             'class="eds-stepper-button eds-stepper-button--disabled"><i '
             'class="eds-vector-image eds-icon--small '
             'eds-vector-image--grey-500" data-spec="icon" data-testid="icon" '
             'aria-hidden="true"><svg '
             'id="minus-chunky_svg__eds-icon-minus-chunky" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><g><path fill="#fff" '
             'd="M6.5 11.5h11v1h-11z"></path><path d="M18 '
             '11H6v2h12v-2z"></path></g></svg></i></button></div><div '
             'class="eds-text-bl eds-mar-hor-4 eds-stepper__quantity-label '
             'eds-text-color--ui-900" '
             'data-testid="eds-stepper-quantity-wrapper"><span '
             'class="eds-stepper-total-quantity '
             'eds-stepper-quantity-initial-pos" '
             'data-testid="eds-stepper-quantity" role="spinbutton" '
             'aria-label="select quantity" '
             'aria-valuenow="0">0</span></div><button aria-disabled="false" '
             'aria-label="Increase" data-testid="eds-stepper-increase-button" '
             'type="button" class="eds-stepper-button"><i '
             'class="eds-vector-image eds-icon--small eds-vector-image--white" '
             'data-spec="icon" data-testid="icon" aria-hidden="true"><svg '
             'id="plus-chunky_svg__eds-icon--plus-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve"><path '
             'id="plus-chunky_svg__eds-icon--plus-chunky_base" '
             'fill-rule="evenodd" clip-rule="evenodd" d="M13 '
             '11V4h-2v7H4v2h7v7h2v-7h7v-2z"></path></svg></i></button></div></div></div><hr '
             'class="checkout-divider checkout-divider--horizontal" '
             'data-spec="divider-hr" aria-hidden="true"/><div '
             'class="eds-vertical '
             'TicketDisplayCardContentFullSize-module__ticketPriceCountDateAndThumbnailWrapper___2o4wL"><div '
             'class="eds-l-pad-hor-4" '
             'data-testid="ticket-price-count-date"><div class="eds-horizontal '
             'eds-l-pad-top-4 '
             'TicketPriceCountDateAndThumbnail-module__line___dj-Ik"><div '
             'class="TicketPrice-module__section___kXoMD" '
             'data-testid="ticket-price"><span '
             'class="TicketPrice-module__price___1DE7J eds-text-weight--heavy '
             'eds-text-color--ui-800" '
             'data-testid="ticket-price__price">$28.75</span><span '
             'class="TicketPrice-module__fees___2QcQk eds-text-color--ui-600 '
             'eds-l-mar-left-2" data-testid="ticket-price__fees"><span '
             'data-testid="ticket-price__fees__single-fee">incl. $3.75 '
             'Fee</span></span></div></div><div class="eds-l-pad-top-1"><span '
             'class="TicketSalesEndDate-module__default___3O50z '
             'eds-text-color--ui-800" '
             'data-testid="ticket-sales-end-date">Sales end on Sep 12, '
             '2026</span></div></div></div><div class="eds-vertical '
             'eds-l-pad-hor-4"><div '
             'class="TicketDescription-module__root___1mzfh eds-l-pad-top-4 '
             'eds-text-color--grey-600" data-testid="ticket-description" '
             'style="--read-more-white-space:pre-line"><div '
             'class="eds-read-more eds-read-more--truncate '
             'eds-read-more--short eds-read-more--collapsed"><div '
             'data-testid="eds-read-more" class="eds-read-more__content">Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet &amp; mingle with builders; see the '
             'builder’s pre-tournament prepa…</div></div><button '
             'data-spec="read-more-toggle" data-testid="read-more-toggle" '
             'class="eds-btn--button eds-btn--anchor eds-link '
             'eds-read-more__button" type="button">See '
             'more</button></div></div></div></div></li></ul></div></div></div></form></div><div '
             'class="eds-l-mar-vert-6 eds-align--center-vertical '
             'eds-align--space-between" '
             'data-spec="language-brand-container"><div class="eds-g-cell '
             'eds-g-cell-6-12 eds-g-cell-sm-8-12 eds-l-pad-bot-2" '
             'data-spec="brand-text"><a target="_blank" rel="noopener '
             'noreferrer" class="checkout-widget__powered-by-eventbrite '
             'eds-text-color--grey-600 eds-text-bs" title="Powered by '
             'Eventbrite" href="https://eventbrite.com">Powered by<i '
             'class="eds-vector-image eds-brand--medium '
             'eds-vector-image--grey-600 eds-vector-image-size--reset '
             'checkout-widget__powered-by-eventbrite__icon" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="logo-wordmark-brand_svg__Layer_1" x="0" y="0" viewBox="0 0 '
             '2300 400.8" xml:space="preserve"><style>\n'
             '        .logo-wordmark-brand_svg__st3{fill:#221d19}\n'
             '    </style><g><g><path class="logo-wordmark-brand_svg__st3" '
             'd="M794 99.5l-43.2 123H749l-43.1-123h-75.6l73.8 '
             '198h85.8l73.8-198zM1204.1 94.1c-29.8 0-53.4 13.3-64 '
             '35.1V99.5h-72v198.1h72v-97.3c0-29.8 9.8-49.3 34.2-49.3 21.8 0 '
             '29.4 14.2 29.4 '
             '41.3v105.2h72V173.2c0-41.3-17.4-79.1-71.6-79.1zM1753.1 '
             '134.6V99.5h-72v198.1h72V207c0-33.3 16.5-47.7 43.1-47.7 13.8 0 '
             '28.9 2.7 38.7 8.5v-68c-4.9-4-15.6-7.6-27.6-7.6-26.2 0-47.1 '
             '20.2-54.2 42.4zM1846.9 99.5h72v198.1h-72z"></path><circle '
             'class="logo-wordmark-brand_svg__st3" cx="1882.9" cy="44.9" '
             'r="40.7"></circle><path class="logo-wordmark-brand_svg__st3" '
             'd="M2028.9 221.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 30.2-24.5 '
             '54.6-54.7 54.6v49.7h26.7v93.2c0 46.7 31.5 60.4 64.9 60.4 27.1 0 '
             '44.4-6.7 59.6-17.8v-46.6c-12 4.9-21.8 6.7-30.6 '
             '6.7-14.7.1-22.7-6.6-22.7-23.5zM1402 245.1s-.1 0 0 0h-.2c-14.6 '
             '0-22.5-6.7-22.5-23.5v-72.4h51.6V99.4h-51.6V44.8h-43.2c0 '
             '30.2-24.5 54.6-54.7 54.6h-.1v49.7h26.7v93.2c0 46.7 31.5 60.4 '
             '64.9 60.4 27.1 0 44.4-6.7 59.6-17.8v-46.6c-11.9 4.9-21.7 '
             '6.8-30.5 6.8zM1402 245.1h-.1.1c-.1 0 0 0 0 0zM543.9 94.2c-61.7 '
             '0-107.9 44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 '
             '92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c-.1-53.7-35.2-99-101.3-99zM507 '
             '178.6c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9H507zM954.1 94.2c-61.7 0-107.9 44.9-107.9 107.5 0 63.1 45.3 '
             '101.3 108.8 101.3 57.7 0 92.2-30.1 100.4-76h-59.1c-6.7 15.5-19.1 '
             '22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20c0-53.7-35.1-99-101.3-99zm-36.9 '
             '84.4c2.7-18.7 12.9-32.9 36-32.9 21.3 0 32.9 15.1 33.8 '
             '32.9h-69.8zM2300 193.2c0-53.7-35.1-99-101.3-99-61.7 0-107.9 '
             '44.9-107.9 107.5 0 63.1 45.3 101.3 108.8 101.3 57.7 0 92.2-30.1 '
             '100.4-76h-59.1c-6.7 15.5-19.1 22.2-38.6 22.2-21.8 '
             '0-39.5-11.5-41.3-36h139v-20zm-138.1-14.6c2.7-18.7 12.9-32.9 '
             '36-32.9 21.3 0 32.9 15.1 33.8 32.9h-69.8zM1582 93.8c-33.3 0-55.6 '
             '16-65.4 39.6v-116h-72v280.1h55.6l12.4-34.2c11.1 24 36 39.6 68 '
             '39.6 59.6 0 89.4-45.8 89.4-104.5 '
             '0-58.4-29.8-104.6-88-104.6zm-25.3 153.4c-24.5 '
             '0-40-18.7-40-47.6V197c0-28.5 15.6-47.1 40-47.1 28 0 40.9 20 40.9 '
             '48.5 0 28.8-12.9 48.8-40.9 48.8z"></path></g><path '
             'class="logo-wordmark-brand_svg__st3" d="M302.8 269L170.1 '
             '165.6c-2.2-1.7.1-5.1 2.5-3.7l51.8 29c23.5 13.2 53.2 5.5 '
             '67.4-17.3 15-24.1 7.1-55.8-17.5-70l-76-43.9c-2.4-1.4-.6-5.1 '
             '2-4l34.9 14c.1 0 .9.3 1.2.4 3.7 1.3 7.7 2 11.8 2 18.9 0 34.5-15 '
             '35.8-32.8C285.7 16.1 268.1 0 247 0H85.6C64.9 0 47.4 16.9 47.7 '
             '37.6c.1 11 5.1 20.8 12.8 27.5 5.8 5.1 25.4 20.7 34.7 28.2 1.7 '
             '1.3.7 4-1.4 4H61.5C27.5 97.5 0 125.1 0 159.1c0 17.2 7 32.7 18.4 '
             '44l187.1 177.8c13.2 12.3 31 19.9 50.5 19.9 41 0 74.2-33.2 '
             '74.2-74.2-.1-23.2-10.7-44-27.4-57.6z"></path></g></svg></i></a></div><div '
             'class="eds-g-cell eds-text-color--grey-600 eds-g-cell-6-12 '
             'eds-g-cell-sm-4-12 eds-text--right" '
             'data-automation="language-selector" '
             'data-spec="language-selector"><div class="u-inline-flex"><div '
             'class="LanguageSelector-module__languageLabelAndSelector___293FF"><div '
             'class="LanguageSelector-module__selectField___2RUEM '
             'checkout-customization-css-class"><div '
             'class="FormControl_root__qsf7h"><div '
             'class="FormControl_main__qsf7h"><div '
             'class="FormControl_fieldContainer__qsf7h '
             'FormControl_fieldContainerFullWidth__qsf7h"><select '
             'id="language-select-field" class="SelectField_root__1dsvm" '
             'aria-label="Select your language" title="" '
             'aria-labelledby="label-language" '
             'data-automation="language-dropdown" '
             'name="language-select-field"><option value="" '
             'data-option="hidden"> </option><option '
             'value="de_DE">Deutsch</option><option value="de_CH">Deutsch '
             '(CH)</option><option value="en_AU">English (AU)</option><option '
             'value="en_CA">English (CA)</option><option value="en_DK">English '
             '(DK)</option><option value="en_FI">English (FI)</option><option '
             'value="en_GB">English (UK)</option><option selected="" '
             'value="en_US">English (US)</option><option value="es_AR">Español '
             '(AR)</option><option value="es_ES">Español (ES)</option><option '
             'value="es_MX">Español (MX)</option><option '
             'value="fr_FR">Français</option><option value="fr_CA">Français '
             '(CA)</option><option value="fr_CH">Français (CH)</option><option '
             'value="it_IT">Italiano</option><option '
             'value="nl_NL">Nederlands</option><option '
             'value="pt_PT">Português</option><option value="pt_BR">Português '
             '(BR)</option><option value="sv">Svenska</option></select><label '
             'id="label-language" class="FormControl_primaryLabel__qsf7h '
             'FormControl_primaryLabelOpen__qsf7h" '
             'for="language-select-field">Language:</label></div><span '
             'class="FormControl_validationAdornment__qsf7h"></span><span '
             'class="FormControl_suffix__qsf7h"><button type="button" '
             'tabindex="-1" class="SelectField_chevronButton__1dsvm" '
             'aria-labelledby="label-language"><i class="Icon_root__1kdkz '
             'Icon_icon-small__1kdkz" aria-hidden="true"><svg '
             'xmlns="http://www.w3.org/2000/svg" width="24" height="24" '
             'fill="#3A3247" viewBox="0 0 24 24" color="#4B4D63"><path d="m7 '
             '10.224 5 4.936 5-4.936-1.414-1.397L12 12.367l-3.585-3.54z" '
             'clip-rule="evenodd"></path></svg></i></button></span></div><div '
             'class="FormControl_aside__qsf7h"><div '
             'class="FormControl_helperTextWrapper__qsf7h"></div></div></div></div></div></div></div></div></div></div><div '
             'class="eds-modal__footer-background undefined"><div '
             'class="eds-modal__footer eds-g-cell eds-g-cell-mw-10-12 '
             'eds-g-offset-mw-1-12 eds-g-cell-mn-12-12 eds-g-offset-mn-0-12 '
             'eds-g-cell-sw-10-12 eds-g-offset-sw-1-12 eds-g-cell-sn-12-12 '
             'eds-g-cell-12-12 eds-l-sn-pad-hor-4 eds-l-pad-hor-6 '
             'PageFooter-module__modalFooter___x707S" '
             'data-spec="eds-modal__footer"><div '
             'class="PageFooter-module__modalFooterWrapper___1-QTQ"><div '
             'class="eds-show-down-sw '
             'PageFooter-module__easyRefundsRow___37Vx6"><div '
             'class="PageFooter-module__easyRefundsCartSummary___3ULNf"><div '
             'class="eds-align--right"><button '
             'data-testid="cart-summary-button" class="eds-show-down-sw '
             'eds-btn--none" aria-label="Show order summary" '
             'aria-pressed="false" aria-expanded="false" '
             'aria-controls="order-summary" disabled="" type="button"><div '
             'class="CartSummary-module__cartSummary___2faKa" '
             'aria-hidden="true"><div class="eds-text--truncate '
             'eds-l-pad-vert-2 eds-text--right eds-l-pad-right-4"><span '
             'class="eds-text-color--grey-800 eds-text-bm--fixed '
             'eds-text-weight--heavy '
             'CartSummary-module__collapsiblePriceRow___lTYLn" '
             'data-automation="modal-footer-ticket-price" '
             'data-testid="modal-footer-ticket-price">$0.00</span></div></div></button></div></div></div><div '
             'class="eds-align--right"><button '
             'data-spec="eds-modal__primary-button" '
             'data-automation="eds-modal__primary-button" '
             'data-testid="eds-modal__primary-button" class="eds-btn '
             'eds-btn--button eds-btn--fill eds-btn--full-width" '
             'type="button">Check '
             'out</button></div></div></div></div></div></main></div></div><div '
             'class="eds-collapsible-pane-layout__pane" '
             'data-spec="eds-collapsible-pane-layout-pane"><div '
             'class="eds-collapsible-pane-layout-pane__content"><aside '
             'id="order-summary" aria-label="Order summary" '
             'class="eds-collapsible-pane-layout__content '
             'checkout-widget__ticket-page--pane-content"><style>:root {\n'
             '                    --focus-x: 50%;\n'
             '                    --focus-y: 50%;\n'
             '                </style><div '
             'class="FocalPointImage-module__container___1iydr '
             'eds-show-up-mn"><div '
             'class="FocalPointImage-module__ie11FlexFix___3GBXb"></div></div><div '
             'class="eds-align--center EmptyPane-module__root___2dmKz" '
             'data-spec="pane-empty-cart-container"><i class="eds-vector-image '
             'eds-icon--medium eds-vector-image--grey-300 '
             'EmptyPane-module__icon___3cSOX" data-spec="icon" '
             'data-testid="icon" aria-hidden="true"><svg '
             'id="cart_svg__eds-icon--cart_svg" x="0" y="0" viewBox="0 0 24 '
             '24" xml:space="preserve"><path '
             'id="cart_svg__eds-icon--cart_base" fill-rule="evenodd" '
             'clip-rule="evenodd" d="M20 14l2-9H9v1h11.9l-1.7 7.1L7 '
             '14V2H2v3h4v12h14v-1H7v-1l13-1zM3 3h3v1H3V3z"></path><g '
             'id="cart_svg__eds-icon--cart_circles" fill-rule="evenodd" '
             'clip-rule="evenodd"><path d="M8 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 '
             '2-2-.9-2-2-2zm0 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM18 '
             '18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.6 '
             '0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 '
             '1z"></path></g></svg></i></div></aside></div></div></div><div '
             'class="eds-modal__close-button"><span class="eds-icon-button '
             'eds-icon-button--over-image eds-icon-button--neutral" '
             'data-spec="icon-button"><button '
             'data-automation="modal-close-button" data-spec="close-button" '
             'id="modal-close-button" class="eds-btn--button eds-btn--none '
             'eds-btn--icon-only" type="button"><i class="eds-vector-image '
             'eds-icon--small eds-vector-image--block" title="" '
             'data-spec="icon" data-testid="icon"><svg '
             'id="cross-chunky_svg__eds-icon--cross-chunky_svg" x="0" y="0" '
             'viewBox="0 0 24 24" xml:space="preserve" '
             'aria-hidden="true"><path '
             'id="cross-chunky_svg__eds-icon--cross-chunky_base" d="M13.4 '
             '12l3.5-3.5-1.4-1.4-3.5 3.5-3.5-3.5-1.4 1.4 3.5 3.5-3.5 3.5 1.4 '
             '1.4 3.5-3.5 3.5 3.5 1.4-1.4z"></path></svg><span '
             'class="eds-is-hidden-accessible">Close</span></i></button></span></div></div></div></div></div></div><input '
             'type="hidden" style="display:none" '
             'name="csrfmiddlewaretoken"/><script>const csrfInput = '
             "document.getElementsByName('csrfmiddlewaretoken')[0];\n"
             'const csrfToken = '
             '/csrftoken=([^;]*)(;|$)/.exec(document.cookie)[1];\n'
             'csrfInput.value = csrfToken;</script><script '
             'type="text/javascript">window.__i18n__={"locale":"en_US"};\n'
             '\n'
             'var isFrame = window.parent !== window;\n'
             '\n'
             'if (isFrame) {\n'
             '    window.parent.postMessage({\n'
             "        messageName: 'widgetRenderComplete',\n"
             "        eventId: '1977510522205'\n"
             "    }, 'https://www.nhrl.io/');\n"
             '\n'
             '    var _ebCheckoutReady = false;\n'
             '    window.__ebMarkCheckoutReady = function() { _ebCheckoutReady '
             '= true; };\n'
             '\n'
             "    document.addEventListener('click', function(e) {\n"
             '        if (!_ebCheckoutReady && '
             'e.target.closest(\'[data-spec="close-button"]\')) {\n'
             '            window.parent.postMessage({\n'
             "                messageName: 'widgetModalClose',\n"
             "                eventId: '1977510522205'\n"
             "            }, 'https://www.nhrl.io/');\n"
             '        }\n'
             '    });\n'
             '}\n'
             '\n'
             '\n'
             'window.__SERVER_DATA__={"teamSettings":null,"isRegistrationEvent":false,"requestPromoCode":"","app_name":"checkout","grylls":{"options":{"environment":"prod","debugging":false,"enabled":true},"trackingData":{"Google '
             'Analytics":[{"pixelId":"G-9DPRMQ1LCM","id":"5380433","events":{}}]}},"refundPolicyCode":"custom","isGDPRCountry":true,"isMyOrderFlow":false,"captcha":{"recaptcha3PublicKey":"6LeiycQUAAAAAPuZ16-zS80TNACRMmXd8CAT_hs9","recaptcha2PublicKey":"6LehRw8fAAAAAJ8S1_MRks59_3nK7buJgoXcp3QV"},"event":{"changed":"2026-04-23T16:15:45Z","should_not_index_in_search_engines":false,"subcategory_id":"2007","slugified_name":"nhrl-2026-robot-fighting-world-championships","ticket_classes":[],"event_sales_status":{"start_sales_date":{"timezone":"America/New_York","local":"1970-01-01T00:00:00","utc":"1970-01-01T05:00:00Z"},"end_sales_date":{"timezone":"America/New_York","local":"2026-09-12T21:30:00","utc":"2026-09-13T01:30:00Z"},"default_message":null,"sales_status":"on_sale","currency":"USD","message_code":null,"message":null,"message_type":null},"listing_display_flags":{"should_show_promo_code_link":true,"should_display_short_address":true,"should_show_add_to_calendar":true,"status_is_not_yet_started":false,"should_show_timezone":true,"event_is_sold_out":false,"should_hide_all_dates":false,"should_display_ticket_end_date":true,"status_any_ticket_not_yet_started":false,"should_show_waitlist_at_capacity":false,"should_show_waitlist_for_event":false},"currency":"USD","locale":"en_US","ticket_resellers":[],"id":"1977510522205","privacy_setting":"unlocked","style":{"button_text_color":"#FFFFFF","secondary_text_color":"#ADB0B6","button_background_color":"#00CC52","box_text_color":"#45494E","link_color":"#00A8F2","text_color":"#45494E","box_header_background_color":"#EFF2F5","box_background_color":"#FFFFFF","box_border_color":"#D2D6DF","box_header_text_color":"#45494E","background_color":"#F8F8FA","id":"456156284"},"venue_id":"295573298","user_id":"1282399756513","source":"coyote","tx_time_limit":1200,"show_seatmap_thumbnail":false,"inventory_type":"limited","show_colors_in_seatmap_thumbnail":false,"logo_id":"1173601770","start":{"timezone":"America/New_York","local":"2026-09-12T10:00:00","utc":"2026-09-12T14:00:00Z"},"listed":true,"hide_end_date":false,"status":"live","_type":"event","show_pick_a_seat":false,"description":{"text":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","html":"The world\'s most exciting, dangerous '
             "and electrifying fighting robots compete for a place at NHRL's "
             '2026 Pro World '
             'Championships."},"published":"2025-12-28T16:10:40Z","payment_options":{"should_accept_offline":0,"should_accept_oxxo":false,"should_accept_visa_debit_for_payment":false,"should_accept_sofort":false,"should_accept_visa_for_payment":true,"should_accept_discover_for_payment":true,"should_show_paypal_payment_method":false,"should_accept_rapipago":false,"should_only_accept_amex_for_payment":false,"accept_moneris":false,"has_payment_options":true,"should_accept_mercado_pago_credit_cards":false,"should_accept_mastercard_for_payment":true,"should_accept_maestro_bancontact":false,"should_accept_ideal":false,"authnet_cards_list":[],"should_accept_sepa_direct_debit":false,"accept_authnet":false,"moneris_cards_list":[],"should_accept_boleto_bancario":false,"should_accept_amex_for_payment":true,"should_accept_invoice":false,"should_accept_pagofacil":false},"is_free":false,"organization_id":"1282399756513","is_externally_ticketed":false,"is_protected_event":false,"is_series_parent":false,"end":{"timezone":"America/New_York","local":"2026-09-12T22:30:00","utc":"2026-09-13T02:30:00Z"},"format_id":"14","organizer_id":"57207809973","properties":{"is_sales_client":true,"locale":"en_US","copy_link_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510522205?utm_source=cpd&utm_medium=discovery&utm_content=attendeeshare&utm_term=listing","logo_focal_point":{"y":0.5,"x":0.5},"is_opted_out_of_google_analytics_universal":false,"total_tickets":13,"has_logo":true,"has_donation_tickets_available":null,"is_shareable":true,"canonical_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977507082918","is_donation":false,"meta_description":"Eventbrite '
             '- National Havoc Robot League presents NHRL 2026 Robot Fighting '
             'World Championships - Saturday, September 12, 2026 at NHRL - '
             'National Havoc Robot League, Norwalk, CT. Find event and ticket '
             'information.","non_vanity_absolute_url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510522205","is_sales_ended":false,"shortname":null,"logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","image":"https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1173601770%2F1444738709873%2F1%2Flogo.20251228-161434?w=720&auto=format%2Ccompress&q=75&sharp=10&s=45ae04ee453a3d12dabda685ef4d4116","has_payment_options":true,"non_vanity_absolute_url_ssl":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510522205","ssl_logo_url":"https://cdn.evbuc.com/images/1173601770/1444738709873/1/logo.20251228-161434","fb_plain_description":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","display_short_address":"Norwalk, '
             'CT","is_free":false,"is_ended":false,"is_google_analytics_ecommerce_tracking_enabled":false,"sales_not_yet_started":false,"is_series_parent":false,"is_draft":false,"currency":"USD","has_cropped_logo":false,"hide_start_date":false,"is_unavailable":false,"is_live":true,"is_protected":false,"payment_type":"eventbrite","google_analytics":null,"is_reserved_seating":false,"is_paid":true,"is_published":true},"tld":".com","series_id":"1977507082918","name":{"text":"NHRL '
             '2026 Robot Fighting World Championships","html":"NHRL 2026 Robot '
             'Fighting World '
             'Championships"},"language":"en-us","created":"2025-12-10T15:35:28Z","url":"https://www.eventbrite.com/e/nhrl-2026-robot-fighting-world-championships-tickets-1977510522205","hide_start_date":false,"current_status":30,"summary":"The '
             "world's most exciting, dangerous and electrifying fighting "
             "robots compete for a place at NHRL's 2026 Pro World "
             'Championships.","is_locked":false,"shareable":true,"style_id":"456156284","online_event":false,"is_series":true,"category_id":"102","is_reserved_seating":false,"survey_type":"direct","organization":{"vertical":"default","id":"1282399756513"},"venue":{"id":"295573298","user_id":"1282399756513","name":"NHRL '
             '- National Havoc Robot '
             'League","latitude":"41.092425","longitude":"-73.4157396","address":{"address_1":"165 '
             'Water '
             'Street","address_2":"","city":"Norwalk","postal_code":"06854","region":"CT","country":"US","localized_address_display":"165 '
             'Water Street, Norwalk, CT '
             '06854","localized_area_display":"Norwalk, '
             'CT","localized_multi_line_address_display":["165 Water '
             'Street","Norwalk, CT '
             '06854"],"latitude":"41.092425","longitude":"-73.4157396"},"places":[],"organizer_id":"57207809973","google_place_id":"ChIJVVUJNYge6IkRau9-ajl-pOI"},"should_show_promo_code_link":true,"has_access_code":true,"show_remaining":false,"has_advanced_teams_enabled":false,"has_tax_country_exemptions":false,"capacity":70,"checkout_info":{"checkout_groups":[{"id":"1","title":"Tickets"},{"id":"3","title":"Add-ons"}]}},"affiliateCode":"echckt","widgetParentUrl":"https://www.nhrl.io/","gaSettings":{"userPartnerId":null,"appName":"checkout","activeScopeUserId":null,"appVersion":null,"guestPartnerId":"de57256e_3c8d3885f855d270e1f2dd7f6df26dd0149dd2d0853a7a81ae1d08de54e20801ed39182e66fd147203ccbf0df3aaadfe","isActive":true,"correlationId":"b5015e02696411f1b57fbe6dee4acfa6"},"stableId":"962558bc-1b7b-4012-b07f-5e40bee01723","errors":[],"googleTagManager":{"should_include_google_tag_manager":true,"dfa_partner_id":"dfa_partner_id_not_set"},"ticketAvailabilityInfo":{"has_available_hidden_tickets":true,"has_available_tickets":true,"has_bogo_tickets":false,"is_sold_out":false,"remaining_capacity":70,"waitlist_enabled":false},"isEventbriteTLD":false,"deferredPaymentDueDays":3,"collectQuestionsAfterPayment":false,"showOrgMarketingOptIn":true,"env":{"googleMapsQAKey":null,"defaultCurrency":"USD","signupUrl":"https://www.eventbrite.com/signin/signup/?referrer=%2Fcheckout-external-context%3Feid%3D1977510522205%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","isEmbeddedView":false,"serverUrl":"https://www.eventbrite.com","showCookieHeader":false,"organizeUrls":{"suggested":[{"url":"/organizer/overview/","gaLabel":"WhyEventbrite","accentLink":false,"label":"Create '
             'Events"},{"url":"/organizer/pricing/","gaLabel":"Pricing","accentLink":false,"label":"Pricing"},{"url":"https://www.eventbrite.com/blog/","gaLabel":"Resources","accentLink":false,"label":"Resources"},{"url":"/l/contact-eventbrite-sales/","gaLabel":"ContactSales","accentLink":false,"label":"Contact '
             'Sales"}],"home":{"url":"/how-it-works/","gaLabel":"HowItWorks","label":"How '
             'it '
             'works"}},"signupNoReferrerUrl":"https://www.eventbrite.com/signin/signup/","ebDomain":"eventbrite.com","helpUrls":{"impressum":"https://www.eventbrite.com/support/articleredirect?anum=10983","home":"https://www.eventbrite.com/support","suggested":[{"url":"https://www.eventbrite.com/support/articleredirect?anum=3776","gaLabel":"FindYourTickets","label":"Find '
             'your '
             'tickets"},{"url":"https://www.eventbrite.com/support/articleredirect?anum=3275","gaLabel":"ContactAnEventOrganizer","label":"Contact '
             'an event '
             'organizer"},{"url":"https://www.eventbrite.com/support","gaLabel":"VisitTheHelpCenter","label":"Visit '
             'the help '
             'center"}]},"locales":[{"locale":"es_AR","localized_language_name":"Español '
             '(AR)","locale_name":"Argentina"},{"locale":"en_AU","localized_language_name":"English '
             '(AU)","locale_name":"Australia"},{"locale":"nl_BE","localized_language_name":"Belge","locale_name":"België"},{"locale":"fr_BE","localized_language_name":"Français '
             '(BE)","locale_name":"Belgique"},{"locale":"pt_BR","localized_language_name":"Português '
             '(BR)","locale_name":"Brasil"},{"locale":"en_CA","localized_language_name":"English '
             '(CA)","locale_name":"Canada '
             '(EN)"},{"locale":"fr_CA","localized_language_name":"Français '
             '(CA)","locale_name":"Canada '
             '(FR)"},{"locale":"es_CL","localized_language_name":"Español","locale_name":"Chile"},{"locale":"es_CO","localized_language_name":"Español '
             '(ES)","locale_name":"Colombia"},{"locale":"en_DK","localized_language_name":"English '
             '(DK)","locale_name":"Denmark"},{"locale":"de_DE","localized_language_name":"Deutsch","locale_name":"Deutschland"},{"locale":"es_ES","localized_language_name":"Español '
             '(ES)","locale_name":"España"},{"locale":"en_FI","localized_language_name":"English '
             '(FI)","locale_name":"Finland"},{"locale":"fr_FR","localized_language_name":"Français","locale_name":"France"},{"locale":"en_HK","localized_language_name":"English '
             '(HK)","locale_name":"Hong '
             'Kong"},{"locale":"en_IE","localized_language_name":"English '
             '(UK)","locale_name":"Ireland"},{"locale":"it_IT","localized_language_name":"Italiano","locale_name":"Italia"},{"locale":"es_MX","localized_language_name":"Español '
             '(MX)","locale_name":"México"},{"locale":"nl_NL","localized_language_name":"Nederlands","locale_name":"Nederland"},{"locale":"en_NZ","localized_language_name":"English '
             '(Australia/New Zealand)","locale_name":"New '
             'Zealand"},{"locale":"de_AT","localized_language_name":"Deutsch","locale_name":"Österreich"},{"locale":"es_PE","localized_language_name":"Español '
             '(ES)","locale_name":"Perú"},{"locale":"pt_PT","localized_language_name":"Português","locale_name":"Portugal"},{"locale":"de_CH","localized_language_name":"Deutsch '
             '(CH)","locale_name":"Schweiz"},{"locale":"en_SG","localized_language_name":"English '
             '(SG)","locale_name":"Singapore"},{"locale":"fr_CH","localized_language_name":"Français '
             '(CH)","locale_name":"Suisse"},{"locale":"sv","localized_language_name":"Svenska","locale_name":"Sverige"},{"locale":"en_GB","localized_language_name":"English '
             '(UK)","locale_name":"United '
             'Kingdom"},{"locale":"en_US","localized_language_name":"English '
             '(US)","locale_name":"United '
             'States"}],"signinUrl":"https://www.eventbrite.com/signin/?referrer=%2Fcheckout-external-context%3Feid%3D1977510522205%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","searchQuery":null,"searchLocation":{"address":"New '
             'York, '
             'NY"},"launchNewSignInSignUpLinks":true,"adminServerUrl":"https://admin.eventbrite.com","currencyFormat":"¤#,##0.00","logoutUrl":"https://www.eventbrite.com/logout/?referrer=%2Fcheckout-external-context%3Feid%3D1977510522205%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","loginUrl":"https://www.eventbrite.com/login/?referrer=%2Fcheckout-external-context%3Feid%3D1977510522205%26parent%3Dhttps%253A%252F%252Fwww.nhrl.io%252Fevents%26modal%3D1%26skip_tickets%3Dtrue%26skip_event%3Dtrue","localeInfo":{"flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag.png","gold_support_phone_number":"1-877-297-6805","greetings":["Hello","Hi","Greetings","Dear"],"country_code":"US","language_code":"en","silver_support_phone_number":"1-877-297-6805","has_phone_support":true,"show_link_to_music_microsite":true,"flag_logo_medium_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/US-flag-32x32.png","paypal_locale":"en_US","group":"AMERICA","sales_email":"sales@eventbrite.com","prefixes":["Mr.","Mrs.","Ms.","Miss","Mx.","Dr.","Prof.","Rev."],"npo_service_fee_percent":"2.0%","uses_metric_system":false,"has_localized_support_team":false,"is_eventioz_locale":false,"tiktok_handle":"@eventbrite","latitude":37.775262,"app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Download_on_the_App_Store_Badge_US-UK_135x40.svg","youtube_channel":"www.youtube.com/user/EventbriteTV","android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=en_US","press_email":"press@eventbrite.com","tld_subdirectory":".com","hiw_sales_phone_number":"1-855-292-7905","base_ios_app_url":"http://itunes.apple.com/%s/app/eventbrite/id487922291","is_locale_enabled":true,"from_mail_charity":"charity@eventbrite.com","get_default_location_dict":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"get_default_location_name":"New '
             'York, '
             'NY","terms_of_service_url":"https://www.eventbrite.com/l/legalterms/","server":"http://www.eventbrite.com","address_4":"United '
             'States","address_1":"Eventbrite, Inc.","address_2":"535 Mission '
             'Street, 8th Floor","address_3":"San Francisco, CA '
             '94105","attendee_support_phone_number":"1-888-810-2063","default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"twitter_handle":"eventbritehelp","play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/en_generic_rgb_wo_45.png","locale":"en_US","base_android_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=%s","google_maps_language":"en","base_ios_app_badge_url":"%(server)s/eventbriteapp/?appstore&%(affiliate_params)s","paypal_support_number":"888-221-1161","localized_language_name":"English '
             '(US)","facebook_page":"www.facebook.com/Eventbrite","on_demand_payout_allowed":false,"nonprofit_501c3_fax_number":"1-888-855-2521","app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/en_us/Available_on_the_App_Store_Badge_US-UK_135x40.svg","base_medium_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag-32x32.png","support_number_winter_hours":null,"is_deferred_payment_options_allowed":false,"music_microsite_url":"https://www.eventbrite.com/l/music/","first_week_day":6,"support_team_landing_page":"","sales_hours":"Mon-Fri '
             '6am-6pm '
             'PT","from_mail_order":"orders@eventbrite.com","support_phone":"1-800-350-8850","sales_contact_landing_page":"/l/contact-sales/","support_number_summer_hours":null,"help_center_language":"en-us","adobe_reader_url":"http://get.adobe.com/reader/","from_mail_installments":"installments@eventbrite.com","available_for_event_listing_override":null,"tiktok_page":"www.tiktok.com/@eventbrite","contact_sales_phone_number":"+1-877-620-9578","tld":".com","contact_us_path":"support/contact-us","show_cookie_policy_bar":false,"base_app_store_available_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Available_on_the_App_Store_Badge_%s_135x40.svg","default_adobe_download_url":"http://get.adobe.com/reader/","recaptcha_language":"en","base_ios_entrymanager_url":"http://itunes.apple.com/%s/app/entry-manager/id368260521","default_language":"en-us","domain":"eventbrite.com","base_android_entrymanager_url":"https://play.google.com/store/apps/details?id=com.eventbrite.organizer&hl=%s","get_country_place_id":"85633793","outside_us_organizer_phone_number":"1-804-201-9585","default_currency":"USD","base_play_store_badge_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/%s_generic_rgb_wo_45.png","country_place_id":"85633793","old_event_locale":null,"press_blog_url":"/blog/press/","sales_phone_and_hours":"1-888-541-9753 '
             'Mon-Fri 6am-6pm '
             'PT","from_mail_ebhelp":"ebhelp@eventbrite.com","base_adobe_download_url":"http://get.adobe.com/%(language_code)s/reader/","organizations_support_phone_number":"1-855-872-1525","support_number_hours":null,"contact_us_sales_phone_number":"1-800-993-7308","facebook_org_page":"www.facebook.com/EventbriteforOrganizers","default_timezone":"America/Los_Angeles","show_support_special_hours_on_contact_us":false,"live_ops_support_phone_number":null,"contact_us_url":"https://www.eventbrite.com/support/contact-us","instagram_page":"www.instagram.com/eventbrite","default_language_name":"English '
             '(US)","longitude":-122.400197,"twitter_page":"www.x.com/eventbritehelp","localized_country_name":"United '
             'States","feature_flag":null,"android_attendee_app_url":"https://play.google.com/store/apps/details?id=com.eventbrite.attendee&hl=en_US","is_latam":false,"ios_entrymanager_url":"http://itunes.apple.com/us/app/entry-manager/id368260521","base_app_store_download_icon_url":"https://cdn.evbstatic.com/s3-s3/marketing/app_cta/%s/Download_on_the_App_Store_Badge_%s_135x40.svg","npo_service_fee_charge":"$0.99 '
             'per '
             'ticket","facebook_locale":"en_US","paypal_locale_lc":"us","support_phone_number":"1-800-350-8850","npo_email":"nonprofit@eventbrite.com","first_week_day_from_sunday":0,"hreflang":"en-us","tos_path":"/l/legalterms/","default_paper_size":"letter","base_android_app_badge_url":"%(server)s/eventbriteapp/?playstore&%(affiliate_params)s","locale_name":"United '
             'States","default_professional_package":true,"uses_language_subdirectory":false,"sales_phone_number":"1-888-541-9753","google_analytics_url":"http://www.google.com/analytics","base_flag_logo_url":"https://cdn.evbstatic.com/s3-s3/marketing/migration/%s-flag.png","logo_url":"cdn.evbstatic.com/s3-build/perm_001/55d606/django/images/logos/eb_orange_on_white_1200x630.png","contact_sales_form_phone_number":"1-888-203-4469","alt_phone_number":"1-888-248-4220","sales_contact_link_text":"Contact '
             'Sales","ssl_server":"https://www.eventbrite.com","support_team_link_text":"","ios_attendee_app_url":"http://itunes.apple.com/us/app/eventbrite/id487922291","split_workspace":null,"music_url":"/l/music/","default_package":"package2","skip_package_selection":false,"split_feature_flag":null,"blog_url":"www.eventbrite.com/blog/","outside_us_phone_number":"1-415-694-7900","linked_in_page":"www.linkedin.com/company/eventbrite","live_ops_outside_us_phone_number":"1-415-813-3236"},"isMobile":false},"countryWithPostalCode":true,"featureFlags":{"enableTimedEntry":true,"launchFindMyTicketsCheckoutToOrderPage":true,"enableStripeElementsInAndroidNative":true,"enableRefundFeeRetentionPolicy":false,"seriesInfiniteCalendar":true,"checkoutUniversalFlag":true,"series_infinite_calendar_discounts":true,"disableEventbriteLegacyPaymentMethods":false,"launchSupportMultipleFacebookPixels":true,"checkoutResilienceTLZ":false,"launchPayinsPaymentMethodPaypal":true,"shouldHideSeriesStartTime":false,"enableNewRebrandingLogoAnimation":false,"series_infinite_calendar_min_price":false,"postCheckoutMandatoryQuestionsOrganizationsExclusions":false,"enableFullPageMarkup":true,"enablePaymentConstraintsInNewCreate":false,"paymentsLaunchStripeElements":false,"shouldBlockMarketingEventbriteEmails":false,"enableNonceBraintreePayments":true,"enableStripeElementsInIosNative":true,"launchBraintree3ds":false,"enableEBMarketingOptIn":true,"enableStripeElementsInMobileApp":false,"enable3DSecure2":false,"maxInstallments":{"isActive":false,"maxInstallmentsLimit":999},"launchEmbeddedCheckoutRetryOnPlaceError":false,"replaceLegacyPaymentMethodsWithStripeWhenNotEmbeddedCheckout":false,"enableEBMarketingOptInImplicit":false,"disableRecaptcha3":false,"checkout-custom-embedded":true,"new_wr_ui":true},"socialSSOSettings":{"twoStepsSignup":false,"google":{"scope":"profile '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"126160502265-8i61veaglos3qqdc73t5b9gdp7uumclg.apps.googleusercontent.com"},"facebook":{"scope":"public_profile,email","version":"v12.0","appId":"28218816837"},"apple":{"scope":"name '
             'email","redirectURI":"https://www.eventbrite.com/signin/","clientId":"6Q9LU82ADJ.com.eventbrite.attendee"}},"waitingRoom":{"register_server":"https://www.eventbrite.com","step":"visit","is_activated_for_event":false,"queue_server":"//inline.eventbrite.com","queue_id":"1273485359"},"maxAllowedPayin":0,"guestAge":"1595","waitlistCode":null,"survey_info":"","requestExtraData":{"httpReferer":"https://www.nhrl.io/events","ip":"144.91.120.136","host":"www.eventbrite.com","method":"GET"},"isPayinsFlow":false,"teamToken":null,"guestId":"14efea6f-5922-4c4d-ac4a-537f398f9d26","user":{"intercomUserHash":null,"publicId":null,"hasEvents":false,"hasOrganizers":false,"usesNewPermissions":false,"guestId":"14efea6f-5922-4c4d-ac4a-537f398f9d26","canUseInterests":true,"isStaff":false,"canInvite":false,"fullName":null,"thumbnailUrl":null,"numOrders":0,"firstName":null,"hasGlobalPermissions":false,"isAttendee":false,"lastName":null,"activeOrganization":null,"hideOrganizationSwitch":true,"canCreateEvents":false,"hasContactsPermission":false,"email":null,"isAuthenticated":false,"orgHasEvents":false},"splitIOProdKey":"cnub9anfhoa4uivriv68t7soph5h0pihfi20","currentTimezone":"Europe/Paris","useAndroidProfile":false,"tickets":[{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"delivery_methods":["electronic"],"description":"All day '
             'access valid for entry & re-entry from 9:45am - 10:30pm (this '
             'includes the Prime Time Show starting at 7pm). Scroll for more '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409814306","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":true,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"General '
             'Admission - '
             'Adult","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T23:30:00Z","local":"2026-09-12T19:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409814306","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"use_all_in_price":true,"name":"General Admission - '
             'Adult","display_name":"General Admission - '
             'Adult","tax_and_fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T23:30:00Z","local":"2026-09-12T19:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"delivery_methods":["electronic"],"description":"All day '
             'access valid for entry & re-entry from 9:45am - 10:30pm (this '
             'includes the Prime Time Show starting at 7pm). Scroll for '
             'info.\\n\\nTicket Description:\\n\\n-Fights across 5 cages until '
             '5pm\\n\\n-Access to merch store, food trucks, coffee cart & bar, '
             'outdoor tailgate-style area (weather permitting), indoor '
             'cafe-style seating, kids area & rotating activations each event. '
             '\\n\\n-Try your hand at driving or fighting a robot yourself by '
             'pre-purchasing tokens for the Robot Driving Experience online at '
             'a discount (see below) or in-person on the day of the event. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817782","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"General '
             'Admission - Kids (ages '
             '4-15)","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T23:30:00Z","local":"2026-09-12T19:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817782","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"use_all_in_price":true,"name":"General Admission - Kids '
             '(ages 4-15)","display_name":"General Admission - Kids (ages '
             '4-15)","tax_and_fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T19:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T23:30:00Z","local":"2026-09-12T19:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":7900,"major_value":"79.00","display":"79.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":471,"major_value":"4.71","display":"4.71 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413309","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":179,"percent":370,"min":0,"max":1995},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413289","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":233,"major_value":"2.33","display":"2.33 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817891","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"VIP '
             '- '
             'Adult","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T14:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T18:30:00Z","local":"2026-09-12T14:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":8754,"major_value":"87.54","display":"87.54 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817891","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":7900,"major_value":"79.00","display":"79.00 '
             'USD"},"fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":8754,"major_value":"87.54","display":"87.54 '
             'USD"},"use_all_in_price":true,"name":"VIP - '
             'Adult","display_name":"VIP - '
             'Adult","tax_and_fee":{"currency":"USD","value":854,"major_value":"8.54","display":"8.54 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":471,"major_value":"4.71","display":"4.71 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413309","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":179,"percent":370,"min":0,"max":1995},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413289","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":233,"major_value":"2.33","display":"2.33 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T14:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T18:30:00Z","local":"2026-09-12T14:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":4900,"major_value":"49.00","display":"49.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Upgrade '
             'your experience! All day access valid for entry & re-entry from '
             '9:45am-10:30pm (includes the Prime Time Show starting at 7pm).  '
             'Scroll for more info.\\n\\nTicket Description:\\n-Pit Tour with '
             'a dedicated and experienced VIP guide (last tour at '
             '5PM).\\n\\n-VIP discount on merch, food and '
             'beverage.\\nExclusive access to a premium VIP Lounge with big '
             'screens, large sofas and free snacks & drinks until 7pm. (Note: '
             'Lounge closes during Prime Time Show)\\n\\n-1 complimentary '
             'Robot Driving Experience token \\n\\n-Friday Night Pit Pass - '
             'Join us from 6pm-8pm the night before the event for pizza in the '
             'pits with our builder community. '
             '\\n","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":275,"major_value":"2.75","display":"2.75 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413039","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":275,"percent":0,"min":275,"max":275},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":100,"major_value":"1.00","display":"1.00 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413269","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":100,"percent":0,"min":100,"max":100},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":145,"major_value":"1.45","display":"1.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409817997","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"VIP '
             '- Kids (ages '
             '4-15)","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T17:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T21:30:00Z","local":"2026-09-12T17:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":5420,"major_value":"54.20","display":"54.20 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409817997","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":4900,"major_value":"49.00","display":"49.00 '
             'USD"},"fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":5420,"major_value":"54.20","display":"54.20 '
             'USD"},"use_all_in_price":true,"name":"VIP - Kids (ages '
             '4-15)","display_name":"VIP - Kids (ages '
             '4-15)","tax_and_fee":{"currency":"USD","value":520,"major_value":"5.20","display":"5.20 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":275,"major_value":"2.75","display":"2.75 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413039","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":275,"percent":0,"min":275,"max":275},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":100,"major_value":"1.00","display":"1.00 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413269","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":100,"percent":0,"min":100,"max":100},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":145,"major_value":"1.45","display":"1.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T17:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T21:30:00Z","local":"2026-09-12T17:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"admission","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"1","currency":"USD","cost":{"currency":"USD","value":1500,"major_value":"15.00","display":"15.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Buy '
             'tickets to the Prime Time Show  only starting at 7pm; entry to '
             'the building beginning at 5:00pm.  Scroll for info.\\n\\nTicket '
             'Description:\\n\\n-Watch the Prime Time Show LIVE!\\n\\n-Ticket '
             'applies to the Prime Time Show only. \\nEntry to the building '
             'beginning at 5:00pm. Prime Time Show starts at 7pm.\\n\\n-Be '
             'cage side as the quarter-finals to the finals across three '
             'weight classes are broadcast LIVE!\\n\\n-Qualifying fights end '
             'at 5:30pm for a half-time. Be aware there is a break in '
             'scheduled bot action until the Prime Time Show at 7pm but you '
             'can arrive as early as 5pm for access to lounges, food trucks, '
             'robot driving experiences, shop our merch store, grab some '
             'drinks at the bar, and grab the best '
             'seats.","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":245,"major_value":"2.45","display":"2.45 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":45,"major_value":"0.45","display":"0.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409818087","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Prime '
             'Time '
             'Show","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T21:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-13T01:30:00Z","local":"2026-09-12T21:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1745,"major_value":"17.45","display":"17.45 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409818087","category":"admission","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1500,"major_value":"15.00","display":"15.00 '
             'USD"},"fee":{"currency":"USD","value":245,"major_value":"2.45","display":"2.45 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1745,"major_value":"17.45","display":"17.45 '
             'USD"},"use_all_in_price":true,"name":"Prime Time '
             'Show","display_name":"Prime Time '
             'Show","tax_and_fee":{"currency":"USD","value":245,"major_value":"2.45","display":"2.45 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":45,"major_value":"0.45","display":"0.45 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T21:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-13T01:30:00Z","local":"2026-09-12T21:30:00"}},"checkout_group_id":"1","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"add_on","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"3","currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Drive a '
             'real fighting robot! Pre-purchase tokens here for our Robot '
             'Driving Experience at a special discounted price (4 tokens for '
             'the price of 3!).  Tokens can be redeemed at our dedicated RDE '
             'cages for the opportunity to drive, fight, or destroy with one '
             'of our 3-lb house robots. Some RDE experiences require more than '
             'one token. Please see the schedule posted at RDE cages for more '
             'information regarding experience specifics and tokens '
             'required.\\nExtra tokens can also be purchased in-person at our '
             'Merch Store for full price.\\n*Please Note - One online purchase '
             'gets you 4 tokens. Please be aware at checkout that $12 equals 4 '
             'tokens, not $12 per token. RDE typically closes at 7PM during '
             'Primetime.","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3409818345","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Robot '
             'Driving Experience - 4X '
             'Tokens","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T18:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T22:30:00Z","local":"2026-09-12T18:30:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3409818345","category":"add_on","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":1000,"major_value":"10.00","display":"10.00 '
             'USD"},"fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":1230,"major_value":"12.30","display":"12.30 '
             'USD"},"use_all_in_price":true,"name":"Robot Driving Experience - '
             '4X Tokens","display_name":"Robot Driving Experience - 4X '
             'Tokens","description":"Drive a real fighting robot! Pre-purchase '
             'tokens here for our Robot Driving Experience at a special '
             'discounted price (4 tokens for the price of 3!).  Tokens can be '
             'redeemed at our dedicated RDE cages for the opportunity to '
             'drive, fight, or destroy with one of our 3-lb house robots. Some '
             'RDE experiences require more than one token. Please see the '
             'schedule posted at RDE cages for more information regarding '
             'experience specifics and tokens required.\\nExtra tokens can '
             'also be purchased in-person at our Merch Store for full '
             'price.\\n*Please Note - One online purchase gets you 4 tokens. '
             'Please be aware at checkout that $12 equals 4 tokens, not $12 '
             'per token. RDE typically closes at 7PM during '
             'Primetime.","tax_and_fee":{"currency":"USD","value":230,"major_value":"2.30","display":"2.30 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":150,"major_value":"1.50","display":"1.50 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413019","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":150,"percent":0,"min":150,"max":150},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":50,"major_value":"0.50","display":"0.50 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413229","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":50,"percent":0,"min":50,"max":50},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":30,"major_value":"0.30","display":"0.30 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T18:30:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T22:30:00Z","local":"2026-09-12T18:30:00"}},"checkout_group_id":"3","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"},{"category":"add_on","characteristics":{"is_free":false,"is_paid":true,"is_donation":false,"is_unlimited":false,"default_quantity":0,"is_hidden":false},"checkout_group_id":"3","currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"delivery_methods":["electronic"],"description":"Join us '
             'in the pit on the Friday night before the tournament from 6-8pm; '
             'pizza included! Meet & mingle with builders; see the builder’s '
             'pre-tournament preparations.\\n(Pit passes are included with VIP '
             'tickets. Only purchased separately as an Add-On to any other '
             'ticket '
             'type)","discount_id":null,"display_flags":{"show_sales_end_date":true,"have_description":true,"show_description":false,"show_remaining":false,"show_waitlist":false,"show_ticket_selection":true},"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"donation":false,"event_tax_name":null,"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"free":false,"group_settings":null,"hide_sale_dates":false,"id":"3417517952","image":null,"include_fee":false,"is_bogo_ticket":false,"is_highest_original_capacity":false,"has_gts_tax":false,"maximum_quantity":10,"maximum_quantity_per_order":10,"minimum_quantity":1,"name":"Friday '
             'Night Pit '
             'Pass","sales_start_after":null,"onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T09:00:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T13:00:00Z","local":"2026-09-12T09:00:00"}},"on_sale_status":"AVAILABLE","payment_constraints":[],"shipping_components":[],"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"tax_components":[],"tax_without_shipping":null,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"total_cost_without_shipping":null,"use_all_in_price":true,"urgencySignals":{"messages":{"fewTickets":false},"sortedMessages":[]},"variants":[{"id":"T3417517952","category":"add_on","free":false,"include_fee":false,"currency":"USD","cost":{"currency":"USD","value":2500,"major_value":"25.00","display":"25.00 '
             'USD"},"fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"tax":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"total_cost":{"currency":"USD","value":2875,"major_value":"28.75","display":"28.75 '
             'USD"},"use_all_in_price":true,"name":"Friday Night Pit '
             'Pass","display_name":"Friday Night Pit Pass","description":"Join '
             'us in the pit on the Friday night before the tournament from '
             '6-8pm; pizza included! Meet & mingle with builders; see the '
             'builder’s pre-tournament preparations.\\n(Pit passes are '
             'included with VIP tickets. Only purchased separately as an '
             'Add-On to any other ticket '
             'type)","tax_and_fee":{"currency":"USD","value":375,"major_value":"3.75","display":"3.75 '
             'USD"},"fee_components":[{"name":"eventbrite.service_fee","internal_name":"eventbrite.service_fee","group_name":"eventbrite.service_fee","value":{"currency":"USD","value":225,"major_value":"2.25","display":"2.25 '
             'USD"},"base":"item.net-includable","rule":{"id":"1413029","fee":{"name":"eventbrite.service_fee","base":"item.net-includable","title":"Eventbrite '
             'Service '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":225,"percent":0,"min":225,"max":225},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Eventbrite '
             'Service '
             'Fee"},{"name":"royalty","internal_name":"royalty","group_name":"Service '
             'Fee","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display-includable","rule":{"id":"1413249","fee":{"name":"royalty","base":"item.display-includable","title":"Royalty","recipient":"event","bucket":"fee","payer":"attendee"},"fixed":75,"percent":0,"min":75,"max":75},"intermediate":false,"recipient":"event.1977507082918","payer":"attendee","bucket":"fee","title":"Royalty"},{"name":"eventbrite.payment_fee_v2","internal_name":"eventbrite.payment_fee_v2","group_name":"eventbrite.payment_fee_v2","value":{"currency":"USD","value":75,"major_value":"0.75","display":"0.75 '
             'USD"},"base":"item.display_royalty","rule":{"id":"1413219","fee":{"name":"eventbrite.payment_fee_v2","base":"item.display_royalty","title":"Payment '
             'Fee","recipient":"eventbrite","bucket":"fee","payer":"attendee"},"fixed":0,"percent":290,"min":0,"max":4294967200},"intermediate":false,"recipient":"eventbrite","payer":"attendee","bucket":"fee","title":"Payment '
             'Fee"}],"tax_components":[],"sold_out_with_waitlist":false,"ended":false,"not_yet_started":false,"unavailable":false,"is_ticket_tiered":false,"minimum_quantity":1,"maximum_quantity_per_order":10,"ticket_options_range":[0,1,2,3,4,5,6,7,8,9,10],"on_sale_status":"AVAILABLE","onsale_status":{"sold_out_with_waitlist":false,"near_sales_end":false,"near_sales_start":false,"ended":false,"not_yet_started":false,"unavailable":false,"not_on_sale":false,"is_ticket_tiered":false,"end_sales":"2026-09-12T09:00:00Z","end_sales_with_tz":{"timezone":"America/New_York","utc":"2026-09-12T13:00:00Z","local":"2026-09-12T09:00:00"}},"checkout_group_id":"3","delivery_methods":["electronic"],"payment_constraints":[],"hide_sale_dates":false,"display_shipping_fee":{"currency":"USD","value":0,"major_value":"0.00","display":"0.00 '
             'USD"},"shipping_components":[],"is_bogo_ticket":false}],"variant_input_type":"one"}],"existingOrderId":null,"isProd":true,"refundableBalance":0,"isModal":true,"useIosProfile":false,"request":{"correlation_id":"b5015e02696411f1b57fbe6dee4acfa6","params":{"modal":"1","skip_event":"true","skip_tickets":"true","eid":"1977510522205","parent":"https://www.nhrl.io/events"},"default_location_for_tld":{"city":"New '
             'York","region_code":"NY","postal_code":"11101","country_code":"US","latitude":40.73061,"country":"United '
             'States","region":"New '
             'York","location_slug":"ny--new-york","longitude":-73.935242},"path":"/checkout-external-context","serverName":"bdd01473cb6d","is_bot":true,"lifecycle":"production","session_id":"54ea5d3eea5f4233a1edf795d62846ad","is_loginas_session":false},"refundPolicyValidityDays":7,"facebookOptions":{"version":"v2.8","xfbml":true,"appId":"28218816837"},"defaultUserCountry":"US","themeSettings":null,"hasDigitalContent":false,"footerLinks":{"thirdFooterColumnName":"Find '
             'Events","countries":[{"locale":"es_AR","locale_name":"Argentina","href":"http://www.eventbrite.com.ar","tld":".com.ar"},{"locale":"en_AU","locale_name":"Australia","href":"http://www.eventbrite.com.au","tld":".com.au"},{"locale":"nl_BE","locale_name":"België","href":"http://www.eventbrite.be","tld":".be"},{"locale":"fr_BE","locale_name":"Belgique","href":"http://www.eventbrite.be/fr_BE/","tld":".be"},{"locale":"pt_BR","locale_name":"Brasil","href":"http://www.eventbrite.com.br","tld":".com.br"},{"locale":"en_CA","locale_name":"Canada '
             '(EN)","href":"http://www.eventbrite.ca","tld":".ca"},{"locale":"fr_CA","locale_name":"Canada '
             '(FR)","href":"http://www.eventbrite.ca/fr_CA/","tld":".ca"},{"locale":"es_CL","locale_name":"Chile","href":"http://www.eventbrite.cl","tld":".cl"},{"locale":"es_CO","locale_name":"Colombia","href":"http://www.eventbrite.co","tld":".co"},{"locale":"en_DK","locale_name":"Denmark","href":"http://www.eventbrite.dk","tld":".dk"},{"locale":"de_DE","locale_name":"Deutschland","href":"http://www.eventbrite.de","tld":".de"},{"locale":"es_ES","locale_name":"España","href":"http://www.eventbrite.es","tld":".es"},{"locale":"en_FI","locale_name":"Finland","href":"http://www.eventbrite.fi","tld":".fi"},{"locale":"fr_FR","locale_name":"France","href":"http://www.eventbrite.fr","tld":".fr"},{"locale":"en_HK","locale_name":"Hong '
             'Kong","href":"http://www.eventbrite.hk","tld":".hk"},{"locale":"en_IE","locale_name":"Ireland","href":"http://www.eventbrite.ie","tld":".ie"},{"locale":"it_IT","locale_name":"Italia","href":"http://www.eventbrite.it","tld":".it"},{"locale":"es_MX","locale_name":"México","href":"http://www.eventbrite.com.mx","tld":".com.mx"},{"locale":"nl_NL","locale_name":"Nederland","href":"http://www.eventbrite.nl","tld":".nl"},{"locale":"en_NZ","locale_name":"New '
             'Zealand","href":"http://www.eventbrite.co.nz","tld":".co.nz"},{"locale":"de_AT","locale_name":"Österreich","href":"http://www.eventbrite.at","tld":".at"},{"locale":"es_PE","locale_name":"Perú","href":"http://www.eventbrite.com.pe","tld":".com.pe"},{"locale":"pt_PT","locale_name":"Portugal","href":"http://www.eventbrite.pt","tld":".pt"},{"locale":"de_CH","locale_name":"Schweiz","href":"http://www.eventbrite.ch","tld":".ch"},{"locale":"en_SG","locale_name":"Singapore","href":"http://www.eventbrite.sg","tld":".sg"},{"locale":"fr_CH","locale_name":"Suisse","href":"http://www.eventbrite.ch/fr_CH/","tld":".ch"},{"locale":"sv","locale_name":"Sverige","href":"http://www.eventbrite.se","tld":".se"},{"locale":"en_GB","locale_name":"United '
             'Kingdom","href":"http://www.eventbrite.co.uk","tld":".co.uk"},{"locale":"en_US","locale_name":"United '
             'States","href":"http://www.eventbrite.com","tld":".com"}],"thirdFooterColumn":[{"locale":"en_US","pk":642,"title":"New '
             'Orleans Food & Drink '
             'Events","link":"https://www.eventbrite.com/b/la--new-orleans/food-and-drink/","position":1},{"locale":"en_US","pk":1,"title":"San '
             'Francisco Holiday '
             'Events","link":"https://www.eventbrite.com/b/ca--san-francisco/holiday/","position":2},{"locale":"en_US","pk":54,"title":"Tulum '
             'Music '
             'Events","link":"https://www.eventbrite.com/b/mexico--tulum/music/","position":3},{"locale":"en_US","pk":637,"title":"Denver '
             'Hobby '
             'Events","link":"https://www.eventbrite.com/b/co--denver/hobbies/","position":4},{"locale":"en_US","pk":638,"title":"Atlanta '
             'Pop Music '
             'Events","link":"https://www.eventbrite.com/b/ga--atlanta/music/pop/","position":5},{"locale":"en_US","pk":640,"title":"New '
             'York '
             'Events","link":"https://www.eventbrite.com/d/ny--new-york/events/","position":6},{"locale":"en_US","pk":639,"title":"Chicago '
             'Events","link":"https://www.eventbrite.com/d/il--chicago/events/","position":7},{"locale":"en_US","pk":641,"title":"Events '
             'in Dallas '
             'Today","link":"https://www.eventbrite.com/d/tx--dallas/events--today/","position":8},{"locale":"en_US","pk":1117,"title":"Los '
             'Angeles '
             'Events","link":"https://www.eventbrite.com/d/ca--los-angeles/events/","position":9},{"locale":"en_US","pk":1442,"title":"Washington '
             'Events","link":"https://www.eventbrite.com/d/dc--washington/events/","position":10}],"popularSearches":[{"locale":"en_US","pk":564,"title":"Create '
             'Events","link":"https://www.eventbrite.com/organizer/overview/","position":1},{"locale":"en_US","pk":811,"title":"Pricing","link":"https://www.eventbrite.com/organizer/pricing/","position":2},{"locale":"en_US","pk":565,"title":"Event '
             'Marketing '
             'Platform","link":"https://www.eventbrite.com/organizer/features/event-marketing-platform/","position":3},{"locale":"en_US","pk":678,"title":"Eventbrite '
             'Mobile Ticket '
             'App","link":"https://www.eventbrite.com/l/eventbrite-app/","position":4},{"locale":"en_US","pk":539,"title":"Eventbrite '
             'Check-In '
             'App","link":"https://www.eventbrite.com/organizer/features/organizer-check-in-app/","position":5},{"locale":"en_US","pk":677,"title":"Eventbrite '
             'App '
             'Marketplace","link":"https://www.eventbrite.com/apps/","position":6},{"locale":"en_US","pk":680,"title":"Event '
             'Registration '
             'Software","link":"https://www.eventbrite.com/organizer/features/registration-online/","position":7},{"locale":"en_US","pk":682,"title":"Community '
             'Guidelines","link":"https://www.eventbrite.com/l/community-guidelines/","position":8},{"locale":"en_US","pk":818,"title":"FAQs","link":"https://www.eventbrite.com/l/frequently-asked-questions/","position":9},{"locale":"en_US","pk":683,"title":"Sitemap","link":"https://www.eventbrite.com/sitemap/","position":10}],"eventsToPlan":[{"locale":"en_US","pk":575,"title":"Sell '
             'Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/features/sell-tickets/","position":1},{"locale":"en_US","pk":817,"title":"Performing '
             'Arts Ticketing '
             'Software","link":"https://www.eventbrite.com/organizer/event-industry/performing-arts/","position":2},{"locale":"en_US","pk":693,"title":"Sell '
             'Concert Tickets '
             'Online","link":"https://www.eventbrite.com/organizer/event-type/music-venues/","position":3},{"locale":"en_US","pk":572,"title":"Event '
             'Payment '
             'System","link":"https://www.eventbrite.com/organizer/features/event-payment/","position":4},{"locale":"en_US","pk":1444,"title":"Solutions '
             'for Professional '
             'Services","link":"https://www.eventbrite.com/organizer/event-industry/professional-services/","position":5},{"locale":"en_US","pk":1449,"title":"Event '
             'Management '
             'Software","link":"https://www.eventbrite.com/organizer/features/event-management-software/","position":6},{"locale":"en_US","pk":573,"title":"Halloween '
             'Party '
             'Planning","link":"https://www.eventbrite.com/organizer/event-type/halloween-event/","position":7},{"locale":"en_US","pk":973,"title":"Virtual '
             'Events '
             'Platform","link":"https://www.eventbrite.com/organizer/event-type/virtual-events-platform/","position":8},{"locale":"en_US","pk":571,"title":"QR '
             'Codes for Event '
             'Check-In","link":"https://www.eventbrite.com/organizer/features/how-to-use-qr-codes-for-events/","position":9},{"locale":"en_US","pk":578,"title":"Post '
             'your event '
             'online","link":"https://www.eventbrite.com/organizer/features/post-events/","position":10}],"showMinimalLinks":false},"headers":{},"urgencySignals":{"messages":{"goingFast":false,"fewTickets":false,"salesEndSoon":false},"sortedMessages":[]},"backend":"bff","app_version":"24.41.0","assets":[{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout--24.41.0--eds-4.3.152.css","target":"web","kind":"style"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js","kind":"script","target":"web"},{"url":"https://cdn.evbstatic.com/s3-build/fe/build/checkout.8309929c7df0bb21bf01.node.js","kind":"script","target":"node"}],"isFullPageMarkup":true};</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS__" '
             'type="application/json">[5091,1561,8209,6270,1360,5395,8581,5136,9796,2046,1047,2633,9175,935,1993,4758,2693,1836,5555,7494,1075,368,7066]</script><script '
             'id="__LOADABLE_REQUIRED_CHUNKS___ext" '
             'type="application/json">{"namedChunks":["TicketSelectionFullSizeModule"]}</script><script '
             'data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.2420c16ff7a2f156824a.web.js" '
             'defer=""></script><script data-chunk="checkout" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/checkout.ce5f45de2d2293381e49.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5091.b2db5d86184884c8f225.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1561.c01fdce5d6e3b6ce9a62.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8209.271c830d12412079db52.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/6270.e39d5139daca5c7d9963.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1360.42d78a45f37b19942026.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5395.bda1e4b0318b51842ae8.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/8581.6103fb8d9ad50157276d.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5136.39b2e875b920e4602063.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9796.f7642541981dd3e1f044.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2046.e62a7842dc241bb2c673.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1047.d066ca61a4ffaaebfc99.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2633.e2eb0955a5231f915cf9.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/9175.07c42d43127e1229d256.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/935.b0dd98e90538c72fd719.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1993.d35a1d23d2d723e5dc66.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/4758.90da3ccee5f5c6d8ba71.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/2693.4a826fb7e4e1f99503c6.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1836.da88ee556c9385deb5c1.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/5555.87b28244a1a8466ed8de.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/7494.3915e50926cca53e6fd6.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/1075.b5291534271b9ccbb8a1.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/368.1be270579538110c7095.async.web.js" '
             'defer=""></script><script '
             'data-chunk="TicketSelectionFullSizeModule" '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/TicketSelectionFullSizeModule.ea19f1ed35743d5ede0a.async.web.js" '
             'defer=""></script><script '
             'src="https://cdn.evbstatic.com/s3-build/fe/build/vendor.a782a66694588ef3d180.dll.js"></script></body></html>'}
2026-06-16 11:21:09 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 11:21:09 [scrapy.extensions.feedexport] INFO: Stored csv feed (5 items) in: output/2026/06/16/nh_rl.csv
2026-06-16 11:21:09 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1257,
 'downloader/request_count': 4,
 'downloader/request_method_count/GET': 4,
 'downloader/response_bytes': 89791,
 'downloader/response_count': 4,
 'downloader/response_status_count/200': 4,
 'elapsed_time_seconds': 2.433878,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 6, 16, 9, 21, 9, 167411, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 611960,
 'httpcompression/response_count': 4,
 'item_scraped_count': 5,
 'items_per_minute': 150.0,
 'log_count/DEBUG': 19,
 'log_count/INFO': 3,
 'memusage/max': 92889088,
 'memusage/startup': 92889088,
 'request_depth_max': 1,
 'response_received_count': 4,
 'responses_per_minute': 120.0,
 'scheduler/dequeued': 4,
 'scheduler/dequeued/memory': 4,
 'scheduler/enqueued': 4,
 'scheduler/enqueued/memory': 4,
 'start_time': datetime.datetime(2026, 6, 16, 9, 21, 6, 733533, tzinfo=datetime.timezone.utc)}
2026-06-16 11:21:09 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (nh_rl)